Skip to content

Commit 39f6523

Browse files
author
ripley
committed
update to 2025b
git-svn-id: https://svn.r-project.org/R/trunk@88036 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 7c86ae9 commit 39f6523

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/extra/tzone/Make.zi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Makefile to be run on a Unix box with zic
22

3-
VERSION = 2025a
3+
VERSION = 2025b
44
TZDIR = zoneinfo
55
TZTMP = tz
66
TARFILE = tzdata$(VERSION).tar.gz

src/extra/tzone/Notes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ R's implemntation (by default), where time_t is int_fast64_t, hence signed.)
2525
To remake it, download the current version of tzdataXXXXx.tar.gz from
2626
https://www.iana.org/time-zones to this directory and run
2727

28-
make -f Make.zi VERSION=2054a
28+
make -f Make.zi VERSION=2025b
2929

3030
for the appropriate version. If zic is not on the path, use something like
3131

32-
make -f Make.zi VERSION=2025a ZIC=/usr/sbin/zic
32+
make -f Make.zi VERSION=2025b ZIC=/usr/sbin/zic
3333

3434
NB: it seems that this needs to be done on a system with 64-bit time_t
3535
or the catalogs will be confined to 1902-2038. (Even that did not

src/extra/tzone/zoneinfo.zip

1.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)