In the nice dropdown from the logged in username, at the bottom we find UTC time. This time is wrong: it doesn't take DST (Daylight Saving Time) into account. In my timezone (GMT+2, DST in effect), it's one hour off. It's not critical I suppose, but I thought it was worth mentioning.
|
|
|||||||||||||||||
|
|
First of all, you should be aware that UTC is not supposed to take DST into account. Individual time zones frequently do, but not the reference time. If your local time zone is currently in DST, the UTC time will be extra hour off of your usual GMT offset. Second, if there is a problem, it's probably on your end. Technologically, that clock is your computers responsibility, not SE's. Rather than being generated by the server as static content, the content of the clock in the dropdown is manged by Javascript on the client side (in your browser) based on YOUR systems clock. If your clock settings are wacked it isn't going to work. If the clock really isn't showing the correct UTC time, I suggest you check your own OS and BIOS clock settings. You probably have a miss-match and are DOUBLE accounting for DST yourself -- one system correcting the other. Although it might display correctly in your OS due to a duplicated correction (or straight up the wrong time zone), the system clock is probably not set correctly. A common issue is being set to a time zone that doesn't use DST, but is an extra hour off from your correct one so the clock looks correct, but doesn't know that DST is being accounted for. |
||||
|
|
|
UTC is supposed to be a universal time, free of national/regional/political considerations (national borders, daylight saving times, etc.) and not connected to the local time in any specific country. |
|||||
|