#Why is the title time not the same
1 messages · Page 1 of 1 (latest)
Why is the title time not the same
That looks like a daylight savings time bug to me. Depending on how you are dealing with a date in a program, you can specify a timezone or you can specify the offset. If using a timezone, the offset can change depending on the time of year but if you use the offset it will not change, it will just use the offset. Los Angeles is either -7 or -8 for example. This looks like one method is used for the input but another is used for the display above. There's no date specified but they must be using something that tries to honor timezone settings.
The front end will show times in your browser’s timezone (at least by default; it is an option you can change). The time you entered is going to be in your HA server’s timezone