The R Project SVN R

Rev

Rev 89955 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89955 Rev 90218
Line 23... Line 23...
23
R's implemntation (by default), where time_t is int_fast64_t, hence signed.)
23
R's implemntation (by default), where time_t is int_fast64_t, hence signed.)
24
 
24
 
25
To remake it, download the current version of tzdataXXXXx.tar.gz from
25
To remake it, download the current version of tzdataXXXXx.tar.gz from
26
https://www.iana.org/time-zones to this directory and run
26
https://www.iana.org/time-zones to this directory and run
27
 
27
 
28
make -f Make.zi VERSION=2026b
28
make -f Make.zi VERSION=2026c
29
 
29
 
30
for the appropriate version.  If zic is not on the path, use something like
30
for the appropriate version.  If zic is not on the path, use something like
31
 
31
 
32
make -f Make.zi VERSION=2026b ZIC=/usr/sbin/zic
32
make -f Make.zi VERSION=2026c ZIC=/usr/sbin/zic
33
 
33
 
34
Note that we include 'backward': vendor versions might not, or might
34
Note that we include 'backward': vendor versions might not, or might
35
use 'backzone'.
35
use 'backzone'.