Quote:
Originally Posted by agraham
If you mean visible to the user then I don't think so, at least in Windows. I think the DST has always been either manual,as in the old days  , or automatic and invisible to the user in more modern times.
|
I've long thought that given the USA has several time zones and daylight saving, Windows time handling is rather clumsy. (I believe that when the clocks change, you'll see the times you wrote yesterday's files also appear to change by one hour!)
But if I click on the time in the system tray, the calendar that appears shows "Current time zone: GMT Daylight Time".
I've found the "Active Time Bias" in the registry bytes, at the end. Equals -60 right now. Retrieved by:
Converter.Int32FromBytes(zti(), 168)
Mike