MrC;278625 Wrote: > Hmmmm. > > Is UTC time stored, or local time ? > > Window's isn't changing the time of the files - a given application > (like explorer) gets timezone adjusted dates based upon the user's > timezone settings.
No, Windows isn't modifying the times of files. In NTFS file systems UTC is stored. But what happens is that the timezone offset is changed when DST begins and ends. Here's an article that explains the problem, and even the reasons why Microsoft chose to implement it as they have. http://www.codeproject.com/KB/datetime/dstbugs.aspx I'm not sure if SqueezeCenter could work around the issue. I think it would depend upon whether ActiveState Perl can return pure UTC file times and then SC store those instead of local times. -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=44626 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
