|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Makefile | H A D | 17-Nov-2022 | 2.8 KiB | 134 | 76 |
| README | H A D | 17-Nov-2022 | 2.8 KiB | 68 | 58 |
| africa | H A D | 17-Nov-2022 | 39 KiB | 1,049 | 949 |
| antarctica | H A D | 17-Nov-2022 | 15.3 KiB | 412 | 385 |
| asia | H A D | 17-Nov-2022 | 104.8 KiB | 2,574 | 2,362 |
| australasia | H A D | 17-Nov-2022 | 60 KiB | 1,540 | 1,340 |
| backward | H A D | 17-Nov-2022 | 4.1 KiB | 120 | 116 |
| continent.tab | H A D | 17-Nov-2022 | 288 | 17 | 16 |
| country.tab | H A D | 17-Nov-2022 | 4.3 KiB | 284 | 283 |
| do_pofile.sh | H A D | 17-Nov-2022 | 1 KiB | 71 | 45 |
| etcetera | H A D | 17-Nov-2022 | 2.9 KiB | 84 | 75 |
| europe | H A D | 17-Nov-2022 | 113.6 KiB | 2,725 | 2,563 |
| factory | H A D | 17-Nov-2022 | 411 | 12 | 9 |
| ialloc.c | H A D | 17-Nov-2022 | 1,016 | 62 | 49 |
| northamerica | H A D | 17-Nov-2022 | 116.9 KiB | 2,898 | 2,676 |
| pacificnew | H A D | 17-Nov-2022 | 1.2 KiB | 30 | 24 |
| private.h | H A D | 17-Nov-2022 | 2 KiB | 97 | 48 |
| scheck.c | H A D | 17-Nov-2022 | 1 KiB | 57 | 49 |
| solar87 | H A D | 17-Nov-2022 | 18.9 KiB | 392 | 387 |
| solar88 | H A D | 17-Nov-2022 | 18.9 KiB | 392 | 387 |
| solar89 | H A D | 17-Nov-2022 | 19.2 KiB | 397 | 392 |
| southamerica | H A D | 17-Nov-2022 | 65.9 KiB | 1,569 | 1,489 |
| systemv | H A D | 17-Nov-2022 | 1.5 KiB | 40 | 36 |
| tzselect.ksh | H A D | 17-Nov-2022 | 10.2 KiB | 433 | 340 |
| tzselect.po | H A D | 17-Nov-2022 | 1.3 KiB | 53 | 52 |
| zic.c | H A D | 17-Nov-2022 | 53.3 KiB | 2,343 | 2,001 |
| zone.tab.txt | H A D | 17-Nov-2022 | 19 KiB | 435 | 434 |
| zone_sun.tab | H A D | 17-Nov-2022 | 20.4 KiB | 442 | 441 |
README
1Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
2
3The /usr/share/lib/zoneinfo/src directory contains zoneinfo timezone source
4files. These source files have been compiled using zic(1M) to create
5the zoneinfo data files in /usr/share/lib/zoneinfo. The zic command can be
6used with the zoneinfo source files to create additional data files.
7
8The zoneinfo files track the Olson public source provided at
9ftp://elsie.nci.nih.gov/pub/, therefore zoneinfo files may be added and
10removed as the Solaris source is updated. The current Solaris release of
11the zoneinfo files is based on tzdata2010k.tar.gz.
12
13The /usr/share/lib/zoneinfo/GMT[+-]* timezones listed below have been
14removed from the release. Replace usage of the
15/usr/share/lib/zoneinfo/GMT[+-]* files with the equivalent quoted timezone
16(see environ(5)). Note the signs of the offsets of the equivalent quoted
17timezone are reversed from the signs of the /usr/share/lib/zoneinfo/GMT[+-]*
18files.
19
20For example, replace TZ=:GMT+1, with TZ="<GMT-1>-1". (The colon (:) is
21significant. Without the colon, for example TZ=GMT+1, an unquoted timezone
22is used; unquoted timezones are not affected by the removal of the zoneinfo
23timezone files listed below.)
24
25The following files have been removed from the release:
26
27/usr/share/lib/zoneinfo/GMT-12
28/usr/share/lib/zoneinfo/GMT-11
29/usr/share/lib/zoneinfo/GMT-10
30/usr/share/lib/zoneinfo/GMT-9
31/usr/share/lib/zoneinfo/GMT-8
32/usr/share/lib/zoneinfo/GMT-7
33/usr/share/lib/zoneinfo/GMT-6
34/usr/share/lib/zoneinfo/GMT-5
35/usr/share/lib/zoneinfo/GMT-4
36/usr/share/lib/zoneinfo/GMT-3
37/usr/share/lib/zoneinfo/GMT-2
38/usr/share/lib/zoneinfo/GMT-1
39/usr/share/lib/zoneinfo/GMT+1
40/usr/share/lib/zoneinfo/GMT+2
41/usr/share/lib/zoneinfo/GMT+3
42/usr/share/lib/zoneinfo/GMT+4
43/usr/share/lib/zoneinfo/GMT+5
44/usr/share/lib/zoneinfo/GMT+6
45/usr/share/lib/zoneinfo/GMT+7
46/usr/share/lib/zoneinfo/GMT+8
47/usr/share/lib/zoneinfo/GMT+9
48/usr/share/lib/zoneinfo/GMT+10
49/usr/share/lib/zoneinfo/GMT+11
50/usr/share/lib/zoneinfo/GMT+12
51/usr/share/lib/zoneinfo/GMT+13
52
53As zoneinfo timezones are updated, the savings/daylight transition rules
54and timezone name abbreviations may change. This can affect how
55the times are calculated in the local timezone. Therefore the interpretation
56of a time_t value can vary amongst Solaris releases that use different
57versions of the zoneinfo timezones.
58
59The zoneinfo timezone data files do not transition past
60Tue Jan 19 03:14:07 2038 GMT. Therefore for 64-bit applications using
61zoneinfo timezones, calculations beyond this date may not use the correct
62offset from standard time, and could return incorrect values. This affects
6364-bit versions of interfaces such as ascftime(3C), cftime(3C), ctime(3C),
64getdate(3C), ftime(3C), mktime(3C), and localtime(3C).
65
66For more information see zic(1M), zdump(1M), environ(5), TIMEZONE(4),
67ctime(3C), and mktime(3C) man pages.
68