mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
[BZ #17969]
* manual/time.texi (TZ Variable): The zoneinfo path is /usr/share/zoneinfo.
This commit is contained in:
parent
e8bd5286c6
commit
3f293d614c
@ -1,3 +1,9 @@
|
||||
2015-02-12 J William Piggott <elseifthen@gmx.com>
|
||||
|
||||
[BZ #17969]
|
||||
* manual/time.texi: correct the zoneinfo path in the TZ Variable
|
||||
node.
|
||||
|
||||
2015-02-12 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #17964]
|
||||
|
3
NEWS
3
NEWS
@ -9,7 +9,8 @@ Version 2.22
|
||||
|
||||
* The following bugs are resolved with this release:
|
||||
|
||||
4719, 15467, 15790, 16560, 17912, 17932, 17944, 17949, 17964, 17965.
|
||||
4719, 15467, 15790, 16560, 17912, 17932, 17944, 17949, 17964, 17965,
|
||||
17969.
|
||||
|
||||
Version 2.21
|
||||
|
||||
|
@ -2509,11 +2509,11 @@ rule for choosing the default time zone, so there is little we can say
|
||||
about them.
|
||||
|
||||
@cindex time zone database
|
||||
@pindex /share/lib/zoneinfo
|
||||
@pindex /usr/share/zoneinfo
|
||||
@pindex zoneinfo
|
||||
If @var{characters} begins with a slash, it is an absolute file name;
|
||||
otherwise the library looks for the file
|
||||
@w{@file{/share/lib/zoneinfo/@var{characters}}}. The @file{zoneinfo}
|
||||
@w{@file{/usr/share/zoneinfo/@var{characters}}}. The @file{zoneinfo}
|
||||
directory contains data files describing local time zones in many
|
||||
different parts of the world. The names represent major cities, with
|
||||
subdirectories for geographical areas; for example,
|
||||
|
Loading…
x
Reference in New Issue
Block a user