Skip to content

Commit 89d3c31

Browse files
authored
Update zoneinfo files to 2023d (#283)
1 parent 2878b41 commit 89d3c31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+329
-30
lines changed

src/tzfile.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
** Information about time zone files.
2222
*/
2323

24-
#ifndef TZDIR
25-
# define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */
26-
#endif /* !defined TZDIR */
27-
28-
#ifndef TZDEFAULT
29-
# define TZDEFAULT "/etc/localtime"
30-
#endif /* !defined TZDEFAULT */
31-
3224
#ifndef TZDEFRULES
3325
# define TZDEFRULES "posixrules"
3426
#endif /* !defined TZDEFRULES */

testdata/README.zoneinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ New versions can be generated using the following shell script.
2222
LOCALTIME=Factory \
2323
TZDATA_TEXT= \
2424
PACKRATDATA=backzone PACKRATLIST=zone.tab \
25-
ZONETABLES=zone1970.tab
25+
ZONETABLES=zone1970.tab\ zonenow.tab
2626
tar --create --dereference --hard-dereference --file tzfile.tar \
2727
--directory=tz tzfile.h
2828
tar --create --dereference --hard-dereference --file zoneinfo.tar \

testdata/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023c
1+
2023d

testdata/zoneinfo/America/Ensenada

0 Bytes
Binary file not shown.

testdata/zoneinfo/America/Godthab

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.

testdata/zoneinfo/America/Moncton

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)