]> git.eshelyaron.com Git - emacs.git/commitdiff
Change note about timezone problems on Windows.
authorJason Rumney <jasonr@gnu.org>
Sun, 21 Oct 2007 00:57:13 +0000 (00:57 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 21 Oct 2007 00:57:13 +0000 (00:57 +0000)
etc/PROBLEMS

index 76753c380660220e210f9b06ee13d7d806785838..97b3d392c355859c6cef84098a2a6fd070cf1391 100644 (file)
@@ -2199,11 +2199,8 @@ of Windows. This is caused by a deficiency in the underlying system
 library function.
 
 The functions set-time-zone-rule, and display-time-world (which uses it)
-do not work on Windows. Fixing this is difficult, since Windows uses
-localtime for the system clock, and any attempt to change the timezone
-would have to be accompanied by a clock change for the results to remain
-consistent. The way in which these functions are used is not intended to
-cause such system-wide disruption.
+give incorrect results for many non-US timezones.  This is due to a
+limitation in Windows handling of daylight savings.
 
 Files larger than 4GB cause overflow in the size (represented as a
 32-bit integer) reported by `file-attributes'.  This affects Dired as