custom-components / authenticated

A platform which allows you to get information about sucessfull logins to Home Assistant.
MIT License
82 stars 28 forks source link

UTC time in notification? #51

Closed andriej closed 5 years ago

andriej commented 5 years ago

I like the addon, but the login time seems to show UTC instead of physical time at location.

I use HA in venv, so the system timezone should be ok. Also HA doesn't have issue with proper time.

ludeeus commented 5 years ago

That timestamp are indeed in UTC and are fetched directly from the file that HA creates. I will not add local TZ support to this, but if anyone else adds a PR for it I will happily accept it :)

andriej commented 5 years ago

@ludeeus - I don't know python, tho I know HA is putting out timezone for components to use...