Closed
Description
The problem
If I take the timestamp attribute of an input_datetime, and use a unix time converter, the time is off by 18 minutes.
6:00 EST is 11:00 UTC, but 11:18 UTC appears.
I spun up a fresh HA instance in docker to see if the same thing happens there, and it does:
Environment
- Home Assistant Core release with the issue: 2020.12.0 but I think I noticed it on 0.118 (after input_datetime is in UTC and not local time zone in 0.118 #43337 was resolved)
- Last working Home Assistant Core release (if known): 0.117
- Operating environment (OS/Container/Supervised/Core): OS and Container
- Integration causing this issue: input_datetime
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/input_datetime/
Problem-relevant configuration.yaml
input_datetime:
both_date_and_time:
name: Input with both date and time
has_date: true
has_time: true
Traceback/Error logs
Additional information
I think I was having this issue when #43337 was resolved but no one else said anything at that time, so I thought it was just something I was doing wrong. I am using America/Toronto time zone.