1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

display-world-time does not work on Windows.

This commit is contained in:
Jason Rumney 2007-10-17 22:27:24 +00:00
parent 63b9e28d05
commit 9f1bc31f0a

View File

@ -2198,6 +2198,13 @@ month names with consistent widths for some locales on some versions
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.
Files larger than 4GB cause overflow in the size (represented as a
32-bit integer) reported by `file-attributes'. This affects Dired as
well, since the Windows port uses a Lisp emulation of `ls' that relies