#Why is the title time not the same

1 messages · Page 1 of 1 (latest)

proven mauve
#

Why is the time in the title +1 hour of what is set?

proven mauve
#

Why is the title time not the same

chrome yacht
#

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.

woeful tapir