Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update TIMEZONE #37

Closed
ctmaqil opened this issue Feb 22, 2022 · 1 comment
Closed

Unable to update TIMEZONE #37

ctmaqil opened this issue Feb 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@ctmaqil
Copy link

ctmaqil commented Feb 22, 2022

{{ now() }}
{{ now().astimezone() }}
{{ utcnow().astimezone() }}
{{ now().now() }}
{{ now().today() }}
{{ now().utcnow() }}
{{ utcnow() }}
{{ now().tzinfo }}
{{ now().astimezone().tzinfo }}
{{ utcnow().tzinfo }}

gives out

2022-02-22 11:35:38.536160+00:00
2022-02-22 19:35:38.536160+08:00
2022-02-22 19:35:38.536659+08:00
2022-02-22 19:35:38.536659
2022-02-22 19:35:38.536660
2022-02-22 11:35:38.536659
2022-02-22 11:35:38.536659+00:00
UTC
Malay Peninsula Standard Time
UTC

but config is set to

homeassistant:
latitude: 1.3089757786697331
longitude: 103.79403233127188
elevation: 24
unit_system: metric
time_zone: Asia/Tokyo

which is GMT +9 not 8

@AlexxIT AlexxIT added the bug Something isn't working label May 12, 2022
@AlexxIT
Copy link
Owner

AlexxIT commented May 12, 2022

Fixed in latest release

@AlexxIT AlexxIT closed this as completed May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants