diff options
| author | Paul Eggert | 2016-06-01 21:00:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-06-01 21:09:17 -0700 |
| commit | 6b985764f07ae164d8142ba64774f2beb2856ca8 (patch) | |
| tree | 8e4d3deb0d0c798f00489e4dc743737925296d76 /doc | |
| parent | 1e5539e0b35d2a7fcd1f1772c4532430cb18471b (diff) | |
| download | emacs-6b985764f07ae164d8142ba64774f2beb2856ca8.tar.gz emacs-6b985764f07ae164d8142ba64774f2beb2856ca8.zip | |
Port angle-bracket TZ settings to MS-Windows
* doc/lispref/os.texi (Time Zone Rules): Document MS-Windows
lack of support for numeric time zone abbreviations.
* src/w32.c (sys_putenv): Convert angle-bracket TZ syntax
to MS-compatible syntax if possible, and to "ZZZ" otherwise.
Problem reported by Kazuhiro Ito (Bug#23600).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/os.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index becb691581b..38dde26d03a 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -1327,7 +1327,8 @@ If it is @code{t}, the conversion uses Universal Time. If it is | |||
| 1327 | a string, the conversion uses the time zone rule equivalent to setting | 1327 | a string, the conversion uses the time zone rule equivalent to setting |
| 1328 | @env{TZ} to that string. If it is an integer @var{offset}, the | 1328 | @env{TZ} to that string. If it is an integer @var{offset}, the |
| 1329 | conversion uses a fixed time zone with the given offset and a numeric | 1329 | conversion uses a fixed time zone with the given offset and a numeric |
| 1330 | abbreviation. If it is a list (@var{offset} @var{abbr}), where | 1330 | abbreviation on POSIX-compatible platforms and an unspecified abbreviation |
| 1331 | on MS-Windows. If it is a list (@var{offset} @var{abbr}), where | ||
| 1331 | @var{offset} is an integer number of seconds east of Universal Time | 1332 | @var{offset} is an integer number of seconds east of Universal Time |
| 1332 | and @var{abbr} is a string, the conversion uses a fixed time zone with | 1333 | and @var{abbr} is a string, the conversion uses a fixed time zone with |
| 1333 | the given offset and abbreviation. | 1334 | the given offset and abbreviation. |