From 09fd88e447556f7fa24b9efd9268364ff85d2dbf Mon Sep 17 00:00:00 2001 From: Apple Date: Mon, 20 Feb 2006 21:39:53 +0000 Subject: [PATCH] system_cmds-336.6.tar.gz --- at.tproj/Makefile.dist | 2 +- atrun.tproj/Makefile.dist | 2 +- atrun.tproj/atrun.8 | 2 +- atrun.tproj/atrun.c | 15 +- chpass.tproj/chpass.c | 11 + chpass.tproj/edit.c | 2 +- dmesg.tproj/Makefile.dist | 7 +- dmesg.tproj/Makefile.postamble | 3 - dmesg.tproj/Makefile.preamble | 2 + dmesg.tproj/dmesg.8 | 10 +- dmesg.tproj/dmesg.c | 63 +- fs_usage.tproj/fs_usage.c | 39 +- getty.tproj/getty.8 | 2 +- getty.tproj/gettytab.5 | 2 +- getty.tproj/ttys.5 | 2 +- hostinfo.tproj/hostinfo.8 | 2 +- hostinfo.tproj/hostinfo.c | 7 +- kdump.tproj/syscalls.c | 2 +- latency.tproj/latency.c | 68 +- nvram.tproj/Makefile.postamble | 3 - nvram.tproj/nvram.c | 3 +- passwd.tproj/file_passwd.c | 188 +- sc_usage.tproj/sc_usage.c | 36 +- sc_usage.tproj/trace.codes | 8 +- zic.tproj/Makefile.postamble | 22 +- zic.tproj/datfiles/africa | 605 +++++++ zic.tproj/datfiles/antarctica | 318 ++++ zic.tproj/datfiles/asia | 1495 +++++++++++++++ zic.tproj/datfiles/australasia | 1338 ++++++++++++++ zic.tproj/datfiles/backward | 100 ++ zic.tproj/datfiles/etcetera | 79 + zic.tproj/datfiles/europe | 2396 +++++++++++++++++++++++++ zic.tproj/datfiles/factory | 8 + zic.tproj/datfiles/leapseconds | 81 + zic.tproj/datfiles/northamerica | 1975 ++++++++++++++++++++ zic.tproj/datfiles/pacificnew | 27 + zic.tproj/datfiles/solar87 | 389 ++++ zic.tproj/datfiles/solar88 | 389 ++++ zic.tproj/datfiles/solar89 | 394 ++++ zic.tproj/datfiles/southamerica | 1072 +++++++++++ zic.tproj/datfiles/systemv | 50 + zic.tproj/datfiles/tzdata2007h.tar.gz | Bin 162187 -> 0 bytes zic.tproj/datfiles/yearistype.sh | 37 + zic.tproj/datfiles/zone.tab | 409 +++++ 44 files changed, 11340 insertions(+), 325 deletions(-) create mode 100644 zic.tproj/datfiles/africa create mode 100644 zic.tproj/datfiles/antarctica create mode 100644 zic.tproj/datfiles/asia create mode 100644 zic.tproj/datfiles/australasia create mode 100644 zic.tproj/datfiles/backward create mode 100644 zic.tproj/datfiles/etcetera create mode 100644 zic.tproj/datfiles/europe create mode 100644 zic.tproj/datfiles/factory create mode 100644 zic.tproj/datfiles/leapseconds create mode 100644 zic.tproj/datfiles/northamerica create mode 100644 zic.tproj/datfiles/pacificnew create mode 100644 zic.tproj/datfiles/solar87 create mode 100644 zic.tproj/datfiles/solar88 create mode 100644 zic.tproj/datfiles/solar89 create mode 100644 zic.tproj/datfiles/southamerica create mode 100644 zic.tproj/datfiles/systemv delete mode 100644 zic.tproj/datfiles/tzdata2007h.tar.gz create mode 100755 zic.tproj/datfiles/yearistype.sh create mode 100644 zic.tproj/datfiles/zone.tab diff --git a/at.tproj/Makefile.dist b/at.tproj/Makefile.dist index 1468a6c..bdfa515 100644 --- a/at.tproj/Makefile.dist +++ b/at.tproj/Makefile.dist @@ -1,4 +1,4 @@ -# $Id: Makefile.dist,v 1.1 1999/05/02 04:21:18 wsanchez Exp $ +# $Id: Makefile.dist,v 1.1.1.1 1999/05/02 04:21:18 wsanchez Exp $ PROG= at SRCS= at.c panic.c parsetime.c diff --git a/atrun.tproj/Makefile.dist b/atrun.tproj/Makefile.dist index 0980f04..726a2e7 100644 --- a/atrun.tproj/Makefile.dist +++ b/atrun.tproj/Makefile.dist @@ -1,4 +1,4 @@ -# $Id: Makefile.dist,v 1.1 1999/05/02 04:21:19 wsanchez Exp $ +# $Id: Makefile.dist,v 1.1.1.1 1999/05/02 04:21:19 wsanchez Exp $ PROG= atrun BINDIR= /usr/libexec diff --git a/atrun.tproj/atrun.8 b/atrun.tproj/atrun.8 index 8d50f58..7ebc04e 100644 --- a/atrun.tproj/atrun.8 +++ b/atrun.tproj/atrun.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: atrun.8,v 1.1 1999/05/02 04:21:19 wsanchez Exp $ +.\" $Id: atrun.8,v 1.1.1.1 1999/05/02 04:21:19 wsanchez Exp $ .\" .Dd December 5, 1993 .Dt ATRUN 8 diff --git a/atrun.tproj/atrun.c b/atrun.tproj/atrun.c index 4eac2cc..9d52ffa 100644 --- a/atrun.tproj/atrun.c +++ b/atrun.tproj/atrun.c @@ -55,7 +55,11 @@ static const char rcsid[] = #include #endif +#if (MAXLOGNAME-1) > UT_NAMESIZE +#define LOGNAMESIZE UT_NAMESIZE +#else #define LOGNAMESIZE (MAXLOGNAME-1) +#endif /* Local headers */ @@ -115,8 +119,7 @@ run_file(const char *filename, uid_t uid, gid_t gid) pid_t pid; int fd_out, fd_in; int queue; - char mailbuf[LOGNAMESIZE + 1]; - char *fmt = NULL; + char mailbuf[LOGNAMESIZE + 1], fmt[49]; char *mailname = NULL; FILE *stream; int send_mail = 0; @@ -205,15 +208,13 @@ run_file(const char *filename, uid_t uid, gid_t gid) fcntl(fd_in, F_SETFD, fflags & ~FD_CLOEXEC); - asprintf(&fmt, "%s%d%s", - "#!/bin/sh\n# atrun uid=%ld gid=%ld\n# mail %", - LOGNAMESIZE, - "s %d"); + snprintf(fmt, sizeof(fmt), + "#!/bin/sh\n# atrun uid=%%ld gid=%%ld\n# mail %%%ds %%d", + LOGNAMESIZE); if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4) { syslog(LOG_ERR,"File %s is in wrong format - aborting", filename); exit(EXIT_FAILURE); } - free(fmt); if (mailbuf[0] == '-') { syslog(LOG_ERR,"illegal mail name %s in %s",mailbuf,filename); exit(EXIT_FAILURE); diff --git a/chpass.tproj/chpass.c b/chpass.tproj/chpass.c index be23cf9..331fbc4 100644 --- a/chpass.tproj/chpass.c +++ b/chpass.tproj/chpass.c @@ -153,6 +153,17 @@ main(argc, argv) usage(); } + /* getpwnam(3) returns a pointer to local storage */ + lpw = *pw; + PWSETFIELD(pw_name, pw, lpw); + PWSETFIELD(pw_passwd, pw, lpw); + PWSETFIELD(pw_class, pw, lpw); + PWSETFIELD(pw_gecos, pw, lpw); + PWSETFIELD(pw_dir, pw, lpw); + PWSETFIELD(pw_shell, pw, lpw); + + pw = &lpw; + #ifdef DIRECTORY_SERVICE if ((dswhere = wherepwent(pw->pw_name)) < 0) { if(dswhere > E_NOTFOUND) diff --git a/chpass.tproj/edit.c b/chpass.tproj/edit.c index 36454fa..855300f 100644 --- a/chpass.tproj/edit.c +++ b/chpass.tproj/edit.c @@ -223,7 +223,7 @@ verify(pw) struct stat sb; FILE *fp; int len; - char buf[LINE_MAX]; + static char buf[LINE_MAX]; if (!(fp = fopen(tempname, "r"))) pw_error(tempname, 1, 1); diff --git a/dmesg.tproj/Makefile.dist b/dmesg.tproj/Makefile.dist index fc5edce..44aa81f 100644 --- a/dmesg.tproj/Makefile.dist +++ b/dmesg.tproj/Makefile.dist @@ -2,9 +2,8 @@ PROG= dmesg MAN8= dmesg.0 -BINGRP= kmem -BINMODE=2555 -LDADD= -lkvm -DPADD= ${LIBKVM} + +CFLAGS += -I/System/Library/Frameworks/System.framework/PrivateHeaders/ +LDADD= -lproc .include diff --git a/dmesg.tproj/Makefile.postamble b/dmesg.tproj/Makefile.postamble index adaa33e..63ae797 100644 --- a/dmesg.tproj/Makefile.postamble +++ b/dmesg.tproj/Makefile.postamble @@ -1,6 +1,3 @@ -INSTALL_AS_GROUP = kmem # (probably want to set both of these) -INSTALL_PERMISSIONS = 2555 # If set, 'install' chmod's executable to this - after_install: mkdir -p $(DSTROOT)/usr/share/man/man8 install -c -m 444 dmesg.8 $(DSTROOT)/usr/share/man/man8 diff --git a/dmesg.tproj/Makefile.preamble b/dmesg.tproj/Makefile.preamble index d5059b1..cca6d6d 100644 --- a/dmesg.tproj/Makefile.preamble +++ b/dmesg.tproj/Makefile.preamble @@ -1,2 +1,4 @@ +OTHER_CFLAGS = -I/System/Library/Frameworks/System.framework/PrivateHeaders +OTHER_LIBS = -lproc OTHER_GENERATED_OFILES = $(VERS_OFILE) diff --git a/dmesg.tproj/dmesg.8 b/dmesg.tproj/dmesg.8 index 7dd0acf..fd7d21b 100644 --- a/dmesg.tproj/dmesg.8 +++ b/dmesg.tproj/dmesg.8 @@ -43,16 +43,8 @@ .Op Fl N Ar system .Sh DESCRIPTION .Nm Dmesg -displays the contents of the system message buffer. +displays the contents of the system message buffer. This command needs to be run as root. .Pp -The options are as follows: -.Bl -tag -width Ds -.It Fl M -Extract values associated with the name list from the specified core -instead of the default ``/dev/kmem''. -.It Fl N -Extract the name list from the specified system instead of the default -``/vmunix''. .El .Sh SEE ALSO .Xr syslogd 8 diff --git a/dmesg.tproj/dmesg.c b/dmesg.tproj/dmesg.c index 10d5cae..3b73c88 100644 --- a/dmesg.tproj/dmesg.c +++ b/dmesg.tproj/dmesg.c @@ -58,26 +58,17 @@ #include #include -#include #include -#include #include #include #include #include #include +#include -struct nlist nl[] = { -#define X_MSGBUF 0 - { "_msgbufp" }, - { NULL }, -}; void usage __P((void)); -#define KREAD(addr, var) \ - kvm_read(kd, addr, &var, sizeof(var)) != sizeof(var) - int main(argc, argv) int argc; @@ -85,46 +76,22 @@ main(argc, argv) { register int ch, newl, skip; register char *p, *ep; - struct msgbuf *bufp, cur; - char *memf, *nlistf; - kvm_t *kd; + struct msgbuf cur; char buf[5]; - memf = nlistf = NULL; - while ((ch = getopt(argc, argv, "M:N:")) != EOF) - switch(ch) { - case 'M': - memf = optarg; - break; - case 'N': - nlistf = optarg; - break; - case '?': - default: - usage(); - } - argc -= optind; - argv += optind; - - /* - * Discard setgid privileges if not the running kernel so that bad - * guys can't print interesting stuff from kernel memory. - */ - if (memf != NULL || nlistf != NULL) - setgid(getgid()); + if (argc > 1) + usage(); + + if (proc_kmsgbuf(&cur, sizeof(struct msgbuf)) == 0){ + perror("Unable to obtain kernel buffer"); + usage(); + exit(1); + } - /* Read in kernel message buffer, do sanity checks. */ - if ((kd = kvm_open(nlistf, memf, NULL, O_RDONLY, "dmesg")) == NULL) - exit (1); - if (kvm_nlist(kd, nl) == -1) - errx(1, "kvm_nlist: %s", kvm_geterr(kd)); - if (nl[X_MSGBUF].n_type == 0) - errx(1, "%s: msgbufp not found", nlistf ? nlistf : "namelist"); - if (KREAD(nl[X_MSGBUF].n_value, bufp) || KREAD((long)bufp, cur)) - errx(1, "kvm_read: %s", kvm_geterr(kd)); - kvm_close(kd); - if (cur.msg_magic != MSG_MAGIC) - errx(1, "magic number incorrect"); + if (cur.msg_magic != MSG_MAGIC) { + perror("magic number incorrect"); + exit(1); + } if (cur.msg_bufx >= MSG_BSIZE) cur.msg_bufx = 0; @@ -165,6 +132,6 @@ main(argc, argv) void usage() { - (void)fprintf(stderr, "usage: dmesg [-M core] [-N system]\n"); + (void)fprintf(stderr, "usage: sudo dmesg\n"); exit(1); } diff --git a/fs_usage.tproj/fs_usage.c b/fs_usage.tproj/fs_usage.c index 6f8b2f2..02406aa 100644 --- a/fs_usage.tproj/fs_usage.c +++ b/fs_usage.tproj/fs_usage.c @@ -88,6 +88,8 @@ char *lookup_name(); #define PATHLENGTH (NUMPARMS*sizeof(long)) #define MAXCOLS 131 #define MAX_WIDE_MODE_COLS (PATHLENGTH + 80) +#define MAXWIDTH MAX_WIDE_MODE_COLS + 64 + struct th_info { int in_filemgr; @@ -102,7 +104,7 @@ struct th_info { int waited; double stime; long *pathptr; - char pathname[PATHLENGTH + 1]; /* add room for null terminator */ + long pathname[NUMPARMS + 1]; /* add room for null terminator */ }; #define MAX_THREADS 512 @@ -483,8 +485,12 @@ void get_screenwidth() columns = MAXCOLS; if (isatty(1)) { - if (ioctl(1, TIOCGWINSZ, &size) != -1) + if (ioctl(1, TIOCGWINSZ, &size) != -1) { columns = size.ws_col; + + if (columns > MAXWIDTH) + columns = MAXWIDTH; + } } } @@ -922,7 +928,7 @@ sample_sc() for (i = 0; i < cur_max; i++) { th_state[i].thread = 0; th_state[i].pid = 0; - th_state[i].pathptr = (long *)0; + th_state[i].pathptr = (long *)NULL; th_state[i].pathname[0] = 0; } cur_max = 0; @@ -1079,11 +1085,15 @@ sample_sc() continue; if (!ti->pathptr) { - sargptr = (long *)&ti->pathname[0]; - memset(&ti->pathname[0], 0, (PATHLENGTH + 1)); + sargptr = ti->pathname; *sargptr++ = kd[i].arg2; *sargptr++ = kd[i].arg3; *sargptr++ = kd[i].arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } else { sargptr = ti->pathptr; @@ -1093,8 +1103,7 @@ sample_sc() kernel sends us more VFS_LOOKUP entries than we can handle. */ - - if ((long *)sargptr >= (long *)&ti->pathname[PATHLENGTH]) { + if (sargptr >= &ti->pathname[NUMPARMS]) { continue; } /* @@ -1105,14 +1114,18 @@ sample_sc() */ if (debugid & DBG_FUNC_START) { - (long *)ti->pathptr = (long *)&ti->pathname[PATHLENGTH]; + ti->pathptr = &ti->pathname[NUMPARMS]; continue; } - *sargptr++ = kd[i].arg1; *sargptr++ = kd[i].arg2; *sargptr++ = kd[i].arg3; *sargptr++ = kd[i].arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } continue; @@ -1946,7 +1959,7 @@ enter_syscall(int thread, int type, kd_buf *kd, char *name, double now) int tsclen = 0; int nmclen = 0; int argsclen = 0; - char buf[MAXCOLS]; + char buf[MAXWIDTH]; switch (type) { @@ -2196,7 +2209,7 @@ enter_syscall(int thread, int type, kd_buf *kd, char *name, double now) ti->arg2 = kd->arg2; ti->arg3 = kd->arg3; ti->arg4 = kd->arg4; - ti->pathptr = (long *)0; + ti->pathptr = (long *)NULL; ti->pathname[0] = 0; break; @@ -2251,7 +2264,7 @@ exit_syscall(char *sc_name, int thread, int type, int error, int retval, return; if (check_filter_mode(ti, type, error, retval, sc_name)) - format_print(ti, sc_name, thread, type, error, retval, has_fd, has_ret, now, ti->stime, ti->waited, ti->pathname, NULL); + format_print(ti, sc_name, thread, type, error, retval, has_fd, has_ret, now, ti->stime, ti->waited, (char *)ti->pathname, NULL); if (ti == &th_state[cur_max - 1]) cur_max--; @@ -2275,7 +2288,7 @@ format_print(struct th_info *ti, char *sc_name, int thread, int type, int error, int len = 0; int clen = 0; char *framework_name; - char buf[MAXCOLS]; + char buf[MAXWIDTH]; command_name = ""; diff --git a/getty.tproj/getty.8 b/getty.tproj/getty.8 index a97f053..cc6612f 100644 --- a/getty.tproj/getty.8 +++ b/getty.tproj/getty.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 -.\" $Id: getty.8,v 1.1 1999/05/02 04:21:29 wsanchez Exp $ +.\" $Id: getty.8,v 1.1.1.1 1999/05/02 04:21:29 wsanchez Exp $ .\" .Dd June 4, 1993 .Dt GETTY 8 diff --git a/getty.tproj/gettytab.5 b/getty.tproj/gettytab.5 index 38e9a96..51d4cfe 100644 --- a/getty.tproj/gettytab.5 +++ b/getty.tproj/gettytab.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 -.\" $Id: gettytab.5,v 1.1 1999/05/02 04:21:29 wsanchez Exp $ +.\" $Id: gettytab.5,v 1.1.1.1 1999/05/02 04:21:29 wsanchez Exp $ .\" .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/getty.tproj/ttys.5 b/getty.tproj/ttys.5 index 3a2fc45..b2f6584 100644 --- a/getty.tproj/ttys.5 +++ b/getty.tproj/ttys.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 -.\" $Id: ttys.5,v 1.1 1999/05/02 04:21:29 wsanchez Exp $ +.\" $Id: ttys.5,v 1.1.1.1 1999/05/02 04:21:29 wsanchez Exp $ .\" .Dd June 4, 1993 .Dt TTYS 5 diff --git a/hostinfo.tproj/hostinfo.8 b/hostinfo.tproj/hostinfo.8 index 37e1182..770a843 100644 --- a/hostinfo.tproj/hostinfo.8 +++ b/hostinfo.tproj/hostinfo.8 @@ -46,7 +46,7 @@ The version string compiled into the kernel executing on the host system. .Pp .It Processor Configuration: The maximum possible processors for which the kernel is configured, -followed by the number of processors physically available. +followed by the number of physical and logical processors available. .Pp .It Processor type: The host's processor type and subtype. diff --git a/hostinfo.tproj/hostinfo.c b/hostinfo.tproj/hostinfo.c index 86c4e42..5ea6c5c 100644 --- a/hostinfo.tproj/hostinfo.c +++ b/hostinfo.tproj/hostinfo.c @@ -114,8 +114,11 @@ int main(int argc, char *argv[]) hi.max_cpus); else printf("Kernel configured for a single processor only.\n"); - printf("%d processor%s physically available.\n", hi.avail_cpus, - (hi.avail_cpus > 1) ? "s are" : " is"); + printf("%d processor%s physically available.\n", hi.physical_cpu, + (hi.physical_cpu > 1) ? "s are" : " is"); + + printf("%d processor%s logically available.\n", hi.logical_cpu, + (hi.logical_cpu > 1) ? "s are" : " is"); printf("Processor type:"); slot_name(hi.cpu_type, hi.cpu_subtype, &cpu_name, &cpu_subname); diff --git a/kdump.tproj/syscalls.c b/kdump.tproj/syscalls.c index 8794bae..95ec073 100644 --- a/kdump.tproj/syscalls.c +++ b/kdump.tproj/syscalls.c @@ -332,7 +332,7 @@ const char *syscallnames[] = { "semctl", /* 254 = semctl */ "semget", /* 255 = semget */ "semop", /* 256 = semop */ - "#257", /* 257 = */ + "semconfig", /* 257 = semconfig */ "msgctl", /* 258 = msgctl */ "msgget", /* 259 = msgget */ "msgsnd", /* 260 = msgsnd */ diff --git a/latency.tproj/latency.c b/latency.tproj/latency.c index 3682b85..0b6da26 100644 --- a/latency.tproj/latency.c +++ b/latency.tproj/latency.c @@ -24,7 +24,7 @@ /* - cc -I. -DKERNEL_PRIVATE -O -o latency latency.c -lncurses + cc -I. -DPRIVATE -D__APPLE_PRIVATE -O -o latency latency.c -lncurses */ #include @@ -147,9 +147,8 @@ struct ct { char name[32]; } codes_tab[MAX_ENTRIES]; -/* If NUMPARMS changes from the kernel, then PATHLENGTH will also reflect the change */ + #define NUMPARMS 23 -#define PATHLENGTH (NUMPARMS*sizeof(long)) struct th_info { int thread; @@ -158,7 +157,7 @@ struct th_info { int arg1; double stime; long *pathptr; - char pathname[PATHLENGTH + 1]; + long pathname[NUMPARMS + 1]; }; #define MAX_THREADS 512 @@ -704,7 +703,7 @@ char *argv[]; int loop_cnt, sample_sc_now; int decrementer_usec = 0; kern_return_t ret; - int size; + unsigned int size; host_name_port_t host; void getdivisor(); void sample_sc(); @@ -1216,7 +1215,7 @@ void sample_sc(uint64_t start, uint64_t stop) for (i = 0; i < cur_max; i++) { th_state[i].thread = 0; th_state[i].type = -1; - th_state[i].pathptr = (long *)0; + th_state[i].pathptr = (long *)NULL; th_state[i].pathname[0] = 0; } cur_max = 0; @@ -1453,14 +1452,17 @@ void sample_sc(uint64_t start, uint64_t stop) } while ( (kd < end_of_sample) && ((kd->debugid & DBG_FUNC_MASK) == VFS_LOOKUP)) { - if (!ti->pathptr) { + if (ti->pathptr == NULL) { ti->arg1 = kd->arg1; - memset(&ti->pathname[0], 0, (PATHLENGTH + 1)); - sargptr = (long *)&ti->pathname[0]; + sargptr = ti->pathname; *sargptr++ = kd->arg2; *sargptr++ = kd->arg3; *sargptr++ = kd->arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; ti->pathptr = sargptr; } else { @@ -1472,7 +1474,7 @@ void sample_sc(uint64_t start, uint64_t stop) handle. */ - if ((long *)sargptr >= (long *)&ti->pathname[PATHLENGTH]) + if (sargptr >= &ti->pathname[NUMPARMS]) { kd++; continue; @@ -1487,7 +1489,7 @@ void sample_sc(uint64_t start, uint64_t stop) if (kd->debugid & DBG_FUNC_START) { - (long *)ti->pathptr = (long *)&ti->pathname[PATHLENGTH]; + ti->pathptr = &ti->pathname[NUMPARMS]; } else { @@ -1495,16 +1497,22 @@ void sample_sc(uint64_t start, uint64_t stop) *sargptr++ = kd->arg2; *sargptr++ = kd->arg3; *sargptr++ = kd->arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } } kd++; } + p = (char *)ti->pathname; kd--; - /* print the tail end of the pathname */ - len = strlen(ti->pathname); + /* print the tail end of the pathname */ + len = strlen(p); if (len > 42) len -= 42; else @@ -1513,7 +1521,7 @@ void sample_sc(uint64_t start, uint64_t stop) if (log_fp) { fprintf(log_fp, "%9.1f %8.1f\t\t%-14.14s %-42s %-8x %-8x %d %s\n", timestamp - start_bias, delta, "VFS_LOOKUP", - &ti->pathname[len], ti->arg1, thread, cpunum, command); + &p[len], ti->arg1, thread, cpunum, command); } last_timestamp = timestamp; @@ -1610,7 +1618,7 @@ enter_syscall(FILE *fp, kd_buf *kd, int thread, int type, char *command, double else ti->type = -1; ti->stime = timestamp; - ti->pathptr = (long *)0; + ti->pathptr = (long *)NULL; #if 0 if (print_info && fp) @@ -1665,7 +1673,7 @@ exit_syscall(FILE *fp, kd_buf *kd, int thread, int type, char *command, double t ti->thread = thread; ti->child_thread = 0; - ti->pathptr = (long *)0; + ti->pathptr = (long *)NULL; } } ti->type = -1; @@ -1711,7 +1719,7 @@ check_for_thread_update(int thread, int type, kd_buf *kd) ti->thread = thread; ti->type = -1; - ti->pathptr = (long *)0; + ti->pathptr = (long *)NULL; } ti->child_thread = kd->arg1; return (1); @@ -1919,20 +1927,24 @@ kd_buf *log_decrementer(kd_buf *kd_beg, kd_buf *kd_end, kd_buf *end_of_sample, d ti->thread = thread; ti->type = -1; - ti->pathptr = (long *)0; + ti->pathptr = (long *)NULL; ti->child_thread = 0; } while ( (kd <= kd_stop) && (kd->debugid & DBG_FUNC_MASK) == VFS_LOOKUP) { - if (!ti->pathptr) { + if (ti->pathptr == NULL) { ti->arg1 = kd->arg1; - memset(&ti->pathname[0], 0, (PATHLENGTH + 1)); - sargptr = (long *)&ti->pathname[0]; + sargptr = ti->pathname; *sargptr++ = kd->arg2; *sargptr++ = kd->arg3; *sargptr++ = kd->arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } else { @@ -1944,7 +1956,7 @@ kd_buf *log_decrementer(kd_buf *kd_beg, kd_buf *kd_end, kd_buf *end_of_sample, d handle. */ - if ((long *)sargptr >= (long *)&ti->pathname[PATHLENGTH]) + if (sargptr >= &ti->pathname[NUMPARMS]) { kd++; continue; @@ -1959,7 +1971,7 @@ kd_buf *log_decrementer(kd_buf *kd_beg, kd_buf *kd_end, kd_buf *end_of_sample, d if (kd->debugid & DBG_FUNC_START) { - (long *)ti->pathptr = (long *)&ti->pathname[PATHLENGTH]; + ti->pathptr = &ti->pathname[NUMPARMS]; } else { @@ -1967,15 +1979,21 @@ kd_buf *log_decrementer(kd_buf *kd_beg, kd_buf *kd_end, kd_buf *end_of_sample, d *sargptr++ = kd->arg2; *sargptr++ = kd->arg3; *sargptr++ = kd->arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } } kd++; } + p = (char *)ti->pathname; kd--; /* print the tail end of the pathname */ - len = strlen(ti->pathname); + len = strlen(p); if (len > 42) len -= 42; else @@ -1983,7 +2001,7 @@ kd_buf *log_decrementer(kd_buf *kd_beg, kd_buf *kd_end, kd_buf *end_of_sample, d fprintf(log_fp, "%9.1f %8.1f\t\t%-14.14s %-42s %-8x %-8x %d %s\n", timestamp - start_bias, delta, "VFS_LOOKUP", - &ti->pathname[len], ti->arg1, thread, cpunum, command); + &p[len], ti->arg1, thread, cpunum, command); last_timestamp = timestamp; break; diff --git a/nvram.tproj/Makefile.postamble b/nvram.tproj/Makefile.postamble index 8330a27..a1cb866 100644 --- a/nvram.tproj/Makefile.postamble +++ b/nvram.tproj/Makefile.postamble @@ -134,6 +134,3 @@ after_install:: $(MKDIRS) $(DSTROOT)$(MANDIR) $(CP) -f $(MANPAGE) $(DSTROOT)$(MANDIR)/$(MANPAGE) $(CHMOD) og-w $(DSTROOT)$(MANDIR)/$(MANPAGE) - $(MV) $(DSTROOT)/usr/sbin/nvram $(DSTROOT)/usr/sbin/nvram.tmp - lipo -thin ppc -output $(DSTROOT)/usr/sbin/nvram $(DSTROOT)/usr/sbin/nvram.tmp - $(RM) -f $(DSTROOT)/usr/sbin/nvram.tmp diff --git a/nvram.tproj/nvram.c b/nvram.tproj/nvram.c index b9a6db9..ec5bd3b 100644 --- a/nvram.tproj/nvram.c +++ b/nvram.tproj/nvram.c @@ -67,7 +67,7 @@ int main(int argc, char **argv) gOptionsRef = IORegistryEntryFromPath(masterPort, "IODeviceTree:/options"); if (gOptionsRef == 0) { - FatalError(-1, "Error (%d) getting a reference to /options", -1); + FatalError(-1, "nvram is not supported on this system.", -1); exit(-1); } @@ -575,3 +575,4 @@ static CFTypeRef ConvertValueToCFTypeRef(CFTypeID typeID, char *value) return valueRef; } + diff --git a/passwd.tproj/file_passwd.c b/passwd.tproj/file_passwd.c index 65a862f..7f1eb81 100644 --- a/passwd.tproj/file_passwd.c +++ b/passwd.tproj/file_passwd.c @@ -27,16 +27,9 @@ #include #include #include -#include -#include -#include -#include -#include -#include #include "stringops.h" -#define TEMP_FILE_TEMPLATE "/var/run/.pwtmpXXXXXX" -#define LOCK_FILE "/var/run/.passwd.lock" +#define TEMP_FILE "/tmp/.pwtmp" #define _PASSWD_FILE "/etc/master.passwd" #define _COMPAT_FILE "/etc/passwd" @@ -137,40 +130,23 @@ find_user(char *uname, FILE *fp) } void -rewrite_file(char *pwname, FILE *fp, struct passwd *newpw, char *locn) +rewrite_file(char *pwname, FILE *fp, struct passwd *newpw) { char *line; struct passwd *pw; FILE *tfp, *cfp; - int fd; char fname[256]; - sprintf(fname, "%s.%.5d", TEMP_FILE_TEMPLATE, getpid()); - fd = mkstemps(fname, 6); - if (fd == -1) - { - fprintf(stderr, "can't create temporary file \"%s\": ", fname); - perror(""); - exit(1); - } - if (fchmod(fd, (S_IRUSR | S_IWUSR)) != 0) - { - close(fd); - unlink(fname); - fprintf(stderr, "can't set permissions for temporary file \"%s\": ", fname); - perror(""); - exit(1); - } - tfp = fdopen(fd, "w+"); + sprintf(fname, "%s.%d", TEMP_FILE, getpid()); + + tfp = fopen(fname, "w+"); if (tfp == NULL) { - close(fd); - unlink(fname); fprintf(stderr, "can't write temporary file \"%s\": ", fname); perror(""); exit(1); } - + cfp = NULL; if (!strcmp(pwname, _PASSWD_FILE)) { @@ -195,7 +171,7 @@ rewrite_file(char *pwname, FILE *fp, struct passwd *newpw, char *locn) fprintf(cfp, "# Do not edit this file. Changes will be lost.\n"); fprintf(cfp, "#\n"); } - + rewind(fp); while (NULL != (line = getline(fp))) @@ -241,25 +217,23 @@ rewrite_file(char *pwname, FILE *fp, struct passwd *newpw, char *locn) if (cfp != NULL) fclose(cfp); fclose(fp); - + if (unlink(pwname) < 0) + { + fprintf(stderr, "can't update \"%s\": ", pwname); + perror(""); + } + rewind(tfp); - if (locn != NULL) { - if (seteuid(getuid()) != 0) { - fprintf(stderr, "Unable to set privileges."); - perror("seteuid"); - exit(1); - } - } fp = fopen(pwname, "w"); if (fp == NULL) { - fprintf(stderr, "ERROR: can't update \"%s\"\n", pwname); + fprintf(stderr, "ERROR: lost file \"%s\"\n", pwname); fprintf(stderr, "new passwd file is \"%s\"\n", fname); perror("open"); exit(1); } - + while (NULL != (line = getline(tfp))) { fprintf(fp, "%s", line); @@ -271,54 +245,27 @@ rewrite_file(char *pwname, FILE *fp, struct passwd *newpw, char *locn) } int -_file_passwd_main(char *uname, char *locn) +file_passwd(char *uname, char *locn) { char *ne, *oc, *nc; FILE *fp; char *fname; struct passwd *pw; struct passwd newpw; - struct stat sb; int uid; - uid_t euid; - + fname = _PASSWD_FILE; if (locn != NULL) fname = locn; - - umask((S_IRWXG | S_IRWXO)); - - if ( lstat(fname, &sb) != 0 ) - { - fprintf(stderr, "The file does not exist.\n"); - exit(1); - } - - euid = geteuid(); - if (locn != NULL) { - if (seteuid(getuid()) != 0) { - fprintf(stderr, "Permission denied.\n"); - exit(1); - } - } + fp = fopen(fname, "a+"); - if (locn != NULL) { - seteuid(euid); - } - if (fp == NULL) { fprintf(stderr, "can't write to file \"%s\": ", fname); perror(""); exit(1); } - if (fchmod(fileno(fp), (S_IRUSR | S_IWUSR)) != 0) - { - fclose(fp); - fprintf(stderr, "can't set permissions for file \"%s\": ", fname); - perror(""); - exit(1); - } - + + pw = find_user(uname, fp); if (pw == (struct passwd *)NULL) { @@ -352,7 +299,7 @@ _file_passwd_main(char *uname, char *locn) /* * Re-write the file */ - rewrite_file(fname, fp, &newpw, locn); + rewrite_file(fname, fp, &newpw); /* * Clean up memory @@ -369,96 +316,3 @@ _file_passwd_main(char *uname, char *locn) return 0; } - - -void sighandler(int inSignal) -{ - unlink(LOCK_FILE); - exit(1); -} - - -int -file_passwd(char *uname, char *locn) -{ - pid_t pid; - int retVal = 0; - int waitResult = 0; - int retries = 0; - struct stat sb; - FILE *lockFile; - struct sigaction action = {0}; - struct rlimit rlim; - - /* unlimit the resource limits */ - rlim.rlim_cur = rlim.rlim_max = RLIM_INFINITY; - (void)setrlimit(RLIMIT_CPU, &rlim); - (void)setrlimit(RLIMIT_FSIZE, &rlim); - (void)setrlimit(RLIMIT_STACK, &rlim); - (void)setrlimit(RLIMIT_DATA, &rlim); - (void)setrlimit(RLIMIT_RSS, &rlim); - (void)setrlimit(RLIMIT_NOFILE, &rlim); - - /* trap signals */ - sigfillset( &action.sa_mask ); - action.sa_flags = SA_RESTART; - action.sa_handler = sighandler; - sigaction(SIGHUP, &action, NULL); - sigaction(SIGINT, &action, NULL); // ctrl-c - sigaction(SIGQUIT, &action, NULL); - sigaction(SIGABRT, &action, NULL); - sigaction(SIGPIPE, &action, NULL); - sigaction(SIGALRM, &action, NULL); - sigaction(SIGTERM, &action, NULL); - sigaction(SIGSTOP, &action, NULL); - sigaction(SIGTSTP, &action, NULL); - - /* Check/create lock file */ - for (retries = 0; retries < 5; retries++) - { - retVal = lstat(LOCK_FILE, &sb); - if (retVal != 0) - break; - /* try in 100 milliseconds */ - usleep(100000); - } - if (retVal == 0) - { - fprintf(stderr, "another passwd process is running.\n"); - exit(EX_TEMPFAIL); - } - - umask((S_IRWXG | S_IRWXO)); - lockFile = fopen(LOCK_FILE, "w"); - if (lockFile == NULL) - { - fprintf(stderr, "can't create lock file.\n"); - exit(EX_CANTCREAT); - } - fprintf(lockFile, "%d\n", getpid()); - fclose(lockFile); - - pid = fork(); - if (pid == -1) - { - fprintf(stderr, "can't fork\n"); - exit(EX_OSERR); - } - - /* Handle the child */ - if (pid == 0) - { - retVal = _file_passwd_main(uname, locn); - exit(retVal); - } - - /* Handle the parent */ - waitResult = waitpid(pid, &retVal, 0); - retVal = (waitResult == 0) ? WEXITSTATUS(retVal) : 1; - - /* delete lock file */ - unlink(LOCK_FILE); - - return retVal; -} - diff --git a/sc_usage.tproj/sc_usage.c b/sc_usage.tproj/sc_usage.c index da3c078..6345efc 100644 --- a/sc_usage.tproj/sc_usage.c +++ b/sc_usage.tproj/sc_usage.c @@ -23,7 +23,7 @@ */ /* -cc -I. -DKERNEL_PRIVATE -O -o sc_usage sc_usage.c -lncurses +cc -I. -DPRIVATE -D__APPLE_PRIVATE -O -o sc_usage sc_usage.c -lncurses */ #define Default_DELAY 1 /* default delay interval */ @@ -90,9 +90,9 @@ long start_time = 0; #define MAX_NESTED 8 #define MAX_FAULTS 5 -/* If NUMPARMS from kernel changes, it will be reflected in PATHLENGTH as well */ + #define NUMPARMS 23 -#define PATHLENGTH (NUMPARMS*sizeof(long)) + char *state_name[] = { "Dont Know", @@ -124,7 +124,7 @@ struct th_info { int vfslookup; int curpri; long *pathptr; - char pathname[PATHLENGTH + 1]; + long pathname[NUMPARMS + 1]; struct entry th_entry[MAX_NESTED]; }; @@ -842,6 +842,7 @@ void screen_update() for (i = 0; i < num_of_threads; i++, ti++) { struct entry *te; + char *p; uint64_t now; int secs, time_secs, time_usecs; @@ -869,12 +870,14 @@ void screen_update() clen = strlen(tbuf); /* print the tail end of the pathname */ - plen = strlen(ti->pathname); + p = (char *)ti->pathname; + + plen = strlen(p); if (plen > 34) plen -= 34; else plen = 0; - sprintf(&tbuf[clen], " %-34.34s ", &ti->pathname[plen]); + sprintf(&tbuf[clen], " %-34.34s ", &p[plen]); clen += strlen(&tbuf[clen]); @@ -1178,7 +1181,7 @@ sort_scalls() { if ((unsigned long)(((double)now - te->otime) / divisor) > 5000000) { ti->thread = 0; ti->vfslookup = 0; - ti->pathptr = (long *)0; + ti->pathptr = (long *)NULL; ti->pathname[0] = 0; num_of_threads--; } @@ -1381,7 +1384,7 @@ sample_sc() th_state[i].depth = 0; th_state[i].thread = 0; th_state[i].vfslookup = 0; - th_state[i].pathptr = (long *)0; + th_state[i].pathptr = (long *)NULL; th_state[i].pathname[0] = 0; } num_of_threads = 0; @@ -1422,12 +1425,16 @@ sample_sc() if (ti->vfslookup == 1) { ti->vfslookup++; - memset(&ti->pathname[0], 0, (PATHLENGTH + 1)); - sargptr = (long *)&ti->pathname[0]; + sargptr = ti->pathname; *sargptr++ = kd[i].arg2; *sargptr++ = kd[i].arg3; *sargptr++ = kd[i].arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } else if (ti->vfslookup > 1) { @@ -1440,7 +1447,7 @@ sample_sc() handle. */ - if ((long *)sargptr >= (long *)&ti->pathname[PATHLENGTH]) + if (sargptr >= &ti->pathname[NUMPARMS]) continue; /* @@ -1452,7 +1459,7 @@ sample_sc() if (debugid & DBG_FUNC_START) { - (long *)ti->pathptr = (long *)&ti->pathname[PATHLENGTH]; + ti->pathptr = &ti->pathname[NUMPARMS]; continue; } @@ -1460,6 +1467,11 @@ sample_sc() *sargptr++ = kd[i].arg2; *sargptr++ = kd[i].arg3; *sargptr++ = kd[i].arg4; + /* + * NULL terminate the 'string' + */ + *sargptr = 0; + ti->pathptr = sargptr; } continue; diff --git a/sc_usage.tproj/trace.codes b/sc_usage.tproj/trace.codes index fb043d5..66898c3 100644 --- a/sc_usage.tproj/trace.codes +++ b/sc_usage.tproj/trace.codes @@ -933,10 +933,10 @@ 0x40c05bc BSC_#367 0x40c05c0 BSC_#368 0x40c05c4 BSC_#369 -0x50b0018 IES_action -0x50b001c IES_filter -0x50c0010 TES_action -0x50d0018 CQ_action +0x5020018 IES_action +0x502001c IES_filter +0x5030010 TES_action +0x5040018 CQ_action 0x5100004 PM_SetParent 0x5100008 PM_AddChild 0x510000c PM_RemoveChild diff --git a/zic.tproj/Makefile.postamble b/zic.tproj/Makefile.postamble index 78bbf07..be0f925 100644 --- a/zic.tproj/Makefile.postamble +++ b/zic.tproj/Makefile.postamble @@ -197,35 +197,21 @@ right_posix: right_only other_two ZONE_FILES = africa antarctica asia australasia europe northamerica southamerica etcetera factory backward systemv solar87 solar88 solar89 ZONEINFO = ${DSTROOT}/usr/share/zoneinfo -# ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz -# the tzdata*.tar.gz file is automatically unpacked and a version file created -DATFILES = ${OFILE_DIR}/datfiles -TARBALL = $(shell echo `pwd`/datfiles/tzdata*) -DATVERS = $(shell basename ${TARBALL} | sed -e 's,\..*,,' -e 's/^tzdata//') -VERSIONFILE = ${ZONEINFO}/+VERSION - -${DATFILES}: - mkdir -p ${DATFILES} - cd ${DATFILES} && tar xzf ${TARBALL} - -after_install:: ${DATFILES} +after_install:: -mkdir -p ${DSTROOT}/usr/share -rm -rf ${ZONEINFO} mkdir -p ${ZONEINFO} for tz in ${ZONE_FILES}; do \ if [[ $${tz} = "northamerica" ]]; then \ - ${ZIC} -p America/New_York -L /dev/null -d ${ZONEINFO} -y ${DATFILES}/yearistype.sh ${DATFILES}/$${tz}; \ + ${ZIC} -p America/New_York -L /dev/null -d ${ZONEINFO} -y datfiles/yearistype.sh datfiles/$${tz}; \ else \ - ${ZIC} -L /dev/null -d ${ZONEINFO} -y ${DATFILES}/yearistype.sh ${DATFILES}/$${tz}; \ + ${ZIC} -L /dev/null -d ${ZONEINFO} -y datfiles/yearistype.sh datfiles/$${tz}; \ fi \ done chmod -R og-w ${ZONEINFO} - install -c -m 444 ${DATFILES}/zone.tab ${ZONEINFO} - install -c -m 444 ${DATFILES}/iso3166.tab ${ZONEINFO} + install -c -m 444 datfiles/zone.tab ${ZONEINFO} -mkdir -p ${DSTROOT}/private/etc -rm -f ${DSTROOT}/private/etc/localtime ln -fs /usr/share/zoneinfo/${LOCALTIME} ${DSTROOT}/private/etc/localtime mkdir -p ${DSTROOT}/usr/share/man/man8 install -c -m 444 zic.8 ${DSTROOT}/usr/share/man/man8 - echo ${DATVERS} > ${VERSIONFILE} - chmod 444 ${VERSIONFILE} diff --git a/zic.tproj/datfiles/africa b/zic.tproj/datfiles/africa new file mode 100644 index 0000000..e8223f7 --- /dev/null +++ b/zic.tproj/datfiles/africa @@ -0,0 +1,605 @@ +# @(#)africa 7.36 + +# This data is by no means authoritative; if you think you know better, +# go ahead and edit the file (and please send any changes to +# tz@elsie.nci.nih.gov for general use in the future). + +# From Paul Eggert (1999-03-22): +# +# A good source for time zone historical data outside the U.S. is +# Thomas G. Shanks, The International Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1999). +# +# Gwillim Law writes that a good source +# for recent time zone data is the International Air Transport +# Association's Standard Schedules Information Manual (IATA SSIM), +# published semiannually. Law sent in several helpful summaries +# of the IATA's data after 1990. +# +# Except where otherwise noted, Shanks is the source for entries through 1990, +# and IATA SSIM is the source for entries after 1990. +# +# Another source occasionally used is Edward W. Whitman, World Time Differences, +# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which +# I found in the UCLA library. +# +# A reliable and entertaining source about time zones is +# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997). +# +# Previous editions of this database used WAT, CAT, SAT, and EAT +# for +0:00 through +3:00, respectively, +# but Mark R V Murray reports that +# `SAST' is the official abbreviation for +2:00 in the country of South Africa, +# `CAT' is commonly used for +2:00 in countries north of South Africa, and +# `WAT' is probably the best name for +1:00, as the common phrase for +# the area that includes Nigeria is ``West Africa''. +# He has heard of ``Western Sahara Time'' for +0:00 but can find no reference. +# +# To make things confusing, `WAT' seems to have been used for -1:00 long ago; +# I'd guess that this was because people needed _some_ name for -1:00, +# and at the time, far west Africa was the only major land area in -1:00. +# This usage is now obsolete, as the last use of -1:00 on the African +# mainland seems to have been 1976 in Western Sahara. +# +# To summarize, the following abbreviations seem to have some currency: +# -1:00 WAT West Africa Time (no longer used) +# 0:00 GMT Greenwich Mean Time +# 2:00 CAT Central Africa Time +# 2:00 SAST South Africa Standard Time +# and Murray suggests the following abbreviation: +# 1:00 WAT West Africa Time +# I realize that this leads to `WAT' being used for both -1:00 and 1:00 +# for times before 1976, but this is the best I can think of +# until we get more information. +# +# I invented the following abbreviations; corrections are welcome! +# 2:00 WAST West Africa Summer Time +# 2:30 BEAT British East Africa Time (no longer used) +# 2:44:45 BEAUT British East Africa Unified Time (no longer used) +# 3:00 CAST Central Africa Summer Time (no longer used) +# 3:00 SAST South Africa Summer Time (no longer used) +# 3:00 EAT East Africa Time +# 4:00 EAST East Africa Summer Time (no longer used) + +# Algeria +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Algeria 1916 only - Jun 14 23:00s 1:00 S +Rule Algeria 1916 1919 - Oct Sun<=7 23:00s 0 - +Rule Algeria 1917 only - Mar 24 23:00s 1:00 S +Rule Algeria 1918 only - Mar 9 23:00s 1:00 S +Rule Algeria 1919 only - Mar 1 23:00s 1:00 S +Rule Algeria 1920 only - Feb 14 23:00s 1:00 S +Rule Algeria 1920 only - Oct 23 23:00s 0 - +Rule Algeria 1921 only - Mar 14 23:00s 1:00 S +Rule Algeria 1921 only - Jun 21 23:00s 0 - +Rule Algeria 1939 only - Sep 11 23:00s 1:00 S +Rule Algeria 1939 only - Nov 19 1:00 0 - +Rule Algeria 1944 1945 - Apr Mon<=7 2:00 1:00 S +Rule Algeria 1944 only - Oct 8 2:00 0 - +Rule Algeria 1945 only - Sep 16 1:00 0 - +Rule Algeria 1971 only - Apr 25 23:00s 1:00 S +Rule Algeria 1971 only - Sep 26 23:00s 0 - +Rule Algeria 1977 only - May 6 0:00 1:00 S +Rule Algeria 1977 only - Oct 21 0:00 0 - +Rule Algeria 1978 only - Mar 24 1:00 1:00 S +Rule Algeria 1978 only - Sep 22 3:00 0 - +Rule Algeria 1980 only - Apr 25 0:00 1:00 S +Rule Algeria 1980 only - Oct 31 2:00 0 - +# Shanks gives 0:09 for Paris Mean Time; go with Howse's more precise 0:09:21. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Algiers 0:12:12 - LMT 1891 Mar 15 0:01 + 0:09:21 - PMT 1911 Mar 11 # Paris Mean Time + 0:00 Algeria WE%sT 1940 Feb 25 2:00 + 1:00 Algeria CE%sT 1946 Oct 7 + 0:00 - WET 1956 Jan 29 + 1:00 - CET 1963 Apr 14 + 0:00 Algeria WE%sT 1977 Oct 21 + 1:00 Algeria CE%sT 1979 Oct 26 + 0:00 Algeria WE%sT 1981 May + 1:00 - CET + +# Angola +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Luanda 0:52:56 - LMT 1892 + 0:52:04 - AOT 1911 May 26 # Angola Time + 1:00 - WAT + +# Benin +# Whitman says they switched to 1:00 in 1946, not 1934; go with Shanks. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Porto-Novo 0:10:28 - LMT 1912 + 0:00 - GMT 1934 Feb 26 + 1:00 - WAT + +# Botswana +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Gaborone 1:43:40 - LMT 1885 + 2:00 - CAT 1943 Sep 19 2:00 + 2:00 1:00 CAST 1944 Mar 19 2:00 + 2:00 - CAT + +# Burkina Faso +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Ouagadougou -0:06:04 - LMT 1912 + 0:00 - GMT + +# Burundi +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Bujumbura 1:57:28 - LMT 1890 + 2:00 - CAT + +# Cameroon +# Whitman says they switched to 1:00 in 1920; go with Shanks. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Douala 0:38:48 - LMT 1912 + 1:00 - WAT + +# Cape Verde +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Atlantic/Cape_Verde -1:34:04 - LMT 1907 # Praia + -2:00 - CVT 1942 Sep + -2:00 1:00 CVST 1945 Oct 15 + -2:00 - CVT 1975 Nov 25 2:00 + -1:00 - CVT + +# Central African Republic +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Bangui 1:14:20 - LMT 1912 + 1:00 - WAT + +# Chad +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Ndjamena 1:00:12 - LMT 1912 + 1:00 - WAT 1979 Oct 14 + 1:00 1:00 WAST 1980 Mar 8 + 1:00 - WAT + +# Comoros +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Comoro 2:53:04 - LMT 1911 Jul # Moroni, Gran Comoro + 3:00 - EAT + +# Democratic Republic of Congo +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Kinshasa 1:01:12 - LMT 1897 Nov 9 + 1:00 - WAT +Zone Africa/Lubumbashi 1:49:52 - LMT 1897 Nov 9 + 2:00 - CAT + +# Republic of the Congo +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Brazzaville 1:01:08 - LMT 1912 + 1:00 - WAT + +# Cote D'Ivoire +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Abidjan -0:16:08 - LMT 1912 + 0:00 - GMT + +# Djibouti +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Djibouti 2:52:36 - LMT 1911 Jul + 3:00 - EAT + +############################################################################### + +# Egypt + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Egypt 1940 only - Jul 15 0:00 1:00 S +Rule Egypt 1940 only - Oct 1 0:00 0 - +Rule Egypt 1941 only - Apr 15 0:00 1:00 S +Rule Egypt 1941 only - Sep 16 0:00 0 - +Rule Egypt 1942 1944 - Apr 1 0:00 1:00 S +Rule Egypt 1942 only - Oct 27 0:00 0 - +Rule Egypt 1943 1945 - Nov 1 0:00 0 - +Rule Egypt 1945 only - Apr 16 0:00 1:00 S +Rule Egypt 1957 only - May 10 0:00 1:00 S +Rule Egypt 1957 1958 - Oct 1 0:00 0 - +Rule Egypt 1958 only - May 1 0:00 1:00 S +Rule Egypt 1959 1981 - May 1 1:00 1:00 S +Rule Egypt 1959 1965 - Sep 30 3:00 0 - +Rule Egypt 1966 1994 - Oct 1 3:00 0 - +Rule Egypt 1982 only - Jul 25 1:00 1:00 S +Rule Egypt 1983 only - Jul 12 1:00 1:00 S +Rule Egypt 1984 1988 - May 1 1:00 1:00 S +Rule Egypt 1989 only - May 6 1:00 1:00 S +Rule Egypt 1990 1994 - May 1 1:00 1:00 S +# IATA (after 1990) says transitions are at 0:00. +# Go with IATA starting in 1995, except correct 1995 entry from 09-30 to 09-29. +Rule Egypt 1995 max - Apr lastFri 0:00s 1:00 S +Rule Egypt 1995 max - Sep lastThu 23:00s 0 - + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Cairo 2:05:00 - LMT 1900 Oct + 2:00 Egypt EE%sT + +# Equatorial Guinea +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Malabo 0:35:08 - LMT 1912 + 0:00 - GMT 1963 Dec 15 + 1:00 - WAT + +# Eritrea +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Asmera 2:35:32 - LMT 1870 + 2:35:32 - AMT 1890 # Asmera Mean Time + 2:35:20 - ADMT 1936 May 5 # Adis Dera MT + 3:00 - EAT + +# Ethiopia +# From Paul Eggert (1997-10-05): +# Shanks writes that Ethiopia had six narrowly-spaced time zones between +# 1870 and 1890, and that they merged to 38E50 (2:35:20) in 1890. +# We'll guess that 38E50 is for Adis Dera. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Addis_Ababa 2:34:48 - LMT 1870 + 2:35:20 - ADMT 1936 May 5 # Adis Dera MT + 3:00 - EAT + +# Gabon +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Libreville 0:37:48 - LMT 1912 + 1:00 - WAT + +# Gambia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Banjul -1:06:36 - LMT 1912 + -1:06:36 - BMT 1935 # Banjul Mean Time + -1:00 - WAT 1964 + 0:00 - GMT + +# Ghana +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Whitman says DST was observed from 1931 to ``the present''; go with Shanks. +Rule Ghana 1936 1942 - Sep 1 0:00 0:20 GHST +Rule Ghana 1936 1942 - Dec 31 0:00 0 GMT +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Accra -0:00:52 - LMT 1918 + 0:00 Ghana %s + +# Guinea +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Conakry -0:54:52 - LMT 1912 + 0:00 - GMT 1934 Feb 26 + -1:00 - WAT 1960 + 0:00 - GMT + +# Guinea-Bissau +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Bissau -1:02:20 - LMT 1911 May 26 + -1:00 - WAT 1975 + 0:00 - GMT + +# Kenya +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Nairobi 2:27:16 - LMT 1928 Jul + 3:00 - EAT 1930 + 2:30 - BEAT 1940 + 2:44:45 - BEAUT 1960 + 3:00 - EAT + +# Lesotho +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Maseru 1:50:00 - LMT 1903 Mar + 2:00 - SAST 1943 Sep 19 2:00 + 2:00 1:00 SAST 1944 Mar 19 2:00 + 2:00 - SAST + +# Liberia +# From Paul Eggert (2001-07-17): +# In 1972 Liberia was the last country to switch +# from a UTC offset that was not a multiple of 15 or 20 minutes. +# Howse reports that it was in honor of their president's birthday. +# Shanks reports the date as May 1, whereas Howse reports Jan; go with Shanks. +# For Liberia before 1972, Shanks reports -0:44, whereas Howse and Whitman +# each report -0:44:30; go with the more precise figure. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Monrovia -0:43:08 - LMT 1882 + -0:43:08 - MMT 1919 Mar # Monrovia Mean Time + -0:44:30 - LRT 1972 May # Liberia Time + 0:00 - GMT + +############################################################################### + +# Libya + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Libya 1951 only - Oct 14 2:00 1:00 S +Rule Libya 1952 only - Jan 1 0:00 0 - +Rule Libya 1953 only - Oct 9 2:00 1:00 S +Rule Libya 1954 only - Jan 1 0:00 0 - +Rule Libya 1955 only - Sep 30 0:00 1:00 S +Rule Libya 1956 only - Jan 1 0:00 0 - +Rule Libya 1982 1984 - Apr 1 0:00 1:00 S +Rule Libya 1982 1985 - Oct 1 0:00 0 - +Rule Libya 1985 only - Apr 6 0:00 1:00 S +Rule Libya 1986 only - Apr 4 0:00 1:00 S +Rule Libya 1986 only - Oct 3 0:00 0 - +Rule Libya 1987 1989 - Apr 1 0:00 1:00 S +Rule Libya 1987 1990 - Oct 1 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Tripoli 0:52:44 - LMT 1920 + 1:00 Libya CE%sT 1959 + 2:00 - EET 1982 + 1:00 Libya CE%sT 1990 May 4 +# The following entries are all from Shanks; +# the IATA SSIM data contain some obvious errors. + 2:00 - EET 1996 Sep 30 + 1:00 - CET 1997 Apr 4 + 1:00 1:00 CEST 1997 Oct 4 + 2:00 - EET + +# Madagascar +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Antananarivo 3:10:04 - LMT 1911 Jul + 3:00 - EAT 1954 Feb 27 23:00s + 3:00 1:00 EAST 1954 May 29 23:00s + 3:00 - EAT + +# Malawi +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Blantyre 2:20:00 - LMT 1903 Mar + 2:00 - CAT + +# Mali +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Bamako -0:32:00 - LMT 1912 + 0:00 - GMT 1934 Feb 26 + -1:00 - WAT 1960 Jun 20 + 0:00 - GMT +# no longer different from Bamako, but too famous to omit +Zone Africa/Timbuktu -0:12:04 - LMT 1912 + 0:00 - GMT + +# Mauritania +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Nouakchott -1:03:48 - LMT 1912 + 0:00 - GMT 1934 Feb 26 + -1:00 - WAT 1960 Nov 28 + 0:00 - GMT + +# Mauritius +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Mauritius 3:50:00 - LMT 1907 # Port Louis + 4:00 - MUT # Mauritius Time +# Agalega Is, Rodriguez +# no information; probably like Indian/Mauritius + +# Mayotte +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Mayotte 3:00:56 - LMT 1911 Jul # Mamoutzou + 3:00 - EAT + +# Morocco +# See the `europe' file for Spanish Morocco (Africa/Ceuta). +# RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Morocco 1939 only - Sep 12 0:00 1:00 S +Rule Morocco 1939 only - Nov 19 0:00 0 - +Rule Morocco 1940 only - Feb 25 0:00 1:00 S +Rule Morocco 1945 only - Nov 18 0:00 0 - +Rule Morocco 1950 only - Jun 11 0:00 1:00 S +Rule Morocco 1950 only - Oct 29 0:00 0 - +Rule Morocco 1967 only - Jun 3 12:00 1:00 S +Rule Morocco 1967 only - Oct 1 0:00 0 - +Rule Morocco 1974 only - Jun 24 0:00 1:00 S +Rule Morocco 1974 only - Sep 1 0:00 0 - +Rule Morocco 1976 1977 - May 1 0:00 1:00 S +Rule Morocco 1976 only - Aug 1 0:00 0 - +Rule Morocco 1977 only - Sep 28 0:00 0 - +Rule Morocco 1978 only - Jun 1 0:00 1:00 S +Rule Morocco 1978 only - Aug 4 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26 + 0:00 Morocco WE%sT 1984 Mar 16 + 1:00 - CET 1986 + 0:00 - WET +# Western Sahara +Zone Africa/El_Aaiun -0:52:48 - LMT 1934 Jan + -1:00 - WAT 1976 Apr 14 + 0:00 - WET + +# Mozambique +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Maputo 2:10:20 - LMT 1903 Mar + 2:00 - CAT + +# Namibia +# The 1994-04-03 transition is from Shanks. +# Shanks reports no DST after 1998-04; go with IATA. +# RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Namibia 1994 max - Sep Sun>=1 2:00 1:00 S +Rule Namibia 1995 max - Apr Sun>=1 2:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Windhoek 1:08:24 - LMT 1892 Feb 8 + 1:30 - SWAT 1903 Mar # SW Africa Time + 2:00 - SAST 1942 Sep 20 2:00 + 2:00 1:00 SAST 1943 Mar 21 2:00 + 2:00 - SAST 1990 Mar 21 # independence + 2:00 - CAT 1994 Apr 3 + 1:00 Namibia WA%sT + +# Niger +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Niamey 0:08:28 - LMT 1912 + -1:00 - WAT 1934 Feb 26 + 0:00 - GMT 1960 + 1:00 - WAT + +# Nigeria +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Lagos 0:13:36 - LMT 1919 Sep + 1:00 - WAT + +# Reunion +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Reunion 3:41:52 - LMT 1911 Jun # Saint-Denis + 4:00 - RET # Reunion Time +# +# Scattered Islands (Iles Eparses) administered from Reunion are as follows. +# The following information about them is taken from +# Iles Eparses (www.outre-mer.gouv.fr/domtom/ile.htm, 1997-07-22, in French; +# no longer available as of 1999-08-17). +# We have no info about their time zone histories. +# +# Bassas da India - uninhabited +# Europa Island - inhabited from 1905 to 1910 by two families +# Glorioso Is - inhabited until at least 1958 +# Juan de Nova - uninhabited +# Tromelin - inhabited until at least 1958 + +# Rwanda +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Kigali 2:00:16 - LMT 1935 Jun + 2:00 - CAT + +# St Helena +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Atlantic/St_Helena -0:22:48 - LMT 1890 # Jamestown + -0:22:48 - JMT 1951 # Jamestown Mean Time + 0:00 - GMT +# The other parts of the St Helena territory are similar: +# Tristan da Cunha: on GMT, say Whitman and the CIA +# Ascension: on GMT, says usno1995 and the CIA +# Gough (scientific station since 1955; sealers wintered previously): +# on GMT, says the CIA +# Inaccessible, Nightingale: no information, but probably GMT + +# Sao Tome and Principe +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Sao_Tome 0:26:56 - LMT 1884 + -0:36:32 - LMT 1912 # Lisbon Mean Time + 0:00 - GMT + +# Senegal +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Dakar -1:09:44 - LMT 1912 + -1:00 - WAT 1941 Jun + 0:00 - GMT + +# Seychelles +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Mahe 3:41:48 - LMT 1906 Jun # Victoria + 4:00 - SCT # Seychelles Time +# From Paul Eggert (2001-05-30): +# Aldabra, Farquhar, and Desroches, originally dependencies of the +# Seychelles, were transferred to the British Indian Ocean Territory +# in 1965 and returned to Seychelles control in 1976. We don't know +# whether this affected their time zone, so omit this for now. +# Possibly the islands were uninhabited. + +# Sierra Leone +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Whitman gives Mar 31 - Aug 31 for 1931 on; go with Shanks. +Rule SL 1935 1942 - Jun 1 0:00 0:40 SLST +Rule SL 1935 1942 - Oct 1 0:00 0 WAT +Rule SL 1957 1962 - Jun 1 0:00 1:00 SLST +Rule SL 1957 1962 - Sep 1 0:00 0 GMT +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Freetown -0:53:00 - LMT 1882 + -0:53:00 - FMT 1913 Jun # Freetown Mean Time + -1:00 SL %s 1957 + 0:00 SL %s + +# Somalia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Mogadishu 3:01:28 - LMT 1893 Nov + 3:00 - EAT 1931 + 2:30 - BEAT 1957 + 3:00 - EAT + +# South Africa +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule SA 1942 1943 - Sep Sun>=15 2:00 1:00 - +Rule SA 1943 1944 - Mar Sun>=15 2:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Johannesburg 1:52:00 - LMT 1892 Feb 8 + 1:30 - SAST 1903 Mar + 2:00 SA SAST +# Marion and Prince Edward Is +# scientific station since 1947 +# no information + +# Sudan +# +# From +# Sudan News Agency (2000-01-13) +# , also reported by Michael De Beukelaer-Dossche via Steffen Thorsen: +# Clocks will be moved ahead for 60 minutes all over the Sudan as of noon +# Saturday.... This was announced Thursday by Caretaker State Minister for +# Manpower Abdul-Rahman Nur-Eddin. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Sudan 1970 only - May 1 0:00 1:00 S +Rule Sudan 1970 1985 - Oct 15 0:00 0 - +Rule Sudan 1971 only - Apr 30 0:00 1:00 S +Rule Sudan 1972 1985 - Apr lastSun 0:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Khartoum 2:10:08 - LMT 1931 + 2:00 Sudan CA%sT 2000 Jan 15 12:00 + 3:00 - EAT + +# Swaziland +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Mbabane 2:04:24 - LMT 1903 Mar + 2:00 - SAST + +# Tanzania +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Dar_es_Salaam 2:37:08 - LMT 1931 + 3:00 - EAT 1948 + 2:44:45 - BEAUT 1961 + 3:00 - EAT + +# Togo +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Lome 0:04:52 - LMT 1893 + 0:00 - GMT + +# Tunisia +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Tunisia 1939 only - Apr 15 23:00s 1:00 S +Rule Tunisia 1939 only - Nov 18 23:00s 0 - +Rule Tunisia 1940 only - Feb 25 23:00s 1:00 S +Rule Tunisia 1941 only - Oct 6 0:00 0 - +Rule Tunisia 1942 only - Mar 9 0:00 1:00 S +Rule Tunisia 1942 only - Nov 2 3:00 0 - +Rule Tunisia 1943 only - Mar 29 2:00 1:00 S +Rule Tunisia 1943 only - Apr 17 2:00 0 - +Rule Tunisia 1943 only - Apr 25 2:00 1:00 S +Rule Tunisia 1943 only - Oct 4 2:00 0 - +Rule Tunisia 1944 1945 - Apr Mon>=1 2:00 1:00 S +Rule Tunisia 1944 only - Oct 8 0:00 0 - +Rule Tunisia 1945 only - Sep 16 0:00 0 - +Rule Tunisia 1977 only - Apr 30 0:00s 1:00 S +Rule Tunisia 1977 only - Sep 24 0:00s 0 - +Rule Tunisia 1978 only - May 1 0:00s 1:00 S +Rule Tunisia 1978 only - Oct 1 0:00s 0 - +Rule Tunisia 1988 only - Jun 1 0:00s 1:00 S +Rule Tunisia 1988 1990 - Sep lastSun 0:00s 0 - +Rule Tunisia 1989 only - Mar 26 0:00s 1:00 S +Rule Tunisia 1990 only - May 1 0:00s 1:00 S +# Shanks gives 0:09 for Paris Mean Time; go with Howse's more precise 0:09:21. +# Shanks says the 1911 switch occurred on Mar 9; go with Howse's Mar 11. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Tunis 0:40:44 - LMT 1881 May 12 + 0:09:21 - PMT 1911 Mar 11 # Paris Mean Time + 1:00 Tunisia CE%sT + +# Uganda +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Kampala 2:09:40 - LMT 1928 Jul + 3:00 - EAT 1930 + 2:30 - BEAT 1948 + 2:44:45 - BEAUT 1957 + 3:00 - EAT + +# Zambia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Lusaka 1:53:08 - LMT 1903 Mar + 2:00 - CAT + +# Zimbabwe +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Africa/Harare 2:04:12 - LMT 1903 Mar + 2:00 - CAT diff --git a/zic.tproj/datfiles/antarctica b/zic.tproj/datfiles/antarctica new file mode 100644 index 0000000..b5c12cb --- /dev/null +++ b/zic.tproj/datfiles/antarctica @@ -0,0 +1,318 @@ +# @(#)antarctica 7.23 + +# From Paul Eggert (1999-11-15): +# To keep things manageable, we list only locations occupied year-round; see +# +# COMNAP - Stations and Bases +# +# and +# +# Summary of the Peri-Antarctic Islands (1998-07-23) +# +# for information. +# Unless otherwise specified, we have no time zone information. +# +# Except for the French entries, +# I made up all time zone abbreviations mentioned here; corrections welcome! +# FORMAT is `zzz' and GMTOFF is 0 for locations while uninhabited. + +# These rules are stolen from the `europe' file. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule RussAQ 1981 1984 - Apr 1 0:00 1:00 S +Rule RussAQ 1981 1983 - Oct 1 0:00 0 - +Rule RussAQ 1984 1991 - Sep lastSun 2:00s 0 - +Rule RussAQ 1985 1991 - Mar lastSun 2:00s 1:00 S +Rule RussAQ 1992 only - Mar lastSat 23:00 1:00 S +Rule RussAQ 1992 only - Sep lastSat 23:00 0 - +Rule RussAQ 1993 max - Mar lastSun 2:00s 1:00 S +Rule RussAQ 1993 1995 - Sep lastSun 2:00s 0 - +Rule RussAQ 1996 max - Oct lastSun 2:00s 0 - + +# These rules are stolen from the `southamerica' file. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule ArgAQ 1964 1966 - Mar 1 0:00 0 - +Rule ArgAQ 1964 1966 - Oct 15 0:00 1:00 S +Rule ArgAQ 1967 only - Apr 1 0:00 0 - +Rule ArgAQ 1967 1968 - Oct Sun<=7 0:00 1:00 S +Rule ArgAQ 1968 1969 - Apr Sun<=7 0:00 0 - +Rule ArgAQ 1974 only - Jan 23 0:00 1:00 S +Rule ArgAQ 1974 only - May 1 0:00 0 - +Rule ArgAQ 1974 1976 - Oct Sun<=7 0:00 1:00 S +Rule ArgAQ 1975 1977 - Apr Sun<=7 0:00 0 - +Rule ChileAQ 1966 1997 - Oct Sun>=9 0:00 1:00 S +Rule ChileAQ 1967 1998 - Mar Sun>=9 0:00 0 - +Rule ChileAQ 1998 only - Sep 27 0:00 1:00 S +Rule ChileAQ 1999 only - Apr 4 0:00 0 - +Rule ChileAQ 1999 max - Oct Sun>=9 0:00 1:00 S +Rule ChileAQ 2000 max - Mar Sun>=9 0:00 0 - + + +# Argentina - year-round bases +# Belgrano II, Confin Coast, -770227-0343737, since 1972-02-05 +# Esperanza, San Martin Land, -6323-05659, since 1952-12-17 +# Jubany, Potter Peninsula, King George Island, -6414-0602320, since 1982-01 +# Marambio, Seymour I, -6414-05637, since 1969-10-29 +# Orcadas, Laurie I, -6016-04444, since 1904-02-22 +# San Martin, Debenham I, -6807-06708, since 1951-03-21 +# (except 1960-03 / 1976-03-21) + +# Australia - territories +# Heard Island, McDonald Islands (uninhabited) +# previously sealers and scientific personnel wintered +# +# Margaret Turner reports +# (1999-09-30) that they're UTC+5, with no DST; +# presumably this is when they have visitors. +# +# year-round bases +# Casey, Bailey Peninsula, -6617+11032, since 1969 +# Davis, Vestfold Hills, -6835+07759, since 1957-01-13 +# (except 1964-11 - 1969-02) +# Mawson, Holme Bay, -6736+06253, since 1954-02-13 +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Antarctica/Casey 0 - zzz 1969 + 8:00 - WST # Western (Aus) Standard Time +Zone Antarctica/Davis 0 - zzz 1957 Jan 13 + 7:00 - DAVT 1964 Nov # Davis Time + 0 - zzz 1969 Feb + 7:00 - DAVT +Zone Antarctica/Mawson 0 - zzz 1954 Feb 13 + 6:00 - MAWT # Mawson Time +# References: +# +# Casey Weather (1998-02-26) +# +# +# Davis Station, Antarctica (1998-02-26) +# +# +# Mawson Station, Antarctica (1998-02-25) +# + +# Brazil - year-round base +# Ferraz, King George Island, since 1983/4 + +# Chile - year-round bases and towns +# Escudero, South Shetland Is, -621157-0585735, since 1994 +# Frei, King George Island, -6214-05848, since 1969-03-07 +# O'Higgins, Antarctic Peninsula, -6319-05704, since 1948-02 +# Prat, -6230-05941 +# Villa Las Estrellas (a town), King George Island, since 1984-04-09 +# These locations have always used Santiago time; use TZ='America/Santiago'. + +# China - year-round bases +# Great Wall, King George Island, since 1985-02-20 +# Zhongshan, Larsemann Hills, Prydz Bay, since 1989-02-26 + +# France - year-round bases +# +# From Antoine Leca (1997-01-20): +# Time data are from Nicole Pailleau at the IFRTP +# (French Institute for Polar Research and Technology). +# She confirms that French Southern Territories and Terre Adelie bases +# don't observe daylight saving time, even if Terre Adelie supplies came +# from Tasmania. +# +# French Southern Territories with year-round inhabitants +# +# Martin-de-Vivies Base, Amsterdam Island, -374105+0773155, since 1950 +# Alfred-Faure Base, Crozet Islands, -462551+0515152, since 1964 +# Port-aux-Francais, Kerguelen Islands, -492110+0701303, since 1951; +# whaling & sealing station operated 1908/1914, 1920/1929, and 1951/1956 +# +# St Paul Island - near Amsterdam, uninhabited +# fishing stations operated variously 1819/1931 +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Kerguelen 0 - zzz 1950 # Port-aux-Francais + 5:00 - TFT # ISO code TF Time +# +# year-round base in the main continent +# Dumont-d'Urville, Ile des Petrels, -6640+14001, since 1956-11 +# +# Another base at Port-Martin, 50km east, began operation in 1947. +# It was destroyed by fire on 1952-01-14. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Antarctica/DumontDUrville 0 - zzz 1947 + 10:00 - PMT 1952 Jan 14 # Port-Martin Time + 0 - zzz 1956 Nov + 10:00 - DDUT # Dumont-d'Urville Time +# Reference: +# +# Support and Development of Polar Research and Technology (1997-02-03) +# + + +# Germany - year-round base +# Georg von Neumayer + +# India - year-round base +# Dakshin Gangotri + +# Japan - year-round bases +# Dome Fuji +# Syowa +# +# From Hideyuki Suzuki (1999-02-06): +# In all Japanese stations, +0300 is used as the standard time. [See] +# [reference in Japanese] +# and information from KAMO Hiroyasu . +# +# Syowa station, which is the first antarctic station of Japan, +# was established on 1957-01-29. Since Syowa station is still the main +# station of Japan, it's appropriate for the principal location. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Antarctica/Syowa 0 - zzz 1957 Jan 29 + 3:00 - SYOT # Syowa Time +# See: +# +# NIPR Antarctic Research Activities (1999-08-17) +# + +# S Korea - year-round base +# King Sejong, King George Island, since 1988 + +# New Zealand - claims +# Balleny Islands (never inhabited) +# Scott Island (never inhabited) +# +# year-round base +# Scott, Ross Island, since 1957-01, is like Antarctica/McMurdo. +# +# These rules for New Zealand are stolen from the `australasia' file. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule NZAQ 1974 only - Nov 3 2:00s 1:00 D +Rule NZAQ 1975 1988 - Oct lastSun 2:00s 1:00 D +Rule NZAQ 1989 only - Oct 8 2:00s 1:00 D +Rule NZAQ 1990 max - Oct Sun>=1 2:00s 1:00 D +Rule NZAQ 1975 only - Feb 23 2:00s 0 S +Rule NZAQ 1976 1989 - Mar Sun>=1 2:00s 0 S +Rule NZAQ 1990 max - Mar Sun>=15 2:00s 0 S + +# Norway - territories +# Bouvet (never inhabited) +# +# claims +# Peter I Island (never inhabited) + +# Poland - year-round base +# Arctowski, King George Island, -620945-0582745, since 1977 + +# Russia - year-round bases +# Bellingshausen, King George Island, -621159-0585337, since 1968-02-22 +# Mirny, Davis coast, -6633+09301, since 1956-02 +# Molodezhnaya, Alasheyev Bay, year-round from 1962-02 to 1999-07-01 +# Novolazarevskaya, Queen Maud Land, -7046+01150, +# year-round from 1960/61 to 1992 + +# Vostok, since 1957-12-16, temporarily closed 1994-02/1994-11 +# +# From Craig Mundell (1994-12-15): +# Vostok, which is one of the Russian stations, is set on the same +# time as Moscow, Russia. +# +# From Lee Hotz (2001-03-08): +# I queried the folks at Columbia who spent the summer at Vostok and this is +# what they had to say about time there: +# ``in the US Camp (East Camp) we have been on New Zealand (McMurdo) +# time, which is 12 hours ahead of GMT. The Russian Station Vostok was +# 6 hours behind that (although only 2 miles away, i.e. 6 hours ahead +# of GMT). This is a time zone I think two hours east of Moscow. The +# natural time zone is in between the two: 8 hours ahead of GMT.'' +# +# From Paul Eggert (2001-05-04): +# This seems to be hopelessly confusing, so I asked Lee Hotz about it +# in person. He said that some Antartic locations set their local +# time so that noon is the warmest part of the day, and that this +# changes during the year and does not necessarily correspond to mean +# solar noon. So the Vostok time might have been whatever the clocks +# happened to be during their visit. So we still don't really know what time +# it is at Vostok. But we'll guess UTC+6. +# +Zone Antarctica/Vostok 0 - zzz 1957 Dec 16 + 6:00 - VOST # Vostok time + +# S Africa - year-round bases +# Marion Island +# Sanae + +# UK +# +# British Antarctic Territories (BAT) claims +# South Orkney Islands +# scientific station from 1903 +# whaling station at Signy I 1920/1926 +# South Shetland Islands +# +# year-round bases +# Bird Island, South Georgia, -5400-03803, since 1983 +# Deception Island, -6259-06034, whaling station 1912/1931, +# scientific station 1943/1967, +# previously sealers and a scientific expedition wintered by accident, +# and a garrison was deployed briefly +# Halley, Coates Land, -7535-02604, since 1956-01-06 +# Halley is on a moving ice shelf and is periodically relocated +# so that it is never more than 10km from its nominal location. +# Rothera, Adelaide Island, -6734-6808, since 1976-12-01 +# +# From Paul Eggert (2002-10-22) +# says Rothera is -03 all year. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Antarctica/Rothera 0 - zzz 1976 Dec 1 + -3:00 - ROTT # Rothera time + +# Uruguay - year round base +# Artigas, King George Island, -621104-0585107 + +# USA - year-round bases +# +# Palmer, Anvers Island, since 1965 (moved 2 miles in 1968) +# +# From Ethan Dicks (1996-10-06): +# It keeps the same time as Punta Arenas, Chile, because, just like us +# and the South Pole, that's the other end of their supply line.... +# I verified with someone who was there that since 1980, +# Palmer has followed Chile. Prior to that, before the Falklands War, +# Palmer used to be supplied from Argentina. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Antarctica/Palmer 0 - zzz 1965 + -4:00 ArgAQ AR%sT 1969 Oct 5 + -3:00 ArgAQ AR%sT 1982 May + -4:00 ChileAQ CL%sT +# +# +# McMurdo, Ross Island, since 1955-12 +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Antarctica/McMurdo 0 - zzz 1956 + 12:00 NZAQ NZ%sT +# +# Amundsen-Scott, South Pole, continuously occupied since 1956-11-20 +# +# From Paul Eggert (1996-09-03): +# Normally it wouldn't have a separate entry, since it's like the +# larger Antarctica/McMurdo since 1970, but it's too famous to omit. +# +# From Chris Carrier <72157.3334@CompuServe.COM> (1996-06-27): +# Siple, the first commander of the South Pole station, +# stated that he would have liked to have kept GMT at the station, +# but that he found it more convenient to keep GMT+12 +# as supplies for the station were coming from McMurdo Sound, +# which was on GMT+12 because New Zealand was on GMT+12 all year +# at that time (1957). (Source: Siple's book 90 degrees SOUTH.) +# +# From Susan Smith +# http://www.cybertours.com/whs/pole10.html +# (1995-11-13 16:24:56 +1300, no longer available): +# We use the same time as McMurdo does. +# And they use the same time as Christchurch, NZ does.... +# One last quirk about South Pole time. +# All the electric clocks are usually wrong. +# Something about the generators running at 60.1hertz or something +# makes all of the clocks run fast. So every couple of days, +# we have to go around and set them back 5 minutes or so. +# Maybe if we let them run fast all of the time, we'd get to leave here sooner!! +# +Link Antarctica/McMurdo Antarctica/South_Pole diff --git a/zic.tproj/datfiles/asia b/zic.tproj/datfiles/asia new file mode 100644 index 0000000..3c2c1a1 --- /dev/null +++ b/zic.tproj/datfiles/asia @@ -0,0 +1,1495 @@ +# @(#)asia 7.77 + +# This data is by no means authoritative; if you think you know better, +# go ahead and edit the file (and please send any changes to +# tz@elsie.nci.nih.gov for general use in the future). + +# From Paul Eggert (1999-03-22): +# +# A good source for time zone historical data outside the U.S. is +# Thomas G. Shanks, The International Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1999). +# +# Gwillim Law writes that a good source +# for recent time zone data is the International Air Transport +# Association's Standard Schedules Information Manual (IATA SSIM), +# published semiannually. Law sent in several helpful summaries +# of the IATA's data after 1990. +# +# Except where otherwise noted, Shanks is the source for entries through 1990, +# and IATA SSIM is the source for entries after 1990. +# +# Another source occasionally used is Edward W. Whitman, World Time Differences, +# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which +# I found in the UCLA library. +# +# A reliable and entertaining source about time zones is +# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997). +# +# I invented the abbreviations marked `*' in the following table; +# the rest are from earlier versions of this file, or from other sources. +# Corrections are welcome! +# std dst +# LMT Local Mean Time +# 2:00 EET EEST Eastern European Time +# 2:00 IST IDT Israel +# 3:00 AST ADT Arabia* +# 3:30 IRST IRDT Iran +# 4:00 GST Gulf* +# 5:30 IST India +# 7:00 ICT Indochina* +# 7:00 WIT west Indonesia +# 8:00 CIT central Indonesia +# 8:00 CST China +# 9:00 CJT Central Japanese Time (1896/1937)* +# 9:00 EIT east Indonesia +# 9:00 JST Japan +# 9:00 KST Korea +# 9:30 CST (Australian) Central Standard Time +# +# See the `europe' file for Russia and Turkey in Asia. + +# From Guy Harris: +# Incorporates data for Singapore from Robert Elz' asia 1.1, as well as +# additional information from Tom Yap, Sun Microsystems Intercontinental +# Technical Support (including a page from the Official Airline Guide - +# Worldwide Edition). The names for time zones are guesses. + +############################################################################### + +# These rules are stolen from the `europe' file. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S +Rule EUAsia 1996 max - Oct lastSun 1:00u 0 - +Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 S +Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 - +Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 - +Rule RussiaAsia 1981 1984 - Apr 1 0:00 1:00 S +Rule RussiaAsia 1981 1983 - Oct 1 0:00 0 - +Rule RussiaAsia 1984 1991 - Sep lastSun 2:00s 0 - +Rule RussiaAsia 1985 1991 - Mar lastSun 2:00s 1:00 S +Rule RussiaAsia 1992 only - Mar lastSat 23:00 1:00 S +Rule RussiaAsia 1992 only - Sep lastSat 23:00 0 - +Rule RussiaAsia 1993 max - Mar lastSun 2:00s 1:00 S +Rule RussiaAsia 1993 1995 - Sep lastSun 2:00s 0 - +Rule RussiaAsia 1996 max - Oct lastSun 2:00s 0 - + +# Afghanistan +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Kabul 4:36:48 - LMT 1890 + 4:00 - AFT 1945 + 4:30 - AFT + +# Armenia +# From Paul Eggert (1999-10-29): +# Shanks has Yerevan switching to 3:00 (with Russian DST) in spring 1991, +# then to 4:00 with no DST in fall 1995, then readopting Russian DST in 1997. +# Go with Shanks, even when he disagrees with others. Edgar Der-Danieliantz +# reported (1996-05-04) that Yerevan probably wouldn't use DST +# in 1996, though it did use DST in 1995. IATA SSIM (1991/1998) reports that +# Armenia switched from 3:00 to 4:00 in 1998 and observed DST after 1991, +# but started switching at 3:00s in 1998. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Yerevan 2:58:00 - LMT 1924 May 2 + 3:00 - YERT 1957 Mar # Yerevan Time + 4:00 RussiaAsia YER%sT 1991 Mar 31 2:00s + 3:00 1:00 YERST 1991 Sep 23 # independence + 3:00 RussiaAsia AM%sT 1995 Sep 24 2:00s + 4:00 - AMT 1997 + 4:00 RussiaAsia AM%sT + +# Azerbaijan +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Azer 1997 max - Mar lastSun 1:00 1:00 S +Rule Azer 1997 max - Oct lastSun 1:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Baku 3:19:24 - LMT 1924 May 2 + 3:00 - BAKT 1957 Mar # Baku Time + 4:00 RussiaAsia BAK%sT 1991 Mar 31 2:00s + 3:00 1:00 BAKST 1991 Aug 30 # independence + 3:00 RussiaAsia AZ%sT 1992 Sep lastSun 2:00s + 4:00 - AZT 1996 # Azerbaijan time + 4:00 EUAsia AZ%sT 1997 + 4:00 Azer AZ%sT + +# Bahrain +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Bahrain 3:22:20 - LMT 1920 # Al Manamah + 4:00 - GST 1972 Jun + 3:00 - AST + +# Bangladesh +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Dhaka 6:01:40 - LMT 1890 + 5:53:20 - HMT 1941 Oct # Howrah Mean Time? + 6:30 - BURT 1942 May 15 # Burma Time + 5:30 - IST 1942 Sep + 6:30 - BURT 1951 Sep 30 + 6:00 - DACT 1971 Mar 26 # Dacca Time + 6:00 - BDT # Bangladesh Time + +# Bhutan +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Thimphu 5:58:36 - LMT 1947 Aug 15 # or Thimbu + 5:30 - IST 1987 Oct + 6:00 - BTT # Bhutan Time + +# British Indian Ocean Territory +# Whitman and the 1995 CIA time zone map say 5:00, but the +# 1997 and later maps say 6:00. Assume the switch occurred in 1996. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Chagos 5:00 - IOT 1996 # BIOT Time + 6:00 - IOT + +# Brunei +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Brunei 7:39:40 - LMT 1926 Mar # Bandar Seri Begawan + 7:30 - BNT 1933 + 8:00 - BNT + +# Burma / Myanmar +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Rangoon 6:24:40 - LMT 1880 # or Yangon + 6:24:36 - RMT 1920 # Rangoon Mean Time? + 6:30 - BURT 1942 May # Burma Time + 9:00 - JST 1945 May 3 + 6:30 - MMT # Myanmar Time + +# Cambodia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Phnom_Penh 6:59:40 - LMT 1906 Jun 9 + 7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT? + 7:00 - ICT 1912 May + 8:00 - ICT 1931 May + 7:00 - ICT + +# China + +# From Guy Harris: +# People's Republic of China. Yes, they really have only one time zone. + +# From Bob Devine (1988-01-28): +# No they don't. See TIME mag, 1986-02-17 p.52. Even though +# China is across 4 physical time zones, before Feb 1, 1986 only the +# Peking (Bejing) time zone was recognized. Since that date, China +# has two of 'em -- Peking's and Urumqi (named after the capital of +# the Xinjiang Uyghur Autonomous Region). I don't know about DST for it. +# +# . . .I just deleted the DST table and this editor makes it too +# painful to suck in another copy.. So, here is what I have for +# DST start/end dates for Peking's time zone (info from AP): +# +# 1986 May 4 - Sept 14 +# 1987 mid-April - ?? + +# From U. S. Naval Observatory (1989-01-19): +# CHINA 8 H AHEAD OF UTC ALL OF CHINA, INCL TAIWAN +# CHINA 9 H AHEAD OF UTC APR 17 - SEP 10 + +# From Paul Eggert (1995-12-19): +# Shanks writes that China has had a single time zone since 1980 May 1, +# observing summer DST from 1986 through 1991; this contradicts Devine's +# note about Time magazine, though apparently _something_ happened in 1986. +# Go with Shanks for now. I made up names for the other pre-1980 time zones. + +# From Shanks: +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Shang 1940 only - Jun 3 0:00 1:00 D +Rule Shang 1940 1941 - Oct 1 0:00 0 S +Rule Shang 1941 only - Mar 16 0:00 1:00 D +Rule PRC 1949 only - Jan 1 0:00 0 S +Rule PRC 1986 only - May 4 0:00 1:00 D +Rule PRC 1986 1991 - Sep Sun>=11 0:00 0 S +Rule PRC 1987 1991 - Apr Sun>=10 0:00 1:00 D +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# +# From Anthony Fok (2001-12-20): +# BTW, I did some research on-line and found some info regarding these five +# historic timezones from some Taiwan websites. And yes, there are official +# Chinese names for these locales (before 1949): +# Changbai Time ("Long-white Time", Long-white = Heilongjiang area) +Zone Asia/Harbin 8:26:44 - LMT 1928 # or Haerbin + 8:30 - CHAT 1932 Mar # Changbai Time + 8:00 - CST 1940 + 9:00 - CHAT 1966 May + 8:30 - CHAT 1980 May + 8:00 PRC C%sT +# Zhongyuan Time ("Central plain Time") +Zone Asia/Shanghai 8:05:52 - LMT 1928 + 8:00 Shang C%sT 1949 + 8:00 PRC C%sT +# Long-shu Time (probably due to Long and Shu being two names of that area) +Zone Asia/Chongqing 7:06:20 - LMT 1928 # or Chungking + 7:00 - LONT 1980 May # Long-shu Time + 8:00 PRC C%sT +# Xin-zang Time ("Xinjiang-Tibet Time") +Zone Asia/Urumqi 5:50:20 - LMT 1928 # or Urumchi + 6:00 - URUT 1980 May # Urumqi Time + 8:00 PRC C%sT +# Kunlun Time +Zone Asia/Kashgar 5:03:56 - LMT 1928 # or Kashi or Kaxgar + 5:30 - KAST 1940 # Kashgar Time + 5:00 - KAST 1980 May + 8:00 PRC C%sT + +# Hong Kong (Xianggang) +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule HK 1946 only - Apr 20 3:30 1:00 S +Rule HK 1946 only - Dec 1 3:30 0 - +Rule HK 1947 only - Apr 13 3:30 1:00 S +Rule HK 1947 only - Dec 30 3:30 0 - +Rule HK 1948 only - May 2 3:30 1:00 S +Rule HK 1948 1952 - Oct lastSun 3:30 0 - +Rule HK 1949 1953 - Apr Sun>=1 3:30 1:00 S +Rule HK 1953 only - Nov 1 3:30 0 - +Rule HK 1954 1964 - Mar Sun>=18 3:30 1:00 S +Rule HK 1954 only - Oct 31 3:30 0 - +Rule HK 1955 1964 - Nov Sun>=1 3:30 0 - +Rule HK 1965 1977 - Apr Sun>=16 3:30 1:00 S +Rule HK 1965 1977 - Oct Sun>=16 3:30 0 - +Rule HK 1979 1980 - May Sun>=8 3:30 1:00 S +Rule HK 1979 1980 - Oct Sun>=16 3:30 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Hong_Kong 7:36:36 - LMT 1904 Oct 30 + 8:00 HK HK%sT + + +############################################################################### + +# Taiwan + +# Shanks writes that Taiwan observed DST during 1945, when it +# was still controlled by Japan. This is hard to believe, but we don't +# have any other information. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Taiwan 1945 1951 - May 1 0:00 1:00 D +Rule Taiwan 1945 1951 - Oct 1 0:00 0 S +Rule Taiwan 1952 only - Mar 1 0:00 1:00 D +Rule Taiwan 1952 1954 - Nov 1 0:00 0 S +Rule Taiwan 1953 1959 - Apr 1 0:00 1:00 D +Rule Taiwan 1955 1961 - Oct 1 0:00 0 S +Rule Taiwan 1960 1961 - Jun 1 0:00 1:00 D +Rule Taiwan 1974 1975 - Apr 1 0:00 1:00 D +Rule Taiwan 1974 1975 - Oct 1 0:00 0 S +Rule Taiwan 1980 only - Jun 30 0:00 1:00 D +Rule Taiwan 1980 only - Sep 30 0:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Taipei 8:06:00 - LMT 1896 # or Taibei or T'ai-pei + 8:00 Taiwan C%sT + +# Macau (Macao, Aomen) +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Macau 1961 1962 - Mar Sun>=16 3:30 1:00 S +Rule Macau 1961 1964 - Nov Sun>=1 3:30 0 - +Rule Macau 1963 only - Mar Sun>=16 0:00 1:00 S +Rule Macau 1964 only - Mar Sun>=16 3:30 1:00 S +Rule Macau 1965 only - Mar Sun>=16 0:00 1:00 S +Rule Macau 1965 only - Oct 31 0:00 0 - +Rule Macau 1966 1971 - Apr Sun>=16 3:30 1:00 S +Rule Macau 1966 1971 - Oct Sun>=16 3:30 0 - +Rule Macau 1972 1974 - Apr Sun>=15 0:00 1:00 S +Rule Macau 1972 1973 - Oct Sun>=15 0:00 0 - +Rule Macau 1974 1977 - Oct Sun>=15 3:30 0 - +Rule Macau 1975 1977 - Apr Sun>=15 3:30 1:00 S +Rule Macau 1978 1980 - Apr Sun>=15 0:00 1:00 S +Rule Macau 1978 1980 - Oct Sun>=15 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Macau 7:34:20 - LMT 1912 + 8:00 Macau MO%sT 1999 Dec 20 # return to China + 8:00 PRC C%sT + + +############################################################################### + +# Cyprus +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Cyprus 1975 only - Apr 13 0:00 1:00 S +Rule Cyprus 1975 only - Oct 12 0:00 0 - +Rule Cyprus 1976 only - May 15 0:00 1:00 S +Rule Cyprus 1976 only - Oct 11 0:00 0 - +Rule Cyprus 1977 1980 - Apr Sun>=1 0:00 1:00 S +Rule Cyprus 1977 only - Sep 25 0:00 0 - +Rule Cyprus 1978 only - Oct 2 0:00 0 - +Rule Cyprus 1979 1997 - Sep lastSun 0:00 0 - +Rule Cyprus 1981 1998 - Mar lastSun 0:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Nicosia 2:13:28 - LMT 1921 Nov 14 + 2:00 Cyprus EE%sT 1998 Sep + 2:00 EUAsia EE%sT +# IATA SSIM (1998-09) has Cyprus using EU rules for the first time. + +# Classically, Cyprus belongs to Asia; e.g. see Herodotus, Histories, I.72. +# However, for various reasons many users expect to find it under Europe. +Link Asia/Nicosia Europe/Nicosia + +# Georgia +# From Paul Eggert (1994-11-19): +# Today's _Economist_ (p 60) reports that Georgia moved its clocks forward +# an hour recently, due to a law proposed by Zurab Murvanidze, +# an MP who went on a hunger strike for 11 days to force discussion about it! +# We have no details, but we'll guess they didn't move the clocks back in fall. +# +# From Mathew Englander , quoting AP (1996-10-23 13:05-04): +# Instead of putting back clocks at the end of October, Georgia +# will stay on daylight savings time this winter to save energy, +# President Eduard Shevardnadze decreed Wednesday. +# +# From the BBC via Joseph S. Myers (2004-06-27): +# +# Georgia moved closer to Western Europe on Sunday... The former Soviet +# republic has changed its time zone back to that of Moscow. As a result it +# is now just four hours ahead of Greenwich Mean Time, rather than five hours +# ahead. The switch was decreed by the pro-Western president of Georgia, +# Mikhail Saakashvili, who said the change was partly prompted by the process +# of integration into Europe. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Tbilisi 2:59:16 - LMT 1880 + 2:59:16 - TBMT 1924 May 2 # Tbilisi Mean Time + 3:00 - TBIT 1957 Mar # Tbilisi Time + 4:00 RussiaAsia TBI%sT 1991 Mar 31 2:00s + 3:00 1:00 TBIST 1991 Apr 9 # independence + 3:00 RussiaAsia GE%sT 1992 # Georgia Time + 3:00 E-EurAsia GE%sT 1994 Sep lastSun + 4:00 E-EurAsia GE%sT 1996 Oct lastSun + 4:00 1:00 GEST 1997 Mar lastSun + 4:00 E-EurAsia GE%sT 2004 Jun 27 + 3:00 RussiaAsia GE%sT + +# East Timor + +# From Joao Carrascalao, brother of the former governor of East Timor, in +# +# East Timor may be late for its millennium +# (1999-12-26/31): +# Portugal tried to change the time forward in 1974 because the sun +# rises too early but the suggestion raised a lot of problems with the +# Timorese and I still don't think it would work today because it +# conflicts with their way of life. + +# From Paul Eggert (2000-12-04): +# We don't have any record of the above attempt. +# Most likely our records are incomplete, but we have no better data. + +# +# From Manoel de Almeida e Silva, Deputy Spokesman for the UN Secretary-General +# (2000-08-16): +# The Cabinet of the East Timor Transition Administration decided +# today to advance East Timor's time by one hour. The time change, +# which will be permanent, with no seasonal adjustment, will happen at +# midnight on Saturday, September 16. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Dili 8:22:20 - LMT 1912 + 8:00 - TPT 1942 Feb 21 23:00 # E Timor Time + 9:00 - JST 1945 Aug + 9:00 - TPT 1976 May 3 + 8:00 - CIT 2000 Sep 17 00:00 + 9:00 - TPT + +# India +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Calcutta 5:53:28 - LMT 1880 # Kolkata + 5:53:20 - HMT 1941 Oct # Howrah Mean Time? + 6:30 - BURT 1942 May 15 # Burma Time + 5:30 - IST 1942 Sep + 5:30 1:00 IST 1945 Oct 15 + 5:30 - IST +# The following are like Asia/Calcutta: +# Andaman Is +# Lakshadweep (Laccadive, Minicoy and Amindivi Is) +# Nicobar Is + +# Indonesia +# +# From Gwillim Law (2001-05-28), overriding Shanks: +# +# says that Indonesia's time zones changed on 1988-01-01. Looking at some +# time zone maps, I think that must refer to Western Borneo (Kalimantan Barat +# and Kalimantan Tengah) switching from UTC+8 to UTC+7. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Jakarta 7:07:12 - LMT 1867 Aug 10 +# Shanks says the next transition was at 1924 Jan 1 0:13, +# but this must be a typo. + 7:07:12 - JMT 1923 Dec 31 23:47:12 # Jakarta + 7:20 - JAVT 1932 Nov # Java Time + 7:30 - WIT 1942 Mar 23 + 9:00 - JST 1945 Aug + 7:30 - WIT 1948 May + 8:00 - WIT 1950 May + 7:30 - WIT 1964 + 7:00 - WIT +Zone Asia/Pontianak 7:17:20 - LMT 1908 May + 7:17:20 - PMT 1932 Nov # Pontianak MT + 7:30 - WIT 1942 Jan 29 + 9:00 - JST 1945 Aug + 7:30 - WIT 1948 May + 8:00 - WIT 1950 May + 7:30 - WIT 1964 + 8:00 - CIT 1988 Jan 1 + 7:00 - WIT +Zone Asia/Makassar 7:57:36 - LMT 1920 + 7:57:36 - MMT 1932 Nov # Macassar MT + 8:00 - CIT 1942 Feb 9 + 9:00 - JST 1945 Aug + 8:00 - CIT +Zone Asia/Jayapura 9:22:48 - LMT 1932 Nov + 9:00 - EIT 1944 + 9:30 - CST 1964 + 9:00 - EIT + +# Iran + +# From Roozbeh Pournader (2003-03-15): +# This is an English translation of what I just found (originally in Persian). +# The Gregorian dates in brackets are mine: +# +# Official Newspaper No. 13548-1370/6/25 [1991-09-16] +# No. 16760/T233 H 1370/6/10 [1991-09-01] +# +# The Rule About Change of the Official Time of the Country +# +# The Board of Ministers, in the meeting dated 1370/5/23 [1991-08-14], +# based on the suggestion number 2221/D dated 1370/4/22 [1991-07-13] +# of the Country's Organization for Official and Employment Affairs, +# and referring to the law for equating the working hours of workers +# and officers in the whole country dated 1359/4/23 [1980-07-14], and +# for synchronizing the official times of the country, agreed that: +# +# The official time of the country will should move forward one hour +# at the 24[:00] hours of the first day of Farvardin and should return +# to its previous state at the 24[:00] hours of the 30th day of +# Shahrivar. +# +# First Deputy to the President - Hassan Habibi +# +# From personal experience, that agrees with what has been followed +# for at least the last 5 years. Before that, for a few years, the +# date used was the first Thursday night of Farvardin and the last +# Thursday night of Shahrivar, but I can't give exact dates.... +# I have also changed the abbreviations to what is considered correct +# here in Iran, IRST for regular time and IRDT for daylight saving time. + +# From Paul Eggert (2003-03-15) +# Go with Shanks before September 1991, and with Pournader thereafter. +# I used Ed Reingold's cal-persia in GNU Emacs 21.2 to check Persian dates. +# The Persian calendar is based on the sun, and dates after around 2050 +# are approximate; stop after 2037 when 32-bit time_t's overflow. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Iran 1978 1980 - Mar 21 0:00 1:00 D +Rule Iran 1978 only - Oct 21 0:00 0 S +Rule Iran 1979 only - Sep 19 0:00 0 S +Rule Iran 1980 only - Sep 23 0:00 0 S +Rule Iran 1991 only - May 3 0:00 1:00 D +Rule Iran 1992 1995 - Mar 22 0:00 1:00 D +Rule Iran 1991 1995 - Sep 22 0:00 0 S +Rule Iran 1996 only - Mar 21 0:00 1:00 D +Rule Iran 1996 only - Sep 21 0:00 0 S +Rule Iran 1997 1999 - Mar 22 0:00 1:00 D +Rule Iran 1997 1999 - Sep 22 0:00 0 S +Rule Iran 2000 only - Mar 21 0:00 1:00 D +Rule Iran 2000 only - Sep 21 0:00 0 S +Rule Iran 2001 2003 - Mar 22 0:00 1:00 D +Rule Iran 2001 2003 - Sep 22 0:00 0 S +Rule Iran 2004 only - Mar 21 0:00 1:00 D +Rule Iran 2004 only - Sep 21 0:00 0 S +Rule Iran 2005 2007 - Mar 22 0:00 1:00 D +Rule Iran 2005 2007 - Sep 22 0:00 0 S +Rule Iran 2008 only - Mar 21 0:00 1:00 D +Rule Iran 2008 only - Sep 21 0:00 0 S +Rule Iran 2009 2011 - Mar 22 0:00 1:00 D +Rule Iran 2009 2011 - Sep 22 0:00 0 S +Rule Iran 2012 only - Mar 21 0:00 1:00 D +Rule Iran 2012 only - Sep 21 0:00 0 S +Rule Iran 2013 2015 - Mar 22 0:00 1:00 D +Rule Iran 2013 2015 - Sep 22 0:00 0 S +Rule Iran 2016 only - Mar 21 0:00 1:00 D +Rule Iran 2016 only - Sep 21 0:00 0 S +Rule Iran 2017 2019 - Mar 22 0:00 1:00 D +Rule Iran 2017 2019 - Sep 22 0:00 0 S +Rule Iran 2020 only - Mar 21 0:00 1:00 D +Rule Iran 2020 only - Sep 21 0:00 0 S +Rule Iran 2021 2023 - Mar 22 0:00 1:00 D +Rule Iran 2021 2023 - Sep 22 0:00 0 S +Rule Iran 2024 2025 - Mar 21 0:00 1:00 D +Rule Iran 2024 2025 - Sep 21 0:00 0 S +Rule Iran 2026 2027 - Mar 22 0:00 1:00 D +Rule Iran 2026 2027 - Sep 22 0:00 0 S +Rule Iran 2028 2029 - Mar 21 0:00 1:00 D +Rule Iran 2028 2029 - Sep 21 0:00 0 S +Rule Iran 2030 2031 - Mar 22 0:00 1:00 D +Rule Iran 2030 2031 - Sep 22 0:00 0 S +Rule Iran 2032 2033 - Mar 21 0:00 1:00 D +Rule Iran 2032 2033 - Sep 21 0:00 0 S +Rule Iran 2034 2035 - Mar 22 0:00 1:00 D +Rule Iran 2034 2035 - Sep 22 0:00 0 S +Rule Iran 2036 2037 - Mar 21 0:00 1:00 D +Rule Iran 2036 2037 - Sep 21 0:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Tehran 3:25:44 - LMT 1916 + 3:25:44 - TMT 1946 # Tehran Mean Time + 3:30 - IRST 1977 Nov + 4:00 Iran IR%sT 1979 + 3:30 Iran IR%sT + + +# Iraq +# +# From Jonathan Lennox (2000-06-12): +# An article in this week's Economist ("Inside the Saddam-free zone", p. 50 in +# the U.S. edition) on the Iraqi Kurds contains a paragraph: +# "The three northern provinces ... switched their clocks this spring and +# are an hour ahead of Baghdad." +# +# But Rives McDow (2000-06-18) quotes a contact in Iraqi-Kurdistan as follows: +# In the past, some Kurdish nationalists, as a protest to the Iraqi +# Government, did not adhere to daylight saving time. They referred +# to daylight saving as Saddam time. But, as of today, the time zone +# in Iraqi-Kurdistan is on standard time with Baghdad, Iraq. +# +# So we'll ignore the Economist's claim. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Iraq 1982 only - May 1 0:00 1:00 D +Rule Iraq 1982 1984 - Oct 1 0:00 0 S +Rule Iraq 1983 only - Mar 31 0:00 1:00 D +Rule Iraq 1984 1985 - Apr 1 0:00 1:00 D +Rule Iraq 1985 1990 - Sep lastSun 1:00s 0 S +Rule Iraq 1986 1990 - Mar lastSun 1:00s 1:00 D +# IATA SSIM (1991/1996) says Apr 1 12:01am UTC; guess the `:01' is a typo. +# Shanks says Iraq did not observe DST 1992/1997 or 1999 on; ignore this. +Rule Iraq 1991 max - Apr 1 3:00s 1:00 D +Rule Iraq 1991 max - Oct 1 3:00s 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Baghdad 2:57:40 - LMT 1890 + 2:57:36 - BMT 1918 # Baghdad Mean Time? + 3:00 - AST 1982 May + 3:00 Iraq A%sT + + +############################################################################### + +# Israel + +# From Ephraim Silverberg (2001-01-11): +# +# I coined "IST/IDT" circa 1988. Until then there were three +# different abbreviations in use: +# +# JST Jerusalem Standard Time [Danny Braniss, Hebrew University] +# IZT Israel Zonal (sic) Time [Prof. Haim Papo, Technion] +# EEST Eastern Europe Standard Time [used by almost everyone else] +# +# Since timezones should be called by country and not capital cities, +# I ruled out JST. As Israel is in Asia Minor and not Eastern Europe, +# EEST was equally unacceptable. Since "zonal" was not compatible with +# any other timezone abbreviation, I felt that 'IST' was the way to go +# and, indeed, it has received almost universal acceptance in timezone +# settings in Israeli computers. +# +# In any case, I am happy to share timezone abbreviations with India, +# high on my favorite-country list (and not only because my wife's +# family is from India). + +# From Shanks: +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Zion 1940 only - Jun 1 0:00 1:00 D +Rule Zion 1942 1944 - Nov 1 0:00 0 S +Rule Zion 1943 only - Apr 1 2:00 1:00 D +Rule Zion 1944 only - Apr 1 0:00 1:00 D +Rule Zion 1945 only - Apr 16 0:00 1:00 D +Rule Zion 1945 only - Nov 1 2:00 0 S +Rule Zion 1946 only - Apr 16 2:00 1:00 D +Rule Zion 1946 only - Nov 1 0:00 0 S +Rule Zion 1948 only - May 23 0:00 2:00 DD +Rule Zion 1948 only - Sep 1 0:00 1:00 D +Rule Zion 1948 1949 - Nov 1 2:00 0 S +Rule Zion 1949 only - May 1 0:00 1:00 D +Rule Zion 1950 only - Apr 16 0:00 1:00 D +Rule Zion 1950 only - Sep 15 3:00 0 S +Rule Zion 1951 only - Apr 1 0:00 1:00 D +Rule Zion 1951 only - Nov 11 3:00 0 S +Rule Zion 1952 only - Apr 20 2:00 1:00 D +Rule Zion 1952 only - Oct 19 3:00 0 S +Rule Zion 1953 only - Apr 12 2:00 1:00 D +Rule Zion 1953 only - Sep 13 3:00 0 S +Rule Zion 1954 only - Jun 13 0:00 1:00 D +Rule Zion 1954 only - Sep 12 0:00 0 S +Rule Zion 1955 only - Jun 11 2:00 1:00 D +Rule Zion 1955 only - Sep 11 0:00 0 S +Rule Zion 1956 only - Jun 3 0:00 1:00 D +Rule Zion 1956 only - Sep 30 3:00 0 S +Rule Zion 1957 only - Apr 29 2:00 1:00 D +Rule Zion 1957 only - Sep 22 0:00 0 S +Rule Zion 1974 only - Jul 7 0:00 1:00 D +Rule Zion 1974 only - Oct 13 0:00 0 S +Rule Zion 1975 only - Apr 20 0:00 1:00 D +Rule Zion 1975 only - Aug 31 0:00 0 S +Rule Zion 1985 only - Apr 14 0:00 1:00 D +Rule Zion 1985 only - Sep 15 0:00 0 S +Rule Zion 1986 only - May 18 0:00 1:00 D +Rule Zion 1986 only - Sep 7 0:00 0 S +Rule Zion 1987 only - Apr 15 0:00 1:00 D +Rule Zion 1987 only - Sep 13 0:00 0 S +Rule Zion 1988 only - Apr 9 0:00 1:00 D +Rule Zion 1988 only - Sep 3 0:00 0 S + +# From Ephraim Silverberg +# (1997-03-04, 1998-03-16, 1998-12-28, 2000-01-17 and 2000-07-25): + +# According to the Office of the Secretary General of the Ministry of +# Interior, there is NO set rule for Daylight-Savings/Standard time changes. +# One thing is entrenched in law, however: that there must be at least 150 +# days of daylight savings time annually. From 1993-1998, the change to +# daylight savings time was on a Friday morning from midnight IST to +# 1 a.m IDT; up until 1998, the change back to standard time was on a +# Saturday night from midnight daylight savings time to 11 p.m. standard +# time. 1996 is an exception to this rule where the change back to standard +# time took place on Sunday night instead of Saturday night to avoid +# conflicts with the Jewish New Year. In 1999, the change to +# daylight savings time was still on a Friday morning but from +# 2 a.m. IST to 3 a.m. IDT; furthermore, the change back to standard time +# was also on a Friday morning from 2 a.m. IDT to 1 a.m. IST for +# 1999 only. In the year 2000, the change to daylight savings time was +# similar to 1999, but although the change back will be on a Friday, it +# will take place from 1 a.m. IDT to midnight IST. Starting in 2001, all +# changes to/from will take place at 1 a.m. old time, but now there is no +# rule as to what day of the week it will take place in as the start date +# (except in 2003) is the night after the Passover Seder (i.e. the eve +# of the 16th of Nisan in the lunar Hebrew calendar) and the end date +# (except in 2002) is three nights before Yom Kippur [Day of Atonement] +# (the eve of the 7th of Tishrei in the lunar Hebrew calendar). + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Zion 1989 only - Apr 30 0:00 1:00 D +Rule Zion 1989 only - Sep 3 0:00 0 S +Rule Zion 1990 only - Mar 25 0:00 1:00 D +Rule Zion 1990 only - Aug 26 0:00 0 S +Rule Zion 1991 only - Mar 24 0:00 1:00 D +Rule Zion 1991 only - Sep 1 0:00 0 S +Rule Zion 1992 only - Mar 29 0:00 1:00 D +Rule Zion 1992 only - Sep 6 0:00 0 S +Rule Zion 1993 only - Apr 2 0:00 1:00 D +Rule Zion 1993 only - Sep 5 0:00 0 S + +# The dates for 1994-1995 were obtained from Office of the Spokeswoman for the +# Ministry of Interior, Jerusalem, Israel. The spokeswoman can be reached by +# calling the office directly at 972-2-6701447 or 972-2-6701448. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Zion 1994 only - Apr 1 0:00 1:00 D +Rule Zion 1994 only - Aug 28 0:00 0 S +Rule Zion 1995 only - Mar 31 0:00 1:00 D +Rule Zion 1995 only - Sep 3 0:00 0 S + +# The dates for 1996 were determined by the Minister of Interior of the +# time, Haim Ramon. The official announcement regarding 1996-1998 +# (with the dates for 1997-1998 no longer being relevant) can be viewed at: +# +# ftp://ftp.huji.ac.il/pub/tz/announcements/1996-1998.ramon.ps.gz +# +# The dates for 1997-1998 were altered by his successor, Rabbi Eli Suissa. +# +# The official announcements for the years 1997-1999 can be viewed at: +# +# ftp://ftp.huji.ac.il/pub/tz/announcements/YYYY.ps.gz +# +# where YYYY is the relevant year. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Zion 1996 only - Mar 15 0:00 1:00 D +Rule Zion 1996 only - Sep 16 0:00 0 S +Rule Zion 1997 only - Mar 21 0:00 1:00 D +Rule Zion 1997 only - Sep 14 0:00 0 S +Rule Zion 1998 only - Mar 20 0:00 1:00 D +Rule Zion 1998 only - Sep 6 0:00 0 S +Rule Zion 1999 only - Apr 2 2:00 1:00 D +Rule Zion 1999 only - Sep 3 2:00 0 S + +# The Knesset Interior Committee has changed the dates for 2000 for +# the third time in just over a year and have set new dates for the +# years 2001-2004 as well. +# +# The official announcement for the start date of 2000 can be viewed at: +# +# ftp://ftp.huji.ac.il/pub/tz/announcements/2000-start.ps.gz +# +# The official announcement for the end date of 2000 and the dates +# for the years 2001-2004 can be viewed at: +# +# ftp://ftp.huji.ac.il/pub/tz/announcements/2000-2004.ps.gz + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Zion 2000 only - Apr 14 2:00 1:00 D +Rule Zion 2000 only - Oct 6 1:00 0 S +Rule Zion 2001 only - Apr 9 1:00 1:00 D +Rule Zion 2001 only - Sep 24 1:00 0 S +Rule Zion 2002 only - Mar 29 1:00 1:00 D +Rule Zion 2002 only - Oct 7 1:00 0 S +Rule Zion 2003 only - Mar 28 1:00 1:00 D +Rule Zion 2003 only - Oct 3 1:00 0 S +Rule Zion 2004 only - Apr 7 1:00 1:00 D +Rule Zion 2004 only - Sep 22 1:00 0 S + +# From Paul Eggert (2000-07-25): +# Here are guesses for rules after 2004. +# They are probably wrong, but they are more likely than no DST at all. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Zion 2005 max - Apr 1 1:00 1:00 D +Rule Zion 2005 max - Oct 1 1:00 0 S + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Jerusalem 2:20:56 - LMT 1880 + 2:20:40 - JMT 1918 # Jerusalem Mean Time? + 2:00 Zion I%sT + +# From Ephraim Silverberg (2003-03-23): +# +# Minister of Interior Poraz has announced that he will respect the law +# passed in July 2000 (proposed at the time jointly by himself and +# then-MK David Azulai [Shas]) fixing the dates for 2000-2004. Hence, +# the dates for 2003 and 2004 remain unchanged.... +# +# As far as 2005 and beyond, no dates have been set. However, the +# minister has mentioned that he wishes to propose to move Israel's +# timezone in 2005 from GMT+2 to GMT+3 and upon that have DST during +# the summer months (i.e. GMT+4). However, no legislation in this +# direction is expected until the latter part of 2004 which is a long +# time off in terms of Israeli politics. + +# (2004-09-20): +# The latest rumour, however, is that in 2005, when the clock changes to +# Daylight Saving Time (date as yet unknown), the move will be a two-hour leap +# forward (from UTC+0200 to UTC+0400) and then, in the fall, the clock will +# move back only an hour to UTC+0300 thus effectively moving Israel's timezone +# from UTC+0200 to UTC+0300. However, no actual draft has been put before the +# Knesset (Israel's Parliament) though the intention is to do so this +# month [2004-09]. + +# (2004-09-26): +# Even though the draft law for the above did pass the Ministerial Committee +# for Legislative Matters three months ago, it was voted down in today's +# Cabinet meeting. The current suggestion is to keep the current timezone at +# UTC+0200 but have an extended period of Daylight Saving Time (UTC+0300) from +# the beginning of Passover holiday in the spring to after the Tabernacle +# holiday in the fall (i.e. the dates of which are governed by the Hebrew +# calendar but this means at least 184 days of DST). However, this is only a +# suggestion that was raised in today's cabinet meeting and has not yet been +# drafted. + + + +############################################################################### + +# Japan + +# `9:00' and `JST' is from Guy Harris. + +# From Paul Eggert (1995-03-06): +# Today's _Asahi Evening News_ (page 4) reports that Japan had +# daylight saving between 1948 and 1951, but ``the system was discontinued +# because the public believed it would lead to longer working hours.'' +# Shanks writes that daylight saving in Japan during those years was as follows: +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +#Rule Japan 1948 only - May Sun>=1 2:00 1:00 D +#Rule Japan 1948 1951 - Sep Sat>=8 2:00 0 S +#Rule Japan 1949 only - Apr Sun>=1 2:00 1:00 D +#Rule Japan 1950 1951 - May Sun>=1 2:00 1:00 D +# but the only locations using it were US military bases. +# We go with Shanks and omit daylight saving in those years for Asia/Tokyo. + +# From Hideyuki Suzuki (1998-11-09): +# 'Tokyo' usually stands for the former location of Tokyo Astronomical +# Observatory: E 139 44' 40".90 (9h 18m 58s.727), N 35 39' 16".0. +# This data is from 'Rika Nenpyou (Chronological Scientific Tables) 1996' +# edited by National Astronomical Observatory of Japan.... +# JST (Japan Standard Time) has been used since 1888-01-01 00:00 (JST). +# The law is enacted on 1886-07-07. + +# From Hideyuki Suzuki (1998-11-16): +# The ordinance No. 51 (1886) established "standard time" in Japan, +# which stands for the time on E 135 degree. +# In the ordinance No. 167 (1895), "standard time" was renamed to "central +# standard time". And the same ordinance also established "western standard +# time", which stands for the time on E 120 degree.... But "western standard +# time" was abolished in the ordinance No. 529 (1937). In the ordinance No. +# 167, there is no mention regarding for what place western standard time is +# standard.... +# +# I wrote "ordinance" above, but I don't know how to translate. +# In Japanese it's "chokurei", which means ordinance from emperor. + +# Shanks claims JST in use since 1896, and that a few places (e.g. Ishigaki) +# use +0800; go with Suzuki. Guess that all ordinances took effect on Jan 1. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Tokyo 9:18:59 - LMT 1887 Dec 31 15:00u + 9:00 - JST 1896 + 9:00 - CJT 1938 + 9:00 - JST +# Since 1938, all Japanese possessions have been like Asia/Tokyo. + +# Jordan +# +# From +# Jordan Week (1999-07-01) via Steffen Thorsen (1999-09-09): +# Clocks in Jordan were forwarded one hour on Wednesday at midnight, +# in accordance with the government's decision to implement summer time +# all year round. +# +# From +# Jordan Week (1999-09-30) via Steffen Thorsen (1999-11-09): +# Winter time starts today Thursday, 30 September. Clocks will be turned back +# by one hour. This is the latest government decision and it's final! +# The decision was taken because of the increase in working hours in +# government's departments from six to seven hours. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Jordan 1973 only - Jun 6 0:00 1:00 S +Rule Jordan 1973 1975 - Oct 1 0:00 0 - +Rule Jordan 1974 1977 - May 1 0:00 1:00 S +Rule Jordan 1976 only - Nov 1 0:00 0 - +Rule Jordan 1977 only - Oct 1 0:00 0 - +Rule Jordan 1978 only - Apr 30 0:00 1:00 S +Rule Jordan 1978 only - Sep 30 0:00 0 - +Rule Jordan 1985 only - Apr 1 0:00 1:00 S +Rule Jordan 1985 only - Oct 1 0:00 0 - +Rule Jordan 1986 1988 - Apr Fri>=1 0:00 1:00 S +Rule Jordan 1986 1990 - Oct Fri>=1 0:00 0 - +Rule Jordan 1989 only - May 8 0:00 1:00 S +Rule Jordan 1990 only - Apr 27 0:00 1:00 S +Rule Jordan 1991 only - Apr 17 0:00 1:00 S +Rule Jordan 1991 only - Sep 27 0:00 0 - +Rule Jordan 1992 only - Apr 10 0:00 1:00 S +Rule Jordan 1992 1993 - Oct Fri>=1 0:00 0 - +Rule Jordan 1993 1998 - Apr Fri>=1 0:00 1:00 S +Rule Jordan 1994 only - Sep Fri>=15 0:00 0 - +Rule Jordan 1995 1998 - Sep Fri>=15 0:00s 0 - +Rule Jordan 1999 only - Jul 1 0:00s 1:00 S +Rule Jordan 1999 max - Sep lastThu 0:00s 0 - +Rule Jordan 2000 max - Mar lastThu 0:00s 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Amman 2:23:44 - LMT 1931 + 2:00 Jordan EE%sT + +# Kazakhstan +# From Paul Eggert (1996-11-22): +# Andrew Evtichov (1996-04-13) writes that Kazakhstan +# stayed in sync with Moscow after 1990, and that Aqtobe (formerly Aktyubinsk) +# and Aqtau (formerly Shevchenko) are the largest cities in their zones. +# Guess that Aqtau and Aqtobe diverged in 1995, since that's the first time +# IATA SSIM mentions a third time zone in Kazakhstan. +# +# From Paul Eggert (2001-10-18): +# German Iofis, ELSI, Almaty (2001-10-09) reports that Kazakhstan uses +# RussiaAsia rules, instead of switching at 00:00 as the IATA has it. +# Go with Shanks, who has them always using RussiaAsia rules. +# Also go with the following claims of Shanks: +# +# - Kazakhstan did not observe DST in 1991. +# - Qyzylorda switched from +5:00 to +6:00 on 1992-01-19 02:00. +# - Oral switched from +5:00 to +4:00 in spring 1989. +# +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# +# Almaty (formerly Alma-Ata), representing most locations in Kazakhstan +Zone Asia/Almaty 5:07:48 - LMT 1924 May 2 # or Alma-Ata + 5:00 - ALMT 1930 Jun 21 # Alma-Ata Time + 6:00 RussiaAsia ALM%sT 1991 + 6:00 - ALMT 1992 + 6:00 RussiaAsia ALM%sT +# Qyzylorda (aka Kyzylorda, Kizilorda, Kzyl-Orda, etc.) +Zone Asia/Qyzylorda 4:21:52 - LMT 1924 May 2 + 4:00 - KIZT 1930 Jun 21 # Kizilorda Time + 5:00 - KIZT 1981 Apr 1 + 5:00 1:00 KIZST 1981 Oct 1 + 6:00 - KIZT 1982 Apr 1 + 5:00 RussiaAsia KIZ%sT 1991 + 5:00 - KIZT 1991 Dec 16 # independence + 5:00 - QYZT 1992 Jan 19 2:00 + 6:00 RussiaAsia QYZ%sT +# Aqtobe (aka Aktobe, formerly Akt'ubinsk) +Zone Asia/Aqtobe 3:48:40 - LMT 1924 May 2 + 4:00 - AKTT 1930 Jun 21 # Aktyubinsk Time + 5:00 - AKTT 1981 Apr 1 + 5:00 1:00 AKTST 1981 Oct 1 + 6:00 - AKTT 1982 Apr 1 + 5:00 RussiaAsia AKT%sT 1991 + 5:00 - AKTT 1991 Dec 16 # independence + 5:00 RussiaAsia AQT%sT # Aqtobe Time +# Mangghystau +# Aqtau was not founded until 1963, but it represents an inhabited region, +# so include time stamps before 1963. +Zone Asia/Aqtau 3:21:04 - LMT 1924 May 2 + 4:00 - FORT 1930 Jun 21 # Fort Shevchenko T + 5:00 - FORT 1963 + 5:00 - SHET 1981 Oct 1 # Shevchenko Time + 6:00 - SHET 1982 Apr 1 + 5:00 RussiaAsia SHE%sT 1991 + 5:00 - SHET 1991 Dec 16 # independence + 5:00 RussiaAsia AQT%sT 1995 Mar lastSun 2:00 # Aqtau Time + 4:00 RussiaAsia AQT%sT +# West Kazakhstan +Zone Asia/Oral 3:25:24 - LMT 1924 May 2 # or Ural'sk + 4:00 - URAT 1930 Jun 21 # Ural'sk time + 5:00 - URAT 1981 Apr 1 + 5:00 1:00 URAST 1981 Oct 1 + 6:00 - URAT 1982 Apr 1 + 5:00 RussiaAsia URA%sT 1989 Mar 26 2:00 + 4:00 RussiaAsia URA%sT 1991 + 4:00 - URAT 1991 Dec 16 # independence + 4:00 RussiaAsia ORA%sT # Oral Time + +# Kyrgyzstan (Kirgizstan) +# Transitions through 1991 are from Shanks. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Kirgiz 1992 1996 - Apr Sun>=7 0:00s 1:00 S +Rule Kirgiz 1992 1996 - Sep lastSun 0:00 0 - +Rule Kirgiz 1997 max - Mar lastSun 2:30 1:00 S +Rule Kirgiz 1997 max - Oct lastSun 2:30 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Bishkek 4:58:24 - LMT 1924 May 2 + 5:00 - FRUT 1930 Jun 21 # Frunze Time + 6:00 RussiaAsia FRU%sT 1991 Mar 31 2:00s + 5:00 1:00 FRUST 1991 Aug 31 2:00 # independence + 5:00 Kirgiz KG%sT # Kirgizstan Time + +############################################################################### + +# Korea (North and South) + +# From Guy Harris: +# According to someone at the Korean Times in San Francisco, +# Daylight Savings Time was not observed until 1987. He did not know +# at what time of day DST starts or ends. + +# From Shanks: +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule ROK 1960 only - May 15 0:00 1:00 D +Rule ROK 1960 only - Sep 13 0:00 0 S +Rule ROK 1987 1988 - May Sun<=14 0:00 1:00 D +Rule ROK 1987 1988 - Oct Sun<=14 0:00 0 S + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Seoul 8:27:52 - LMT 1890 + 8:30 - KST 1904 Dec + 9:00 - KST 1928 + 8:30 - KST 1932 + 9:00 - KST 1954 Mar 21 + 8:00 ROK K%sT 1961 Aug 10 + 8:30 - KST 1968 Oct + 9:00 ROK K%sT +Zone Asia/Pyongyang 8:23:00 - LMT 1890 + 8:30 - KST 1904 Dec + 9:00 - KST 1928 + 8:30 - KST 1932 + 9:00 - KST 1954 Mar 21 + 8:00 - KST 1961 Aug 10 + 9:00 - KST + +############################################################################### + +# Kuwait +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Kuwait 3:11:56 - LMT 1950 + 3:00 - AST + +# Laos +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Vientiane 6:50:24 - LMT 1906 Jun 9 # or Viangchan + 7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT? + 7:00 - ICT 1912 May + 8:00 - ICT 1931 May + 7:00 - ICT + +# Lebanon +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Lebanon 1920 only - Mar 28 0:00 1:00 S +Rule Lebanon 1920 only - Oct 25 0:00 0 - +Rule Lebanon 1921 only - Apr 3 0:00 1:00 S +Rule Lebanon 1921 only - Oct 3 0:00 0 - +Rule Lebanon 1922 only - Mar 26 0:00 1:00 S +Rule Lebanon 1922 only - Oct 8 0:00 0 - +Rule Lebanon 1923 only - Apr 22 0:00 1:00 S +Rule Lebanon 1923 only - Sep 16 0:00 0 - +Rule Lebanon 1957 1961 - May 1 0:00 1:00 S +Rule Lebanon 1957 1961 - Oct 1 0:00 0 - +Rule Lebanon 1972 only - Jun 22 0:00 1:00 S +Rule Lebanon 1972 1977 - Oct 1 0:00 0 - +Rule Lebanon 1973 1977 - May 1 0:00 1:00 S +Rule Lebanon 1978 only - Apr 30 0:00 1:00 S +Rule Lebanon 1978 only - Sep 30 0:00 0 - +Rule Lebanon 1984 1987 - May 1 0:00 1:00 S +Rule Lebanon 1984 1991 - Oct 16 0:00 0 - +Rule Lebanon 1988 only - Jun 1 0:00 1:00 S +Rule Lebanon 1989 only - May 10 0:00 1:00 S +Rule Lebanon 1990 1992 - May 1 0:00 1:00 S +Rule Lebanon 1992 only - Oct 4 0:00 0 - +Rule Lebanon 1993 max - Mar lastSun 0:00 1:00 S +Rule Lebanon 1993 1998 - Sep lastSun 0:00 0 - +Rule Lebanon 1999 max - Oct lastSun 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Beirut 2:22:00 - LMT 1880 + 2:00 Lebanon EE%sT + +# Malaysia +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule NBorneo 1935 1941 - Sep 14 0:00 0:20 TS # one-Third Summer +Rule NBorneo 1935 1941 - Dec 14 0:00 0 - +# +# peninsular Malaysia +# The data here are taken from Mok Ly Yng (2003-10-30) +# . +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Kuala_Lumpur 6:46:46 - LMT 1901 Jan 1 + 6:55:25 - SMT 1905 Jun 1 # Singapore M.T. + 7:00 - MALT 1933 Jan 1 # Malaya Time + 7:00 0:20 MALST 1936 Jan 1 + 7:20 - MALT 1941 Sep 1 + 7:30 - MALT 1942 Feb 16 + 9:00 - JST 1945 Sep 12 + 7:30 - MALT 1982 Jan 1 + 8:00 - MYT # Malaysia Time +# Sabah & Sarawak +# From Paul Eggert (2003-11-01): +# The data here are mostly from Shanks, but the 1942, 1945 and 1982 +# transition dates are from Mok Ly Yng. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Kuching 7:21:20 - LMT 1926 Mar + 7:30 - BORT 1933 # Borneo Time + 8:00 NBorneo BOR%sT 1942 Feb 16 + 9:00 - JST 1945 Sep 12 + 8:00 - BORT 1982 Jan 1 + 8:00 - MYT + +# Maldives +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Maldives 4:54:00 - LMT 1880 # Male + 4:54:00 - MMT 1960 # Male Mean Time + 5:00 - MVT # Maldives Time + +# Mongolia + +# Shanks says that Mongolia has three time zones, but usno1995 and the CIA map +# Standard Time Zones of the World (1997-01) +# both say that it has just one. + +# From Oscar van Vlijmen (1999-12-11): +# +# General Information Mongolia +# (1999-09) +# "Time: Mongolia has two time zones. Three westernmost provinces of +# Bayan-Ulgii, Uvs, and Hovd are one hour earlier than the capital city, and +# the rest of the country follows the Ulaanbaatar time, which is UTC/GMT plus +# eight hours." + +# From Rives McDow (1999-12-13): +# Mongolia discontinued the use of daylight savings time in 1999; 1998 +# being the last year it was implemented. The dates of implementation I am +# unsure of, but most probably it was similar to Russia, except for the time +# of implementation may have been different.... +# Some maps in the past have indicated that there was an additional time +# zone in the eastern part of Mongolia, including the provinces of Dornod, +# Suhbaatar, and possibly Khentij. + +# From Paul Eggert (1999-12-15): +# Naming and spelling is tricky in Mongolia. +# We'll use Hovd (also spelled Chovd and Khovd) to represent the west zone; +# the capital of the Hovd province is sometimes called Hovd, sometimes Dund-Us, +# and sometimes Jirgalanta (with variant spellings), but the name Hovd +# is good enough for our purposes. + +# From Rives McDow (2001-05-13): +# In addition to Mongolia starting daylight savings as reported earlier +# (adopted DST on 2001-04-27 02:00 local time, ending 2001-09-28), +# there are three time zones. +# +# Provinces [at 7:00]: Bayan-ulgii, Uvs, Khovd, Zavkhan, Govi-Altai +# Provinces [at 8:00]: Khovsgol, Bulgan, Arkhangai, Khentii, Tov, +# Bayankhongor, Ovorkhangai, Dundgovi, Dornogovi, Omnogovi +# Provinces [at 9:00]: Dornod, Sukhbaatar +# +# [The province of Selenge is omitted from the above lists.] + +# From Ganbold Ts., Ulaanbaatar (2004-04-17): +# Daylight saving occurs at 02:00 local time last Saturday of March. +# It will change back to normal at 02:00 local time last Saturday of +# September.... As I remember this rule was changed in 2001. +# +# From Paul Eggert (2004-04-17): +# For now, assume Rives McDow's informant got confused about Friday vs +# Saturday, and that his 2001 dates should have 1 added to them. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Mongol 1983 1984 - Apr 1 0:00 1:00 S +Rule Mongol 1983 only - Oct 1 0:00 0 - +# IATA SSIM says 1990s switches occurred at 00:00, but Shanks (1995) lists +# them at 02:00s, and McDow says the 2001 switches also occurred at 02:00. +# Also, IATA SSIM (1996-09) says 1996-10-25. Go with Shanks through 1998. +Rule Mongol 1985 1998 - Mar lastSun 2:00s 1:00 S +Rule Mongol 1984 1998 - Sep lastSun 2:00s 0 - +# IATA SSIM (1999-09) says Mongolia no longer observes DST. +Rule Mongol 2001 only - Apr lastSat 2:00 1:00 S +Rule Mongol 2001 max - Sep lastSat 2:00 0 - +Rule Mongol 2002 max - Mar lastSat 2:00 1:00 S + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# Hovd, a.k.a. Chovd, Dund-Us, Dzhargalant, Khovd, Jirgalanta +Zone Asia/Hovd 6:06:36 - LMT 1905 Aug + 6:00 - HOVT 1978 # Hovd Time + 7:00 Mongol HOV%sT +# Ulaanbaatar, a.k.a. Ulan Bataar, Ulan Bator, Urga +Zone Asia/Ulaanbaatar 7:07:32 - LMT 1905 Aug + 7:00 - ULAT 1978 # Ulaanbaatar Time + 8:00 Mongol ULA%sT +# Choibalsan, a.k.a. Bajan Tuemen, Bajan Tumen, Chojbalsan, +# Choybalsan, Sanbejse, Tchoibalsan +Zone Asia/Choibalsan 7:38:00 - LMT 1905 Aug + 7:00 - ULAT 1978 + 8:00 - ULAT 1983 Apr + 9:00 Mongol CHO%sT # Choibalsan Time + +# Nepal +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Katmandu 5:41:16 - LMT 1920 + 5:30 - IST 1986 + 5:45 - NPT # Nepal Time + +# Oman +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Muscat 3:54:20 - LMT 1920 + 4:00 - GST + +# Pakistan + +# From Rives McDow (2002-03-13): +# I have been advised that Pakistan has decided to adopt dst on a +# TRIAL basis for one year, starting 00:01 local time on April 7, 2002 +# and ending at 00:01 local time October 6, 2002. This is what I was +# told, but I believe that the actual time of change may be 00:00; the +# 00:01 was to make it clear which day it was on. + +# From Paul Eggert (2002-03-15): +# Jesper Norgaard found this URL: +# http://www.pak.gov.pk/public/news/app/app06_dec.htm +# (dated 2001-12-06) which says that the Cabinet adopted a scheme "to +# advance the clocks by one hour on the night between the first +# Saturday and Sunday of April and revert to the original position on +# 15th October each year". This agrees with McDow's 04-07 at 00:00, +# but disagrees about the October transition, and makes it sound like +# it's not on a trial basis. Also, the "between the first Saturday +# and Sunday of April" phrase, if taken literally, means that the +# transition takes place at 00:00 on the first Sunday on or after 04-02. + +# From Paul Eggert (2003-02-09): +# DAWN reported on 2002-10-05 +# that 2002 DST ended that day at midnight. Go with McDow for now. + +# From Steffen Thorsen (2003-03-14): +# According to http://www.dawn.com/2003/03/07/top15.htm +# there will be no DST in Pakistan this year: +# +# ISLAMABAD, March 6: Information and Media Development Minister Sheikh +# Rashid Ahmed on Thursday said the cabinet had reversed a previous +# decision to advance clocks by one hour in summer and put them back by +# one hour in winter with the aim of saving light hours and energy. +# +# The minister told a news conference that the experiment had rather +# shown 8 per cent higher consumption of electricity. + + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Pakistan 2002 only - Apr Sun>=2 0:01 1:00 S +Rule Pakistan 2002 only - Oct Sun>=2 0:01 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Karachi 4:28:12 - LMT 1907 + 5:30 - IST 1942 Sep + 5:30 1:00 IST 1945 Oct 15 + 5:30 - IST 1951 Sep 30 + 5:00 - KART 1971 Mar 26 # Karachi Time + 5:00 Pakistan PK%sT # Pakistan Time + +# Palestine + +# From Amos Shapir (1998-02-15): +# +# From 1917 until 1948-05-15, all of Palestine, including the parts now +# known as the Gaza Strip and the West Bank, was under British rule. +# Therefore the rules given for Israel for that period, apply there too... +# +# The Gaza Strip was under Egyptian rule between 1948-05-15 until 1967-06-05 +# (except a short occupation by Israel from 1956-11 till 1957-03, but no +# time zone was affected then). It was never formally annexed to Egypt, +# though. +# +# The rest of Palestine was under Jordanian rule at that time, formally +# annexed in 1950 as the West Bank (and the word "Trans" was dropped from +# the country's previous name of "the Hashemite Kingdom of the +# Trans-Jordan"). So the rules for Jordan for that time apply. Major +# towns in that area are Nablus (Shchem), El-Halil (Hebron), Ramallah, and +# East Jerusalem. +# +# Both areas were occupied by Israel in June 1967, but not annexed (except +# for East Jerusalem). They were on Israel time since then; there might +# have been a Military Governor's order about time zones, but I'm not aware +# of any (such orders may have been issued semi-annually whenever summer +# time was in effect, but maybe the legal aspect of time was just neglected). +# +# The Palestinian Authority was established in 1993, and got hold of most +# towns in the West Bank and Gaza by 1995. I know that in order to +# demonstrate...independence, they have been switching to +# summer time and back on a different schedule than Israel's, but I don't +# know when this was started, or what algorithm is used (most likely the +# Jordanian one). +# +# To summarize, the table should probably look something like that: +# +# Area \ when | 1918-1947 | 1948-1967 | 1967-1995 | 1996- +# ------------+-----------+-----------+-----------+----------- +# Israel | Zion | Zion | Zion | Zion +# West bank | Zion | Jordan | Zion | Jordan +# Gaza | Zion | Egypt | Zion | Jordan +# +# I guess more info may be available from the PA's web page (if/when they +# have one). + +# From Paul Eggert (1998-02-25): +# Shanks writes that Gaza did not observe DST until 1957, but we'll go +# with Shapir and assume that it observed DST from 1940 through 1947, +# and that it used Jordanian rules starting in 1996. +# We don't yet need a separate entry for the West Bank, since +# the only differences between it and Gaza that we know about +# occurred before our cutoff date of 1970. +# However, as we get more information, we may need to add entries +# for parts of the West Bank as they transitioned from Israel's rules +# to Palestine's rules. If you have more info about this, please +# send it to tz@elsie.nci.nih.gov for incorporation into future editions. + +# From IINS News Service - Israel - 1998-03-23 10:38:07 Israel time, +# forwarded by Ephraim Silverberg: +# +# Despite the fact that Israel changed over to daylight savings time +# last week, the PLO Authority (PA) has decided not to turn its clocks +# one-hour forward at this time. As a sign of independence from Israeli rule, +# the PA has decided to implement DST in April. + +# From Paul Eggert (1999-09-20): +# Daoud Kuttab writes in +# +# Holiday havoc +# (Jerusalem Post, 1999-04-22) that +# the Palestinian National Authority changed to DST on 1999-04-15. +# I vaguely recall that they switch back in October (sorry, forgot the source). +# For now, let's assume that the spring switch was at 24:00, +# and that they switch at 0:00 on the 3rd Fridays of April and October. + +# The rules for Egypt are stolen from the `africa' file. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule EgyptAsia 1957 only - May 10 0:00 1:00 S +Rule EgyptAsia 1957 1958 - Oct 1 0:00 0 - +Rule EgyptAsia 1958 only - May 1 0:00 1:00 S +Rule EgyptAsia 1959 1967 - May 1 1:00 1:00 S +Rule EgyptAsia 1959 1965 - Sep 30 3:00 0 - +Rule EgyptAsia 1966 only - Oct 1 3:00 0 - + +Rule Palestine 1999 max - Apr Fri>=15 0:00 1:00 S +Rule Palestine 1999 max - Oct Fri>=15 0:00 0 - + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Gaza 2:17:52 - LMT 1900 Oct + 2:00 Zion EET 1948 May 15 + 2:00 EgyptAsia EE%sT 1967 Jun 5 + 2:00 Zion I%sT 1996 + 2:00 Jordan EE%sT 1999 + 2:00 Palestine EE%sT + +# Paracel Is +# no information + +# Philippines +# On 1844-08-16, Narciso Claveria, governor-general of the +# Philippines, issued a proclamation announcing that 1844-12-30 was to +# be immediately followed by 1845-01-01. Robert H. van Gent has a +# transcript of the decree in . +# The rest of this data is from Shanks. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Phil 1936 only - Nov 1 0:00 1:00 S +Rule Phil 1937 only - Feb 1 0:00 0 - +Rule Phil 1954 only - Apr 12 0:00 1:00 S +Rule Phil 1954 only - Jul 1 0:00 0 - +Rule Phil 1978 only - Mar 22 0:00 1:00 S +Rule Phil 1978 only - Sep 21 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Manila -15:56:00 - LMT 1844 Dec 31 + 8:04:00 - LMT 1899 May 11 + 8:00 Phil PH%sT 1942 May + 9:00 - JST 1944 Nov + 8:00 Phil PH%sT + +# Qatar +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Qatar 3:26:08 - LMT 1920 # Al Dawhah / Doha + 4:00 - GST 1972 Jun + 3:00 - AST + +# Saudi Arabia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Riyadh 3:06:52 - LMT 1950 + 3:00 - AST + +# Singapore +# The data here are taken from Mok Ly Yng (2003-10-30) +# . +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Singapore 6:55:25 - LMT 1901 Jan 1 + 6:55:25 - SMT 1905 Jun 1 # Singapore M.T. + 7:00 - MALT 1933 Jan 1 # Malaya Time + 7:00 0:20 MALST 1936 Jan 1 + 7:20 - MALT 1941 Sep 1 + 7:30 - MALT 1942 Feb 16 + 9:00 - JST 1945 Sep 12 + 7:30 - MALT 1965 Aug 9 # independence + 7:30 - SGT 1982 Jan 1 # Singapore Time + 8:00 - SGT + +# Spratly Is +# no information + +# Sri Lanka +# From Paul Eggert (1996-09-03): +# "Sri Lanka advances clock by an hour to avoid blackout" +# (www.virtual-pc.com/lankaweb/news/items/240596-2.html, 1996-05-24, +# no longer available as of 1999-08-17) +# reported ``the country's standard time will be put forward by one hour at +# midnight Friday (1830 GMT) `in the light of the present power crisis'.'' +# +# From Dharmasiri Senanayake, Sri Lanka Media Minister (1996-10-24), as quoted +# by Shamindra in +# +# Daily News - Hot News Section (1996-10-26) +# : +# With effect from 12.30 a.m. on 26th October 1996 +# Sri Lanka will be six (06) hours ahead of GMT. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Colombo 5:19:24 - LMT 1880 + 5:19:32 - MMT 1906 # Moratuwa Mean Time + 5:30 - IST 1942 Jan 5 + 5:30 0:30 IHST 1942 Sep + 5:30 1:00 IST 1945 Oct 16 2:00 + 5:30 - IST 1996 May 25 0:00 + 6:30 - LKT 1996 Oct 26 0:30 + 6:00 - LKT + +# Syria +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Syria 1920 1923 - Apr Sun>=15 2:00 1:00 S +Rule Syria 1920 1923 - Oct Sun>=1 2:00 0 - +Rule Syria 1962 only - Apr 29 2:00 1:00 S +Rule Syria 1962 only - Oct 1 2:00 0 - +Rule Syria 1963 1965 - May 1 2:00 1:00 S +Rule Syria 1963 only - Sep 30 2:00 0 - +Rule Syria 1964 only - Oct 1 2:00 0 - +Rule Syria 1965 only - Sep 30 2:00 0 - +Rule Syria 1966 only - Apr 24 2:00 1:00 S +Rule Syria 1966 1976 - Oct 1 2:00 0 - +Rule Syria 1967 1978 - May 1 2:00 1:00 S +Rule Syria 1977 1978 - Sep 1 2:00 0 - +Rule Syria 1983 1984 - Apr 9 2:00 1:00 S +Rule Syria 1983 1984 - Oct 1 2:00 0 - +Rule Syria 1986 only - Feb 16 2:00 1:00 S +Rule Syria 1986 only - Oct 9 2:00 0 - +Rule Syria 1987 only - Mar 1 2:00 1:00 S +Rule Syria 1987 1988 - Oct 31 2:00 0 - +Rule Syria 1988 only - Mar 15 2:00 1:00 S +Rule Syria 1989 only - Mar 31 2:00 1:00 S +Rule Syria 1989 only - Oct 1 2:00 0 - +Rule Syria 1990 only - Apr 1 2:00 1:00 S +Rule Syria 1990 only - Sep 30 2:00 0 - +Rule Syria 1991 only - Apr 1 0:00 1:00 S +Rule Syria 1991 1992 - Oct 1 0:00 0 - +Rule Syria 1992 only - Apr 8 0:00 1:00 S +Rule Syria 1993 only - Mar 26 0:00 1:00 S +Rule Syria 1993 only - Sep 25 0:00 0 - +# IATA SSIM (1998-02) says 1998-04-02; +# (1998-09) says 1999-03-29 and 1999-09-29; (1999-02) says 1999-04-02, +# 2000-04-02, and 2001-04-02; (1999-09) says 2000-03-31 and 2001-03-31; +# ignore all these claims and go with Shanks. +Rule Syria 1994 1996 - Apr 1 0:00 1:00 S +Rule Syria 1994 max - Oct 1 0:00 0 - +Rule Syria 1997 1998 - Mar lastMon 0:00 1:00 S +Rule Syria 1999 max - Apr 1 0:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Damascus 2:25:12 - LMT 1920 # Dimashq + 2:00 Syria EE%sT + +# Tajikistan +# From Shanks. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Dushanbe 4:35:12 - LMT 1924 May 2 + 5:00 - DUST 1930 Jun 21 # Dushanbe Time + 6:00 RussiaAsia DUS%sT 1991 Mar 31 2:00s + 5:00 1:00 DUSST 1991 Sep 9 2:00s + 5:00 - TJT # Tajikistan Time + +# Thailand +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Bangkok 6:42:04 - LMT 1880 + 6:42:04 - BMT 1920 Apr # Bangkok Mean Time + 7:00 - ICT + +# Turkmenistan +# From Shanks. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Ashgabat 3:53:32 - LMT 1924 May 2 # or Ashkhabad + 4:00 - ASHT 1930 Jun 21 # Ashkhabad Time + 5:00 RussiaAsia ASH%sT 1991 Mar 31 2:00 + 4:00 RussiaAsia ASH%sT 1991 Oct 27 # independence + 4:00 RussiaAsia TM%sT 1992 Jan 19 2:00 + 5:00 - TMT + +# United Arab Emirates +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Dubai 3:41:12 - LMT 1920 + 4:00 - GST + +# Uzbekistan +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Samarkand 4:27:12 - LMT 1924 May 2 + 4:00 - SAMT 1930 Jun 21 # Samarkand Time + 5:00 - SAMT 1981 Apr 1 + 5:00 1:00 SAMST 1981 Oct 1 + 6:00 RussiaAsia TAS%sT 1991 Mar 31 2:00 # Tashkent Time + 5:00 RussiaAsia TAS%sT 1991 Sep 1 # independence + 5:00 RussiaAsia UZ%sT 1992 + 5:00 RussiaAsia UZ%sT 1993 + 5:00 - UZT +Zone Asia/Tashkent 4:37:12 - LMT 1924 May 2 + 5:00 - TAST 1930 Jun 21 # Tashkent Time + 6:00 RussiaAsia TAS%sT 1991 Mar 31 2:00s + 5:00 RussiaAsia TAS%sT 1991 Sep 1 # independence + 5:00 RussiaAsia UZ%sT 1992 + 5:00 RussiaAsia UZ%sT 1993 + 5:00 - UZT + +# Vietnam +# From Paul Eggert (1993-11-18): +# Saigon's official name is Thanh-Pho Ho Chi Minh, but it's too long. +# We'll stick with the traditional name for now. +# From Shanks: +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Saigon 7:06:40 - LMT 1906 Jun 9 + 7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT? + 7:00 - ICT 1912 May + 8:00 - ICT 1931 May + 7:00 - ICT + +# Yemen +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Asia/Aden 3:00:48 - LMT 1950 + 3:00 - AST diff --git a/zic.tproj/datfiles/australasia b/zic.tproj/datfiles/australasia new file mode 100644 index 0000000..d8a8e36 --- /dev/null +++ b/zic.tproj/datfiles/australasia @@ -0,0 +1,1338 @@ +# @(#)australasia 7.69 +# This file also includes Pacific islands. + +# Notes are at the end of this file + +############################################################################### + +# Australia + +# Please see the notes below for the controversy about "EST" versus "AEST" etc. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Aus 1917 only - Jan 1 0:01 1:00 - +Rule Aus 1917 only - Mar 25 2:00 0 - +Rule Aus 1942 only - Jan 1 2:00 1:00 - +Rule Aus 1942 only - Mar 29 2:00 0 - +Rule Aus 1942 only - Sep 27 2:00 1:00 - +Rule Aus 1943 1944 - Mar lastSun 2:00 0 - +Rule Aus 1943 only - Oct 3 2:00 1:00 - +# Go with Whitman and the Australian National Standards Commission, which +# says W Australia didn't use DST in 1943/1944. Ignore Whitman's claim that +# 1944/1945 was just like 1943/1944. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# Northern Territory +Zone Australia/Darwin 8:43:20 - LMT 1895 Feb + 9:00 - CST 1899 May + 9:30 Aus CST +# Western Australia +Zone Australia/Perth 7:43:24 - LMT 1895 Dec + 8:00 Aus WST 1943 Jul + 8:00 - WST 1974 Oct lastSun 2:00s + 8:00 1:00 WST 1975 Mar Sun>=1 2:00s + 8:00 - WST 1983 Oct lastSun 2:00s + 8:00 1:00 WST 1984 Mar Sun>=1 2:00s + 8:00 - WST 1991 Nov 17 2:00s + 8:00 1:00 WST 1992 Mar Sun>=1 2:00s + 8:00 - WST +# Queensland +# +# From Alex Livingston (1996-11-01): +# I have heard or read more than once that some resort islands off the coast +# of Queensland chose to keep observing daylight-saving time even after +# Queensland ceased to. +# +# From Paul Eggert (1996-11-22): +# IATA SSIM (1993-02/1994-09) say that the Holiday Islands (Hayman, Lindeman, +# Hamilton) observed DST for two years after the rest of Queensland stopped. +# Hamilton is the largest, but there is also a Hamilton in Victoria, +# so use Lindeman. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule AQ 1971 only - Oct lastSun 2:00s 1:00 - +Rule AQ 1972 only - Feb lastSun 2:00s 0 - +Rule AQ 1989 1991 - Oct lastSun 2:00s 1:00 - +Rule AQ 1990 1992 - Mar Sun>=1 2:00s 0 - +Rule Holiday 1992 1993 - Oct lastSun 2:00s 1:00 - +Rule Holiday 1993 1994 - Mar Sun>=1 2:00s 0 - +Zone Australia/Brisbane 10:12:08 - LMT 1895 + 10:00 Aus EST 1971 + 10:00 AQ EST +Zone Australia/Lindeman 9:55:56 - LMT 1895 + 10:00 Aus EST 1971 + 10:00 AQ EST 1992 Jul + 10:00 Holiday EST + +# South Australia +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule AS 1971 1985 - Oct lastSun 2:00s 1:00 - +Rule AS 1986 only - Oct 19 2:00s 1:00 - +Rule AS 1987 max - Oct lastSun 2:00s 1:00 - +Rule AS 1972 only - Feb 27 2:00s 0 - +Rule AS 1973 1985 - Mar Sun>=1 2:00s 0 - +Rule AS 1986 1989 - Mar Sun>=15 2:00s 0 - +Rule AS 1990 only - Mar Sun>=18 2:00s 0 - +Rule AS 1991 only - Mar Sun>=1 2:00s 0 - +Rule AS 1992 only - Mar Sun>=18 2:00s 0 - +Rule AS 1993 only - Mar Sun>=1 2:00s 0 - +Rule AS 1994 only - Mar Sun>=18 2:00s 0 - +Rule AS 1995 max - Mar lastSun 2:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Australia/Adelaide 9:14:20 - LMT 1895 Feb + 9:00 - CST 1899 May + 9:30 Aus CST 1971 + 9:30 AS CST + +# Tasmania +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule AT 1967 only - Oct Sun>=1 2:00s 1:00 - +Rule AT 1968 only - Mar lastSun 2:00s 0 - +Rule AT 1968 1985 - Oct lastSun 2:00s 1:00 - +Rule AT 1969 1971 - Mar Sun>=8 2:00s 0 - +Rule AT 1972 only - Feb lastSun 2:00s 0 - +Rule AT 1973 1981 - Mar Sun>=1 2:00s 0 - +Rule AT 1982 1983 - Mar lastSun 2:00s 0 - +Rule AT 1984 1986 - Mar Sun>=1 2:00s 0 - +Rule AT 1986 only - Oct Sun>=15 2:00s 1:00 - +Rule AT 1987 1990 - Mar Sun>=15 2:00s 0 - +Rule AT 1987 only - Oct Sun>=22 2:00s 1:00 - +Rule AT 1988 1990 - Oct lastSun 2:00s 1:00 - +Rule AT 1991 1999 - Oct Sun>=1 2:00s 1:00 - +Rule AT 1991 max - Mar lastSun 2:00s 0 - +Rule AT 2000 only - Aug lastSun 2:00s 1:00 - +Rule AT 2001 max - Oct Sun>=1 2:00s 1:00 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Australia/Hobart 9:49:16 - LMT 1895 Sep + 10:00 - EST 1916 Oct 1 2:00 + 10:00 1:00 EST 1917 Feb + 10:00 Aus EST 1967 + 10:00 AT EST + +# Victoria +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule AV 1971 1985 - Oct lastSun 2:00s 1:00 - +Rule AV 1972 only - Feb lastSun 2:00s 0 - +Rule AV 1973 1985 - Mar Sun>=1 2:00s 0 - +Rule AV 1986 1990 - Mar Sun>=15 2:00s 0 - +Rule AV 1986 1987 - Oct Sun>=15 2:00s 1:00 - +Rule AV 1988 1999 - Oct lastSun 2:00s 1:00 - +Rule AV 1991 1994 - Mar Sun>=1 2:00s 0 - +Rule AV 1995 max - Mar lastSun 2:00s 0 - +Rule AV 2000 only - Aug lastSun 2:00s 1:00 - +Rule AV 2001 max - Oct lastSun 2:00s 1:00 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Australia/Melbourne 9:39:52 - LMT 1895 Feb + 10:00 Aus EST 1971 + 10:00 AV EST + +# New South Wales +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule AN 1971 1985 - Oct lastSun 2:00s 1:00 - +Rule AN 1972 only - Feb 27 2:00s 0 - +Rule AN 1973 1981 - Mar Sun>=1 2:00s 0 - +Rule AN 1982 only - Apr Sun>=1 2:00s 0 - +Rule AN 1983 1985 - Mar Sun>=1 2:00s 0 - +Rule AN 1986 1989 - Mar Sun>=15 2:00s 0 - +Rule AN 1986 only - Oct 19 2:00s 1:00 - +Rule AN 1987 1999 - Oct lastSun 2:00s 1:00 - +Rule AN 1990 1995 - Mar Sun>=1 2:00s 0 - +Rule AN 1996 max - Mar lastSun 2:00s 0 - +Rule AN 2000 only - Aug lastSun 2:00s 1:00 - +Rule AN 2001 max - Oct lastSun 2:00s 1:00 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Australia/Sydney 10:04:52 - LMT 1895 Feb + 10:00 Aus EST 1971 + 10:00 AN EST +Zone Australia/Broken_Hill 9:25:48 - LMT 1895 Feb + 10:00 - EST 1896 Aug 23 + 9:00 - CST 1899 May + 9:30 Aus CST 1971 + 9:30 AN CST 2000 + 9:30 AS CST + +# Lord Howe Island +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule LH 1981 1984 - Oct lastSun 2:00 1:00 - +Rule LH 1982 1985 - Mar Sun>=1 2:00 0 - +Rule LH 1985 only - Oct lastSun 2:00 0:30 - +Rule LH 1986 1989 - Mar Sun>=15 2:00 0 - +Rule LH 1986 only - Oct 19 2:00 0:30 - +Rule LH 1987 1999 - Oct lastSun 2:00 0:30 - +Rule LH 1990 1995 - Mar Sun>=1 2:00 0 - +Rule LH 1996 max - Mar lastSun 2:00 0 - +Rule LH 2000 only - Aug lastSun 2:00 0:30 - +Rule LH 2001 max - Oct lastSun 2:00 0:30 - +Zone Australia/Lord_Howe 10:36:20 - LMT 1895 Feb + 10:00 - EST 1981 Mar + 10:30 LH LHST + +# Australian miscellany +# +# Ashmore Is, Cartier +# no indigenous inhabitants; only seasonal caretakers +# like Australia/Perth, says Turner +# +# Coral Sea Is +# no indigenous inhabitants; only meteorologists +# no information +# +# Macquarie +# permanent occupation (scientific station) since 1948; +# sealing and penguin oil station operated 1888/1917 +# like Australia/Hobart, says Turner + +# Christmas +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Christmas 7:02:52 - LMT 1895 Feb + 7:00 - CXT # Christmas Island Time + +# Cook Is +# From Shanks: +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Cook 1978 only - Nov 12 0:00 0:30 HS +Rule Cook 1979 1991 - Mar Sun>=1 0:00 0 - +Rule Cook 1979 1990 - Oct lastSun 0:00 0:30 HS +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Rarotonga -10:39:04 - LMT 1901 # Avarua + -10:30 - CKT 1978 Nov 12 # Cook Is Time + -10:00 Cook CK%sT + +# Cocos +# From USNO (1989): +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Indian/Cocos 6:30 - CCT # Cocos Islands Time + +# Fiji +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Fiji 1998 1999 - Nov Sun>=1 2:00 1:00 S +Rule Fiji 1999 2000 - Feb lastSun 3:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Fiji 11:53:40 - LMT 1915 Oct 26 # Suva + 12:00 Fiji FJ%sT # Fiji Time + +# French Polynesia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Gambier -8:59:48 - LMT 1912 Oct # Rikitea + -9:00 - GAMT # Gambier Time +Zone Pacific/Marquesas -9:18:00 - LMT 1912 Oct + -9:30 - MART # Marquesas Time +Zone Pacific/Tahiti -9:58:16 - LMT 1912 Oct # Papeete + -10:00 - TAHT # Tahiti Time +# Clipperton (near North America) is administered from French Polynesia; +# it is uninhabited. + +# Guam +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Guam -14:21:00 - LMT 1844 Dec 31 + 9:39:00 - LMT 1901 # Agana + 10:00 - GST 2000 Dec 23 # Guam + 10:00 - ChST # Chamorro Standard Time + +# Kiribati +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Tarawa 11:32:04 - LMT 1901 # Bairiki + 12:00 - GILT # Gilbert Is Time +Zone Pacific/Enderbury -11:24:20 - LMT 1901 + -12:00 - PHOT 1979 Oct # Phoenix Is Time + -11:00 - PHOT 1995 + 13:00 - PHOT +Zone Pacific/Kiritimati -10:29:20 - LMT 1901 + -10:40 - LINT 1979 Oct # Line Is Time + -10:00 - LINT 1995 + 14:00 - LINT + +# N Mariana Is +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Saipan -14:17:00 - LMT 1844 Dec 31 + 9:43:00 - LMT 1901 + 9:00 - MPT 1969 Oct # N Mariana Is Time + 10:00 - MPT 2000 Dec 23 + 10:00 - ChST # Chamorro Standard Time + +# Marshall Is +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Majuro 11:24:48 - LMT 1901 + 11:00 - MHT 1969 Oct # Marshall Islands Time + 12:00 - MHT +Zone Pacific/Kwajalein 11:09:20 - LMT 1901 + 11:00 - MHT 1969 Oct + -12:00 - KWAT 1993 Aug 20 # Kwajalein Time + 12:00 - MHT + +# Micronesia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Yap 9:12:32 - LMT 1901 # Colonia + 9:00 - YAPT 1969 Oct # Yap Time + 10:00 - YAPT +Zone Pacific/Truk 10:07:08 - LMT 1901 + 10:00 - TRUT # Truk Time +Zone Pacific/Ponape 10:32:52 - LMT 1901 # Kolonia + 11:00 - PONT # Ponape Time +Zone Pacific/Kosrae 10:51:56 - LMT 1901 + 11:00 - KOST 1969 Oct # Kosrae Time + 12:00 - KOST 1999 + 11:00 - KOST + +# Nauru +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Nauru 11:07:40 - LMT 1921 Jan 15 # Uaobe + 11:30 - NRT 1942 Mar 15 # Nauru Time + 9:00 - JST 1944 Aug 15 + 11:30 - NRT 1979 May + 12:00 - NRT + +# New Caledonia +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule NC 1977 1978 - Dec Sun>=1 0:00 1:00 S +Rule NC 1978 1979 - Feb 27 0:00 0 - +Rule NC 1996 only - Dec 1 2:00s 1:00 S +# Shanks says the following was at 2:00; go with IATA. +Rule NC 1997 only - Mar 2 2:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Noumea 11:05:48 - LMT 1912 Jan 13 + 11:00 NC NC%sT + + +############################################################################### + +# New Zealand + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule NZ 1927 only - Nov 6 2:00 1:00 S +Rule NZ 1928 only - Mar 4 2:00 0 M +Rule NZ 1928 1933 - Oct Sun>=8 2:00 0:30 S +Rule NZ 1929 1933 - Mar Sun>=15 2:00 0 M +Rule NZ 1934 1940 - Apr lastSun 2:00 0 M +Rule NZ 1934 1940 - Sep lastSun 2:00 0:30 S +Rule NZ 1946 only - Jan 1 0:00 0 S +# Since 1957 Chatham has been 45 minutes ahead of NZ, but there's no +# convenient notation for this so we must duplicate the Rule lines. +Rule NZ 1974 only - Nov Sun>=1 2:00s 1:00 D +Rule Chatham 1974 only - Nov Sun>=1 2:45s 1:00 D +Rule NZ 1975 only - Feb lastSun 2:00s 0 S +Rule Chatham 1975 only - Feb lastSun 2:45s 0 S +Rule NZ 1975 1988 - Oct lastSun 2:00s 1:00 D +Rule Chatham 1975 1988 - Oct lastSun 2:45s 1:00 D +Rule NZ 1976 1989 - Mar Sun>=1 2:00s 0 S +Rule Chatham 1976 1989 - Mar Sun>=1 2:45s 0 S +Rule NZ 1989 only - Oct Sun>=8 2:00s 1:00 D +Rule Chatham 1989 only - Oct Sun>=8 2:45s 1:00 D +Rule NZ 1990 max - Oct Sun>=1 2:00s 1:00 D +Rule Chatham 1990 max - Oct Sun>=1 2:45s 1:00 D +Rule NZ 1990 max - Mar Sun>=15 2:00s 0 S +Rule Chatham 1990 max - Mar Sun>=15 2:45s 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Auckland 11:39:04 - LMT 1868 Nov 2 + 11:30 NZ NZ%sT 1946 Jan 1 + 12:00 NZ NZ%sT +Zone Pacific/Chatham 12:13:48 - LMT 1957 Jan 1 + 12:45 Chatham CHA%sT + + +# Auckland Is +# uninhabited; Maori and Moriori, colonial settlers, pastoralists, sealers, +# and scientific personnel have wintered + +# Campbell I +# minor whaling stations operated 1909/1914 +# scientific station operated 1941/1995; +# previously whalers, sealers, pastoralists, and scientific personnel wintered +# was probably like Pacific/Auckland + +############################################################################### + + +# Niue +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Niue -11:19:40 - LMT 1901 # Alofi + -11:20 - NUT 1951 # Niue Time + -11:30 - NUT 1978 Oct 1 + -11:00 - NUT + +# Norfolk +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Norfolk 11:11:52 - LMT 1901 # Kingston + 11:12 - NMT 1951 # Norfolk Mean Time + 11:30 - NFT # Norfolk Time + +# Palau (Belau) +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Palau 8:57:56 - LMT 1901 # Koror + 9:00 - PWT # Palau Time + +# Papua New Guinea +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Port_Moresby 9:48:40 - LMT 1880 + 9:48:32 - PMMT 1895 # Port Moresby Mean Time + 10:00 - PGT # Papua New Guinea Time + +# Pitcairn +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Pitcairn -8:40:20 - LMT 1901 # Adamstown + -8:30 - PNT 1998 Apr 27 00:00 + -8:00 - PST # Pitcairn Standard Time + +# American Samoa +Zone Pacific/Pago_Pago 12:37:12 - LMT 1879 Jul 5 + -11:22:48 - LMT 1911 + -11:30 - SAMT 1950 # Samoa Time + -11:00 - NST 1967 Apr # N=Nome + -11:00 - BST 1983 Nov 30 # B=Bering + -11:00 - SST # S=Samoa + +# W Samoa +Zone Pacific/Apia 12:33:04 - LMT 1879 Jul 5 + -11:26:56 - LMT 1911 + -11:30 - SAMT 1950 # Samoa Time + -11:00 - WST # W Samoa Time + +# Solomon Is +# excludes Bougainville, for which see Papua New Guinea +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Guadalcanal 10:39:48 - LMT 1912 Oct # Honiara + 11:00 - SBT # Solomon Is Time + +# Tokelau Is +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Fakaofo -11:24:56 - LMT 1901 + -10:00 - TKT # Tokelau Time + +# Tonga +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Tonga 1999 only - Oct 7 2:00s 1:00 S +Rule Tonga 2000 only - Mar 19 2:00s 0 - +Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 S +Rule Tonga 2001 2002 - Jan lastSun 2:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Tongatapu 12:19:20 - LMT 1901 + 12:20 - TOT 1941 # Tonga Time + 13:00 - TOT 1999 + 13:00 Tonga TO%sT + +# Tuvalu +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Funafuti 11:56:52 - LMT 1901 + 12:00 - TVT # Tuvalu Time + + +# US minor outlying islands + +# Howland, Baker +# uninhabited since World War II +# no information; was probably like Pacific/Pago_Pago + +# Jarvis +# uninhabited since 1958 +# no information; was probably like Pacific/Kiritimati + +# Johnston +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Johnston -10:00 - HST + +# Kingman +# uninhabited + +# Midway +Zone Pacific/Midway -11:49:28 - LMT 1901 + -11:00 - NST 1956 Jun 3 + -11:00 1:00 NDT 1956 Sep 2 + -11:00 - NST 1967 Apr # N=Nome + -11:00 - BST 1983 Nov 30 # B=Bering + -11:00 - SST # S=Samoa + +# Palmyra +# uninhabited since World War II; was probably like Pacific/Kiritimati + +# Wake +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Wake 11:06:28 - LMT 1901 + 12:00 - WAKT # Wake Time + + +# Vanuatu +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Vanuatu 1983 only - Sep 25 0:00 1:00 S +Rule Vanuatu 1984 1991 - Mar Sun>=23 0:00 0 - +Rule Vanuatu 1984 only - Oct 23 0:00 1:00 S +Rule Vanuatu 1985 1991 - Sep Sun>=23 0:00 1:00 S +Rule Vanuatu 1992 1993 - Jan Sun>=23 0:00 0 - +Rule Vanuatu 1992 only - Oct Sun>=23 0:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Efate 11:13:16 - LMT 1912 Jan 13 # Vila + 11:00 Vanuatu VU%sT # Vanuatu Time + +# Wallis and Futuna +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Pacific/Wallis 12:15:20 - LMT 1901 + 12:00 - WFT # Wallis & Futuna Time + +############################################################################### + +# NOTES + +# This data is by no means authoritative; if you think you know better, +# go ahead and edit the file (and please send any changes to +# tz@elsie.nci.nih.gov for general use in the future). + +# From Paul Eggert (1999-10-29): +# A good source for time zone historical data outside the U.S. is +# Thomas G. Shanks, The International Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1999). +# +# Gwillim Law writes that a good source +# for recent time zone data is the International Air Transport +# Association's Standard Schedules Information Manual (IATA SSIM), +# published semiannually. Law sent in several helpful summaries +# of the IATA's data after 1990. +# +# Except where otherwise noted, Shanks is the source for entries through 1990, +# and IATA SSIM is the source for entries after 1990. +# +# Another source occasionally used is Edward W. Whitman, World Time Differences, +# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which +# I found in the UCLA library. +# +# A reliable and entertaining source about time zones is +# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997). +# +# I invented the abbreviations marked `*' in the following table; +# the rest are from earlier versions of this file, or from other sources. +# Corrections are welcome! +# std dst +# LMT Local Mean Time +# 8:00 WST WST Western Australia +# 9:00 JST Japan +# 9:30 CST CST Central Australia +# 10:00 EST EST Eastern Australia +# 10:00 ChST Chamorro +# 10:30 LHST LHST Lord Howe* +# 11:30 NZMT NZST New Zealand through 1945 +# 12:00 NZST NZDT New Zealand 1946-present +# 12:45 CHAST CHADT Chatham* +# -11:00 SST Samoa +# -10:00 HST Hawaii +# - 8:00 PST Pitcairn* +# +# See the `northamerica' file for Hawaii. +# See the `southamerica' file for Easter I and the Galapagos Is. + +############################################################################### + +# Australia + +# +# Australia's Daylight Saving Times +# , by Margaret Turner, summarizes daylight saving issues in Australia. + +# From John Mackin (1991-03-06): +# We in Australia have _never_ referred to DST as `daylight' time. +# It is called `summer' time. Now by a happy coincidence, `summer' +# and `standard' happen to start with the same letter; hence, the +# abbreviation does _not_ change... +# The legislation does not actually define abbreviations, at least +# in this State, but the abbreviation is just commonly taken to be the +# initials of the phrase, and the legislation here uniformly uses +# the phrase `summer time' and does not use the phrase `daylight +# time'. +# Announcers on the Commonwealth radio network, the ABC (for Australian +# Broadcasting Commission), use the phrases `Eastern Standard Time' +# or `Eastern Summer Time'. (Note, though, that as I say in the +# current australasia file, there is really no such thing.) Announcers +# on its overseas service, Radio Australia, use the same phrases +# prefixed by the word `Australian' when referring to local times; +# time announcements on that service, naturally enough, are made in UTC. + +# From Arthur David Olson (1992-03-08): +# Given the above, what's chosen for year-round use is: +# CST for any place operating at a GMTOFF of 9:30 +# WST for any place operating at a GMTOFF of 8:00 +# EST for any place operating at a GMTOFF of 10:00 + +# From Paul Eggert (2001-04-05), summarizing a long discussion about "EST" +# versus "AEST" etc.: +# +# I see the following points of dispute: +# +# * How important are unique time zone abbreviations? +# +# Here I tend to agree with the point (most recently made by Chris +# Newman) that unique abbreviations should not be essential for proper +# operation of software. We have other instances of ambiguity +# (e.g. "IST" denoting both "Israel Standard Time" and "Indian +# Standard Time"), and they are not likely to go away any time soon. +# In the old days, some software mistakenly relied on unique +# abbreviations, but this is becoming less true with time, and I don't +# think it's that important to cater to such software these days. +# +# On the other hand, there is another motivation for unambiguous +# abbreviations: it cuts down on human confusion. This is +# particularly true for Australia, where "EST" can mean one thing for +# time T and a different thing for time T plus 1 second. +# +# * Does the relevant legislation indicate which abbreviations should be used? +# +# Here I tend to think that things are a mess, just as they are in +# many other countries. We Americans are currently disagreeing about +# which abbreviation to use for the newly legislated Chamorro Standard +# Time, for example. +# +# Personally, I would prefer to use common practice; I would like to +# refer to legislation only for examples of common practice, or as a +# tiebreaker. +# +# * Do Australians more often use "Eastern Daylight Time" or "Eastern +# Summer Time"? Do they typically prefix the time zone names with +# the word "Australian"? +# +# My own impression is that both "Daylight Time" and "Summer Time" are +# common and are widely understood, but that "Summer Time" is more +# popular; and that the leading "A" is also common but is omitted more +# often than not. I just used AltaVista advanced search and got the +# following count of page hits: +# +# 1,103 "Eastern Summer Time" AND domain:au +# 971 "Australian Eastern Summer Time" AND domain:au +# 613 "Eastern Daylight Time" AND domain:au +# 127 "Australian Eastern Daylight Time" AND domain:au +# +# Here "Summer" seems quite a bit more popular than "Daylight", +# particularly when we know the time zone is Australian and not US, +# say. The "Australian" prefix seems to be popular for Eastern Summer +# Time, but unpopular for Eastern Daylight Time. +# +# For abbreviations, tools like AltaVista are less useful because of +# ambiguity. Many hits are not really time zones, unfortunately, and +# many hits denote US time zones and not Australian ones. But here +# are the hit counts anyway: +# +# 161,304 "EST" and domain:au +# 25,156 "EDT" and domain:au +# 18,263 "AEST" and domain:au +# 10,416 "AEDT" and domain:au +# +# 14,538 "CST" and domain:au +# 5,728 "CDT" and domain:au +# 176 "ACST" and domain:au +# 29 "ACDT" and domain:au +# +# 7,539 "WST" and domain:au +# 68 "AWST" and domain:au +# +# This data suggest that Australians tend to omit the "A" prefix in +# practice. The situation for "ST" versus "DT" is less clear, given +# the ambiguities involved. +# +# * How do Australians feel about the abbreviations in the tz database? +# +# If you just count Australians on this list, I count 2 in favor and 3 +# against. One of the "against" votes (David Keegel) counseled delay, +# saying that both AEST/AEDT and EST/EST are widely used and +# understood in Australia. + +# From Paul Eggert (1995-12-19): +# Shanks reports 2:00 for all autumn changes in Australia and New Zealand. +# Mark Prior writes that his newspaper +# reports that NSW's fall 1995 change will occur at 2:00, +# but Robert Elz says it's been 3:00 in Victoria since 1970 +# and perhaps the newspaper's `2:00' is referring to standard time. +# For now we'll continue to assume 2:00s for changes since 1960. + +# From Eric Ulevik (1998-01-05): +# +# Here are some URLs to Australian time legislation. These URLs are stable, +# and should probably be included in the data file. There are probably more +# relevant entries in this database. +# +# NSW (including LHI and Broken Hill): +# +# Standard Time Act 1987 (updated 1995-04-04) +# +# ACT +# +# Standard Time and Summer Time Act 1972 +# +# SA +# +# Standard Time Act, 1898 +# + +# Northern Territory + +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# # The NORTHERN TERRITORY.. [ Courtesy N.T. Dept of the Chief Minister ] +# # [ Nov 1990 ] +# # N.T. have never utilised any DST due to sub-tropical/tropical location. +# ... +# Zone Australia/North 9:30 - CST + +# From Bradley White (1991-03-04): +# A recent excerpt from an Australian newspaper... +# the Northern Territory do[es] not have daylight saving. + +# Western Australia + +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# # The state of WESTERN AUSTRALIA.. [ Courtesy W.A. dept Premier+Cabinet ] +# # [ Nov 1990 ] +# # W.A. suffers from a great deal of public and political opposition to +# # DST in principle. A bill is brought before parliament in most years, but +# # usually defeated either in the upper house, or in party caucus +# # before reaching parliament. +# ... +# Zone Australia/West 8:00 AW %sST +# ... +# Rule AW 1974 only - Oct lastSun 2:00 1:00 D +# Rule AW 1975 only - Mar Sun>=1 3:00 0 W +# Rule AW 1983 only - Oct lastSun 2:00 1:00 D +# Rule AW 1984 only - Mar Sun>=1 3:00 0 W + +# From Bradley White (1991-03-04): +# A recent excerpt from an Australian newspaper... +# Western Australia...do[es] not have daylight saving. + +# From John D. Newman via Bradley White (1991-11-02): +# Western Australia is still on "winter time". Some DH in Sydney +# rang me at home a few days ago at 6.00am. (He had just arrived at +# work at 9.00am.) +# W.A. is switching to Summer Time on Nov 17th just to confuse +# everybody again. + +# From Arthur David Olson (1992-03-08): +# The 1992 ending date used in the rules is a best guess; +# it matches what was used in the past. + +# +# The Australian Bureau of Meteorology FAQ +# (1999-09-27) writes that Giles Meteorological Station uses +# South Australian time even though it's located in Western Australia. + +# Queensland +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# # The state of QUEENSLAND.. [ Courtesy Qld. Dept Premier Econ&Trade Devel ] +# # [ Dec 1990 ] +# ... +# Zone Australia/Queensland 10:00 AQ %sST +# ... +# Rule AQ 1971 only - Oct lastSun 2:00 1:00 D +# Rule AQ 1972 only - Feb lastSun 3:00 0 E +# Rule AQ 1989 max - Oct lastSun 2:00 1:00 D +# Rule AQ 1990 max - Mar Sun>=1 3:00 0 E + +# From Bradley White (1989-12-24): +# "Australia/Queensland" now observes daylight time (i.e. from +# October 1989). + +# From Bradley White (1991-03-04): +# A recent excerpt from an Australian newspaper... +# ...Queensland...[has] agreed to end daylight saving +# at 3am tomorrow (March 3)... + +# From John Mackin (1991-03-06): +# I can certainly confirm for my part that Daylight Saving in NSW did in fact +# end on Sunday, 3 March. I don't know at what hour, though. (It surprised +# me.) + +# From Bradley White (1992-03-08): +# ...there was recently a referendum in Queensland which resulted +# in the experimental daylight saving system being abandoned. So, ... +# ... +# Rule QLD 1989 1991 - Oct lastSun 2:00 1:00 D +# Rule QLD 1990 1992 - Mar Sun>=1 3:00 0 S +# ... + +# From Arthur David Olson (1992-03-08): +# The chosen rules the union of the 1971/1972 change and the 1989-1992 changes. + +# From Rives McDow (2002-04-09): +# The most interesting region I have found consists of three towns on the +# southern coast of Australia, population 10 at last report, along with +# 50,000 sheep, about 100 kilometers long and 40 kilometers into the +# continent. The primary town is Madura, with the other towns being +# Mundrabilla and Eucla. According to the sheriff of Madura, the +# residents got tired of having to change the time so often, as they are +# located in a strip overlapping the border of South Australia and Western +# Australia. South Australia observes daylight saving time; Western +# Australia does not. The two states are one and a half hours apart. The +# residents decided to forget about this nonsense of changing the clock so +# much and set the local time 20 hours and 45 minutes from the +# international date line, or right in the middle of the time of South +# Australia and Western Australia. As it only affects about 10 people and +# tourists staying at the Madura Motel, it has never really made as big an +# impact as Broken Hill. However, as tourist visiting there or anyone +# calling the local sheriff will attest, they do keep time in this way. +# +# From Paul Eggert (2002-04-09): +# This is confirmed by the section entitled +# "What's the deal with time zones???" in +# , +# which says a few other things: +# +# * Border Village, SA also is 45 minutes ahead of Perth. +# * The locals call this time zone "central W.A. Time" (presumably "CWAT"). +# * The locals also call Western Australia time "Perth time". +# +# It's not clear from context whether everyone in Western Australia +# knows of this naming convention, or whether it's just the people in +# this subregion. + +# South Australia, Tasmania, Victoria + +# From Arthur David Olson (1992-03-08): +# The rules from version 7.1 follow. +# There are lots of differences between these rules and +# the Shepherd et al. rules. Since the Shepherd et al. rules +# and Bradley White's newspaper article are in agreement on +# current DST ending dates, no worries. +# +# Rule Oz 1971 1985 - Oct lastSun 2:00 1:00 - +# Rule Oz 1986 max - Oct Sun<=24 2:00 1:00 - +# Rule Oz 1972 only - Feb 27 3:00 0 - +# Rule Oz 1973 1986 - Mar Sun>=1 3:00 0 - +# Rule Oz 1987 max - Mar Sun<=21 3:00 0 - +# Zone Australia/Tasmania 10:00 Oz EST +# Zone Australia/South 9:30 Oz CST +# Zone Australia/Victoria 10:00 Oz EST 1985 Oct lastSun 2:00 +# 10:00 1:00 EST 1986 Mar Sun<=21 3:00 +# 10:00 Oz EST + +# From Robert Elz (1991-03-06): +# I believe that the current start date for DST is "lastSun" in Oct... +# that changed Oct 89. That is, we're back to the +# original rule, and that rule currently applies in all the states +# that have dst, incl Qld. (Certainly it was true in Vic). +# The file I'm including says that happened in 1988, I think +# that's incorrect, but I'm not 100% certain. + +# South Australia + +# From Bradley White (1991-03-04): +# A recent excerpt from an Australian newspaper... +# ...South Australia...[has] agreed to end daylight saving +# at 3am tomorrow (March 3)... + +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# # The state of SOUTH AUSTRALIA....[ Courtesy of S.A. Dept of Labour ] +# # [ Nov 1990 ] +# ... +# Zone Australia/South 9:30 AS %sST +# ... +# Rule AS 1971 max - Oct lastSun 2:00 1:00 D +# Rule AS 1972 1985 - Mar Sun>=1 3:00 0 C +# Rule AS 1986 1990 - Mar Sun<=21 3:00 0 C +# Rule AS 1991 max - Mar Sun>=1 3:00 0 C + +# From Bradley White (1992-03-11): +# Recent correspondence with a friend in Adelaide +# contained the following exchange: "Due to the Adelaide Festival, +# South Australia delays setting back our clocks for a few weeks." + +# From Robert Elz (1992-03-13): +# I heard that apparently (or at least, it appears that) +# South Aus will have an extra 3 weeks daylight saving every even +# numbered year (from 1990). That's when the Adelaide Festival +# is on... + +# From Robert Elz (1992-03-16, 00:57:07 +1000): +# DST didn't end in Adelaide today (yesterday).... +# But whether it's "4th Sunday" or "2nd last Sunday" I have no idea whatever... +# (it's just as likely to be "the Sunday we pick for this year"...). + +# From Bradley White (1994-04-11): +# If Sun, 15 March, 1992 was at +1030 as kre asserts, but yet Sun, 20 March, +# 1994 was at +0930 as John Connolly's customer seems to assert, then I can +# only conclude that the actual rule is more complicated.... + +# From John Warburton (1994-10-07): +# The new Daylight Savings dates for South Australia ... +# was gazetted in the Government Hansard on Sep 26 1994.... +# start on last Sunday in October and end in last sunday in March. + +# Tasmania + +# The rules for 1967 through 1991 were reported by George Shepherd +# via Simon Woodhead via Robert Elz (1991-03-06): +# # The state of TASMANIA.. [Courtesy Tasmanian Dept of Premier + Cabinet ] +# # [ Nov 1990 ] + +# From Bill Hart via Guy Harris (1991-10-10): +# Oh yes, the new daylight savings rules are uniquely tasmanian, we have +# 6 weeks a year now when we are out of sync with the rest of Australia +# (but nothing new about that). + +# From Alex Livingston (1999-10-04): +# I heard on the ABC (Australian Broadcasting Corporation) radio news on the +# (long) weekend that Tasmania, which usually goes its own way in this regard, +# has decided to join with most of NSW, the ACT, and most of Victoria +# (Australia) and start daylight saving on the last Sunday in August in 2000 +# instead of the first Sunday in October. + +# Sim Alam (2000-07-03) reported a legal citation for the 2000/2001 rules: +# http://www.thelaw.tas.gov.au/fragview/42++1968+GS3A@EN+2000070300 + +# Victoria + +# The rules for 1971 through 1991 were reported by George Shepherd +# via Simon Woodhead via Robert Elz (1991-03-06): +# # The state of VICTORIA.. [ Courtesy of Vic. Dept of Premier + Cabinet ] +# # [ Nov 1990 ] + +# From Scott Harrington (2001-08-29): +# On KQED's "City Arts and Lectures" program last night I heard an +# interesting story about daylight savings time. Dr. John Heilbron was +# discussing his book "The Sun in the Church: Cathedrals as Solar +# Observatories"[1], and in particular the Shrine of Remembrance[2] located +# in Melbourne, Australia. +# +# Apparently the shrine's main purpose is a beam of sunlight which +# illuminates a special spot on the floor at the 11th hour of the 11th day +# of the 11th month (Remembrance Day) every year in memory of Australia's +# fallen WWI soldiers. And if you go there on Nov. 11, at 11am local time, +# you will indeed see the sunbeam illuminate the special spot at the +# expected time. +# +# However, that is only because of some special mirror contraption that had +# to be employed, since due to daylight savings time, the true solar time of +# the remembrance moment occurs one hour later (or earlier?). Perhaps +# someone with more information on this jury-rig can tell us more. +# +# [1] http://www.hup.harvard.edu/catalog/HEISUN.html +# [2] http://www.shrine.org.au + +# New South Wales + +# From Arthur David Olson: +# New South Wales and subjurisdictions have their own ideas of a fun time. +# Based on law library research by John Mackin (john@basser.cs.su.oz), +# who notes: +# In Australia, time is not legislated federally, but rather by the +# individual states. Thus, while such terms as ``Eastern Standard Time'' +# [I mean, of course, Australian EST, not any other kind] are in common +# use, _they have NO REAL MEANING_, as they are not defined in the +# legislation. This is very important to understand. +# I have researched New South Wales time only... + +# From Paul Eggert (1999-09-27): +# The Information Service of the Australian National Standards Commission +# +# Daylight Saving +# page (1995-04) has an excellent overall history of Australian DST. +# The Community Relations Division of the NSW Attorney General's Department +# publishes a history of daylight saving in NSW. See: +# +# Lawlink NSW: Daylight Saving in New South Wales +# + +# From Eric Ulevik (1999-05-26): +# DST will start in NSW on the last Sunday of August, rather than the usual +# October in 2000. [See: Matthew Moore, +# +# Two months more daylight saving +# +# Sydney Morning Herald (1999-05-26).] + +# From Paul Eggert (1999-09-27): +# See the following official NSW source: +# +# Daylight Saving in New South Wales. +# +# +# Narrabri Shire (NSW) council has announced it will ignore the extension of +# daylight saving next year. See: +# +# Narrabri Council to ignore daylight saving +# (1999-07-22). For now, we'll wait to see if this really happens. +# +# Victoria will following NSW. See: +# +# Vic to extend daylight saving +# (1999-07-28). +# +# However, South Australia rejected the DST request. See: +# +# South Australia rejects Olympics daylight savings request +# (1999-07-19). +# +# Queensland also will not observe DST for the Olympics. See: +# +# Qld says no to daylight savings for Olympics +# (1999-06-01), which quotes Queensland Premier Peter Beattie as saying +# ``Look you've got to remember in my family when this came up last time +# I voted for it, my wife voted against it and she said to me it's all very +# well for you, you don't have to worry about getting the children out of +# bed, getting them to school, getting them to sleep at night. +# I've been through all this argument domestically...my wife rules.'' +# +# Broken Hill will stick with South Australian time in 2000. See: +# +# Broken Hill to be behind the times +# (1999-07-21). + +# IATA SSIM (1998-09) says that the spring 2000 change for Australian +# Capital Territory, New South Wales except Lord Howe Island and Broken +# Hill, and Victoria will be August 27, presumably due to the Sydney Olympics. + +# From Eric Ulevik, referring to Sydney's Sun Herald (2000-08-13), page 29: +# The Queensland Premier Peter Beattie is encouraging northern NSW +# towns to use Queensland time. + +# Yancowinna + +# From John Mackin (1989-01-04): +# `Broken Hill' means the County of Yancowinna. + +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# # YANCOWINNA.. [ Confirmation courtesy of Broken Hill Postmaster ] +# # [ Dec 1990 ] +# ... +# # Yancowinna uses Central Standard Time, despite [its] location on the +# # New South Wales side of the S.A. border. Most business and social dealings +# # are with CST zones, therefore CST is legislated by local government +# # although the switch to Summer Time occurs in line with N.S.W. There have +# # been years when this did not apply, but the historical data is not +# # presently available. +# Zone Australia/Yancowinna 9:30 AY %sST +# ... +# Rule AY 1971 1985 - Oct lastSun 2:00 1:00 D +# Rule AY 1972 only - Feb lastSun 3:00 0 C +# [followed by other Rules] + +# Lord Howe Island + +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# LHI... [ Courtesy of Pauline Van Winsen.. pauline@Aus ] +# [ Dec 1990 ] +# Lord Howe Island is located off the New South Wales coast, and is half an +# hour ahead of NSW time. + +# From James Lonergan, Secretary, Lord Howe Island Board (2000-01-27): +# Lord Howe Island summer time in 2000/2001 will commence on the same +# date as the rest of NSW (i.e. 2000-08-27). For your information the +# Lord Howe Island Board (controlling authority for the Island) is +# seeking the community's views on various options for summer time +# arrangements on the Island, e.g. advance clocks by 1 full hour +# instead of only 30 minutes. Dependant on the wishes of residents +# the Board may approach the NSW government to change the existing +# arrangements. The starting date for summer time on the Island will +# however always coincide with the rest of NSW. + +# From James Lonergan, Secretary, Lord Howe Island Board (2000-10-25): +# Lord Howe Island advances clocks by 30 minutes during DST in NSW and retards +# clocks by 30 minutes when DST finishes. Since DST was most recently +# introduced in NSW, the "changeover" time on the Island has been 02:00 as +# shown on clocks on LHI. I guess this means that for 30 minutes at the start +# of DST, LHI is actually 1 hour ahead of the rest of NSW. + +# From Paul Eggert (2001-02-09): +# For Lord Howe dates we use Shanks through 1989, and Lonergan thereafter. +# For times we use Lonergan. + +############################################################################### + +# New Zealand + +# From Mark Davies (1990-10-03): +# the 1989/90 year was a trial of an extended "daylight saving" period. +# This trial was deemed successful and the extended period adopted for +# subsequent years (with the addition of a further week at the start). +# source -- phone call to Ministry of Internal Affairs Head Office. + +# From George Shepherd via Simon Woodhead via Robert Elz (1991-03-06): +# # The Country of New Zealand (Australia's east island -) Gee they hate that! +# # or is Australia the west island of N.Z. +# # [ courtesy of Geoff Tribble.. Geofft@Aus.. Auckland N.Z. ] +# # [ Nov 1990 ] +# ... +# Rule NZ 1974 1988 - Oct lastSun 2:00 1:00 D +# Rule NZ 1989 max - Oct Sun>=1 2:00 1:00 D +# Rule NZ 1975 1989 - Mar Sun>=1 3:00 0 S +# Rule NZ 1990 max - Mar lastSun 3:00 0 S +# ... +# Zone NZ 12:00 NZ NZ%sT # New Zealand +# Zone NZ-CHAT 12:45 - NZ-CHAT # Chatham Island + +# From Arthur David Olson (1992-03-08): +# The chosen rules use the Davies October 8 values for the start of DST in 1989 +# rather than the October 1 value. + +# From Paul Eggert (1995-12-19); +# Shanks reports 2:00 for all autumn changes in Australia and New Zealand. +# Robert Uzgalis writes that the New Zealand Daylight +# Savings Time Order in Council dated 1990-06-18 specifies 2:00 standard +# time on both the first Sunday in October and the third Sunday in March. +# As with Australia, we'll assume the tradition is 2:00s, not 2:00. +# +# From Paul Eggert (2003-05-26): +# The Department of Internal Affairs (DIA) maintains a brief history, +# as does Carol Squires; see tz-link.htm for the full references. +# Use these sources in preference to Shanks. +# +# For Chatham, IATA SSIM (1991/1999) gives the NZ rules but with +# transitions at 2:45 local standard time; this confirms that Chatham +# is always exactly 45 minutes ahead of Auckland. + +############################################################################### + + +# Fiji + +# Howse writes (p 153) that in 1879 the British governor of Fiji +# enacted an ordinance standardizing the islands on Antipodean Time +# instead of the American system (which was one day behind). + +# From Rives McDow (1998-10-08): +# Fiji will introduce DST effective 0200 local time, 1998-11-01 +# until 0300 local time 1999-02-28. Each year the DST period will +# be from the first Sunday in November until the last Sunday in February. + +# From Paul Eggert (2000-01-08): +# IATA SSIM (1999-09) says DST ends 0100 local time. Go with McDow. + +# From the BBC World Service (1998-10-31 11:32 UTC): +# The Fijiian government says the main reasons for the time change is to +# improve productivity and reduce road accidents. But correspondents say it +# also hopes the move will boost Fiji's ability to compete with other pacific +# islands in the effort to attract tourists to witness the dawning of the new +# millenium. + +# http://www.fiji.gov.fj/press/2000_09/2000_09_13-05.shtml (2000-09-13) +# reports that Fiji has discontinued DST. + +# Johnston + +# Johnston data is from usno1995. + + +# Kiribati + +# From Paul Eggert (1996-01-22): +# Today's _Wall Street Journal_ (page 1) reports that Kiribati +# ``declared it the same day throught the country as of Jan. 1, 1995'' +# as part of the competition to be first into the 21st century. + + +# Kwajalein + +# In comp.risks 14.87 (26 August 1993), Peter Neumann writes: +# I wonder what happened in Kwajalein, where there was NO Friday, +# 1993-08-20. Thursday night at midnight Kwajalein switched sides with +# respect to the International Date Line, to rejoin its fellow islands, +# going from 11:59 p.m. Thursday to 12:00 m. Saturday in a blink. + + +# N Mariana Is, Guam + +# Howse writes (p 153) ``The Spaniards, on the other hand, reached the +# Philippines and the Ladrones from America,'' and implies that the Ladrones +# (now called the Marianas) kept American date for quite some time. +# For now, we assume the Ladrones switched at the same time as the Philippines; +# see Asia/Manila. + +# US Public Law 106-564 (2000-12-23) made UTC+10 the official standard time, +# under the name "Chamorro Standard Time". There is no official abbreviation, +# but Congressman Robert A. Underwood, author of the bill that became law, +# wrote in a press release (2000-12-27) that he will seek the use of "ChST". + + +# Micronesia + +# Alan Eugene Davis writes (1996-03-16), +# ``I am certain, having lived there for the past decade, that "Truk" +# (now properly known as Chuuk) ... is in the time zone GMT+10.'' +# +# Shanks writes that Truk switched from UTC+10 to UTC+11 on 1978-10-01; +# ignore this for now. + +# From Paul Eggert (1999-10-29): +# The Federated States of Micronesia Visitors Board writes in +# +# The Federated States of Micronesia - Visitor Information +# (1999-01-26) +# that Truk and Yap are UTC+10, and Ponape and Kosrae are UTC+11. +# We don't know when Kosrae switched from UTC+12; assume January 1 for now. + + +# Midway + +# From Charles T O'Connor, KMTH DJ (1956), +# quoted in the KTMH section of the Radio Heritage Collection +# (2002-12-31): +# For the past two months we've been on what is known as Daylight +# Saving Time. This time has put us on air at 5am in the morning, +# your time down there in New Zealand. Starting September 2, 1956 +# we'll again go back to Standard Time. This'll mean that we'll go to +# air at 6am your time. +# +# From Paul Eggert (2003-03-23): +# We don't know the date of that quote, but we'll guess they +# started DST on June 3. Possibly DST was observed other years +# in Midway, but we have no record of it. + + +# Pitcairn + +# From Rives McDow (1999-11-08): +# A Proclamation was signed by the Governor of Pitcairn on the 27th March 1998 +# with regard to Pitcairn Standard Time. The Proclamation is as follows. +# +# The local time for general purposes in the Islands shall be +# Co-ordinated Universal time minus 8 hours and shall be known +# as Pitcairn Standard Time. +# +# ... I have also seen Pitcairn listed as UTC minus 9 hours in several +# references, and can only assume that this was an error in interpretation +# somehow in light of this proclamation. + +# From Rives McDow (1999-11-09): +# The Proclamation regarding Pitcairn time came into effect on 27 April 1998 +# ... at midnight. + +# From Howie Phelps (1999-11-10), who talked to a Pitcairner via shortwave: +# Betty Christian told me yesterday that their local time is the same as +# Pacific Standard Time. They used to be 1/2 hour different from us here in +# Sacramento but it was changed a couple of years ago. + + +# Samoa + +# Howse writes (p 153, citing p 10 of the 1883-11-18 New York Herald) +# that in 1879 the King of Samoa decided to change +# ``the date in his kingdom from the Antipodean to the American system, +# ordaining -- by a masterpiece of diplomatic flattery -- that +# the Fourth of July should be celebrated twice in that year.'' + + +# Tonga + +# From Paul Eggert (1996-01-22): +# Today's _Wall Street Journal_ (p 1) reports that ``Tonga has been plotting +# to sneak ahead of [New Zealanders] by introducing daylight-saving time.'' +# Since Kiribati has moved the Date Line it's not clear what Tonga will do. + +# Don Mundell writes in the 1997-02-20 Tonga Chronicle +# +# How Tonga became `The Land where Time Begins' +# : + +# Until 1941 Tonga maintained a standard time 50 minutes ahead of NZST +# 12 hours and 20 minutes ahead of GMT. When New Zealand adjusted its +# standard time in 1940s, Tonga had the choice of subtracting from its +# local time to come on the same standard time as New Zealand or of +# advancing its time to maintain the differential of 13 degrees +# (approximately 50 minutes ahead of New Zealand time). +# +# Because His Majesty King Taufa'ahau Tupou IV, then Crown Prince +# Tungi, preferred to ensure Tonga's title as the land where time +# begins, the Legislative Assembly approved the latter change. +# +# But some of the older, more conservative members from the outer +# islands objected. "If at midnight on Dec. 31, we move ahead 40 +# minutes, as your Royal Highness wishes, what becomes of the 40 +# minutes we have lost?" +# +# The Crown Prince, presented an unanswerable argument: "Remember that +# on the World Day of Prayer, you would be the first people on Earth +# to say your prayers in the morning." + +# From Paul Eggert (1999-08-12): +# Shanks says the transition was on 1968-10-01; go with Mundell. + +# From Eric Ulevik (1999-05-03): +# Tonga's director of tourism, who is also secretary of the National Millenium +# Committee, has a plan to get Tonga back in front. +# He has proposed a one-off move to tropical daylight saving for Tonga from +# October to March, which has won approval in principle from the Tongan +# Government. + +# From Steffen Thorsen [straen@thorsen.priv.no] (1999-09-09): +# * Tonga will introduce DST in November +# +# I was given this link by John Letts : +# +# http://news.bbc.co.uk/hi/english/world/asia-pacific/newsid_424000/424764.stm +# +# +# I have not been able to find exact dates for the transition in November +# yet. By reading this article it seems like Fiji will be 14 hours ahead +# of UTC as well, but as far as I know Fiji will only be 13 hours ahead +# (12 + 1 hour DST). + +# From Arthur David Olson [arthur_david_olson@nih.gov] (1999-09-20): +# According to (1999-10-29): +# A good source for time zone historical data outside the U.S. is +# Thomas G. Shanks, The International Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1999). +# +# Gwillim Law writes that a good source +# for recent time zone data is the International Air Transport +# Association's Standard Schedules Information Manual (IATA SSIM), +# published semiannually. Law sent in several helpful summaries +# of the IATA's data after 1990. +# +# Except where otherwise noted, Shanks is the source for entries through 1991, +# and IATA SSIM is the source for entries afterwards. +# +# Other sources occasionally used include: +# +# Edward W. Whitman, World Time Differences, +# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), +# which I found in the UCLA library. +# +# +# William Willett, The Waste of Daylight, 19th edition +# (1914-03) +# +# Brazil's Departamento Servico da Hora (DSH), +# +# History of Summer Time +# (1998-09-21, in Portuguese) + +# +# I invented the abbreviations marked `*' in the following table; +# the rest are from earlier versions of this file, or from other sources. +# Corrections are welcome! +# std dst 2dst +# LMT Local Mean Time +# -4:00 AST ADT Atlantic +# -3:00 WGT WGST Western Greenland* +# -1:00 EGT EGST Eastern Greenland* +# 0:00 GMT BST BDST Greenwich, British Summer +# 0:00 GMT IST Greenwich, Irish Summer +# 0:00 WET WEST WEMT Western Europe +# 0:19:32.13 AMT NST Amsterdam, Netherlands Summer (1835-1937)* +# 0:20 NET NEST Netherlands (1937-1940)* +# 1:00 CET CEST CEMT Central Europe +# 1:00:14 SET Swedish (1879-1899)* +# 2:00 EET EEST Eastern Europe +# 3:00 MSK MSD Moscow +# +# A reliable and entertaining source about time zones, especially in Britain, +# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997). + +# From Peter Ilieve (1994-12-04), +# The original six [EU members]: Belgium, France, (West) Germany, Italy, +# Luxembourg, the Netherlands. +# Plus, from 1 Jan 73: Denmark, Ireland, United Kingdom. +# Plus, from 1 Jan 81: Greece. +# Plus, from 1 Jan 86: Spain, Portugal. +# Plus, from 1 Jan 95: Austria, Finland, Sweden. (Norway negotiated terms for +# entry but in a referendum on 28 Nov 94 the people voted No by 52.2% to 47.8% +# on a turnout of 88.6%. This was almost the same result as Norway's previous +# referendum in 1972, they are the only country to have said No twice. +# Referendums in the other three countries voted Yes.) +# ... +# Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT. +# I don't think they know yet what they will do from 1996 onwards. +# ... +# There shouldn't be any [current members who are not using EU rules]. +# A Directive has the force of law, member states are obliged to enact +# national law to implement it. The only contentious issue was the +# different end date for the UK and Ireland, and this was always allowed +# in the Directive. + + +############################################################################### + +# Britain (United Kingdom) and Ireland (Eire) + +# From Peter Ilieve (1994-07-06): +# +# On 17 Jan 1994 the Independent, a UK quality newspaper, had a piece about +# historical vistas along the Thames in west London. There was a photo +# and a sketch map showing some of the sightlines involved. One paragraph +# of the text said: +# +# `An old stone obelisk marking a forgotten terrestrial meridian stands +# beside the river at Kew. In the 18th century, before time and longitude +# was standardised by the Royal Observatory in Greenwich, scholars observed +# this stone and the movement of stars from Kew Observatory nearby. They +# made their calculations and set the time for the Horse Guards and Parliament, +# but now the stone is obscured by scrubwood and can only be seen by walking +# along the towpath within a few yards of it.' +# +# I have a one inch to one mile map of London and my estimate of the stone's +# position is 51 deg. 28' 30" N, 0 deg. 18' 45" W. The longitude should +# be within about +-2". The Ordnance Survey grid reference is TQ172761. +# +# [This yields GMTOFF = -0:01:15 for London LMT in the 18th century.] + +# From Paul Eggert (1993-11-18): +# +# Howse writes that Britain was the first country to use standard time. +# The railways cared most about the inconsistencies of local mean time, +# and it was they who forced a uniform time on the country. +# The original idea was credited to Dr. William Hyde Wollaston (1766-1828) +# and was popularized by Abraham Follett Osler (1808-1903). +# The first railway to adopt London time was the Great Western Railway +# in November 1840; other railways followed suit, and by 1847 most +# (though not all) railways used London time. On 1847-09-22 the +# Railway Clearing House, an industry standards body, recommended that GMT be +# adopted at all stations as soon as the General Post Office permitted it. +# The transition occurred on 12-01 for the L&NW, the Caledonian, +# and presumably other railways; the January 1848 Bradshaw's lists many +# railways as using GMT. By 1855 the vast majority of public +# clocks in Britain were set to GMT (though some, like the great clock +# on Tom Tower at Christ Church, Oxford, were fitted with two minute hands, +# one for local time and one for GMT). The last major holdout was the legal +# system, which stubbornly stuck to local time for many years, leading +# to oddities like polls opening at 08:13 and closing at 16:13. +# The legal system finally switched to GMT when the Statutes (Definition +# of Time) Act took effect; it received the Royal Assent on 1880-08-02. +# +# In the tables below, we condense this complicated story into a single +# transition date for London, namely 1847-12-01. We don't know as much +# about Dublin, so we use 1880-08-02, the legal transition time. + +# From Paul Eggert (2003-09-27): +# Summer Time was first seriously proposed by William Willett (1857-1915), +# a London builder and member of the Royal Astronomical Society +# who circulated a pamphlet ``The Waste of Daylight'' (1907) +# that proposed advancing clocks 20 minutes on each of four Sundays in April, +# and retarding them by the same amount on four Sundays in September. +# A bill was drafted in 1909 and introduced in Parliament several times, +# but it met with ridicule and opposition, especially from farming interests. +# Later editions of the pamphlet proposed one-hour summer time, and +# it was eventually adopted as a wartime measure in 1916. +# See: Summer Time Arrives Early, The Times (2000-05-18). +# A monument to Willett was unveiled on 1927-05-21, in an open space in +# a 45-acre wood near Chislehurst, Kent that was purchased by popular +# subscription and open to the public. On the south face of the monolith, +# designed by G. W. Miller, is the the William Willett Memorial Sundial, +# which is permanently set to Summer Time. + +# From Winston Churchill (1934-04-28): +# It is one of the paradoxes of history that we should owe the boon of +# summer time, which gives every year to the people of this country +# between 160 and 170 hours more daylight leisure, to a war which +# plunged Europe into darkness for four years, and shook the +# foundations of civilization throughout the world. +# -- +# "A Silent Toast to William Willett", Pictorial Weekly +# + +# From Paul Eggert (1996-09-03): +# The OED Supplement says that the English originally said ``Daylight Saving'' +# when they were debating the adoption of DST in 1908; but by 1916 this +# term appears only in quotes taken from DST's opponents, whereas the +# proponents (who eventually won the argument) are quoted as using ``Summer''. + +# From Arthur David Olson (1989-01-19): +# +# A source at the British Information Office in New York avers that it's +# known as "British" Summer Time in all parts of the United Kingdom. + +# Date: 4 Jan 89 08:57:25 GMT (Wed) +# From: Jonathan Leffler +# [British Summer Time] is fixed annually by Act of Parliament. +# If you can predict what Parliament will do, you should be in +# politics making a fortune, not computing. + +# From Chris Carrier <72157.3334@CompuServe.COM> (1996-06-14): +# I remember reading in various wartime issues of the London Times the +# acronym BDST for British Double Summer Time. Look for the published +# time of sunrise and sunset in The Times, when BDST was in effect, and +# if you find a zone reference it will say, "All times B.D.S.T." + +# From Joseph S. Myers (1999-09-02): +# ... some military cables (WO 219/4100 - this is a copy from the +# main SHAEF archives held in the US National Archives, SHAEF/5252/8/516) +# agree that the usage is BDST (this appears in a message dated 17 Feb 1945). + +# From Joseph S. Myers (2000-10-03): +# On 18th April 1941, Sir Stephen Tallents of the BBC wrote to Sir +# Alexander Maxwell of the Home Office asking whether there was any +# official designation; the reply of the 21st was that there wasn't +# but he couldn't think of anything better than the "Double British +# Summer Time" that the BBC had been using informally. +# http://student.cusu.cam.ac.uk/~jsm28/british-time/bbc-19410418.png +# http://student.cusu.cam.ac.uk/~jsm28/british-time/ho-19410421.png + +# From Sir Alexander Maxwell in the above-mentioned letter (1941-04-21): +# [N]o official designation has as far as I know been adopted for the time +# which is to be introduced in May.... +# I cannot think of anything better than "Double British Summer Time" +# which could not be said to run counter to any official description. + +# From Paul Eggert (2000-10-02): +# Howse writes (p 157) `DBST' too, but `BDST' seems to have been common +# and follows the more usual convention of putting the location name first, +# so we use `BDST'. + +# Peter Ilieve (1998-04-19) described at length +# the history of summer time legislation in the United Kingdom. +# Since 1998 Joseph S. Myers has been updating +# and extending this list, which can be found in +# +# History of legal time in Britain +# + +# From Joseph S. Myers (1998-01-06): +# +# The legal time in the UK outside of summer time is definitely GMT, not UTC; +# see Lord Tanlaw's speech +# +# (Lords Hansard 11 June 1997 columns 964 to 976) +# . + +# From Paul Eggert (2001-07-18): +# +# For lack of other data, we'll follow Shanks for Eire in 1940-1948. +# +# Given Ilieve and Myers's data, the following claims by Shanks are incorrect: +# * Wales did not switch from GMT to daylight saving time until +# 1921 Apr 3, when they began to conform with the rest of Great Britain. +# Actually, Wales was identical after 1880. +# * Eire had two transitions on 1916 Oct 1. +# It actually just had one transition. +# * Northern Ireland used single daylight saving time throughout WW II. +# Actually, it conformed to Britain. +# * GB-Eire changed standard time to 1 hour ahead of GMT on 1968-02-18. +# Actually, that date saw the usual switch to summer time. +# Standard time was not changed until 1968-10-27 (the clocks didn't change). +# +# Here is another incorrect claim by Shanks: +# * Jersey, Guernsey, and the Isle of Man did not switch from GMT +# to daylight saving time until 1921 Apr 3, when they began to +# conform with Great Britain. +# S.R.&O. 1916, No. 382 and HO 45/10811/312364 (quoted above) say otherwise. +# +# The following claim by Shanks is possible though doubtful; +# we'll ignore it for now. +# * Dublin's 1971-10-31 switch was at 02:00, even though London's was 03:00. +# +# +# Whitman says Dublin Mean Time was -0:25:21, which is more precise than Shanks. +# Perhaps this was Dunsink Observatory Time, as Dunsink Observatory +# (8 km NW of Dublin's center) seemingly was to Dublin as Greenwich was +# to London. For example: +# +# "Timeball on the ballast office is down. Dunsink time." +# -- James Joyce, Ulysses + +# From Paul Eggert (1999-03-28): +# Clive Feather (, 1997-03-31) +# reports that Folkestone (Cheriton) Shuttle Terminal uses Concession Time +# (CT), equivalent to French civil time. +# Julian Hill (, 1998-09-30) reports that +# trains between Dollands Moor (the freight facility next door) +# and Frethun run in CT. +# My admittedly uninformed guess is that the terminal has two authorities, +# the French concession operators and the British civil authorities, +# and that the time depends on who you're talking to. +# If, say, the British police were called to the station for some reason, +# I would expect the official police report to use GMT/BST and not CET/CEST. +# This is a borderline case, but for now let's stick to GMT/BST. + +# From an anonymous contributor (1996-06-02): +# The law governing time in Ireland is under Statutory Instrument SI 395/94, +# which gives force to European Union 7th Council Directive # 94/21/EC. +# Under this directive, the Minister for Justice in Ireland makes appropriate +# regulations. I spoke this morning with the Secretary of the Department of +# Justice (tel +353 1 678 9711) who confirmed to me that the correct name is +# "Irish Summer Time", abbreviated to "IST". + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Summer Time Act, 1916 +Rule GB-Eire 1916 only - May 21 2:00s 1:00 BST +Rule GB-Eire 1916 only - Oct 1 2:00s 0 GMT +# S.R.&O. 1917, No. 358 +Rule GB-Eire 1917 only - Apr 8 2:00s 1:00 BST +Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT +# S.R.&O. 1918, No. 274 +Rule GB-Eire 1918 only - Mar 24 2:00s 1:00 BST +Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT +# S.R.&O. 1919, No. 297 +Rule GB-Eire 1919 only - Mar 30 2:00s 1:00 BST +Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT +# S.R.&O. 1920, No. 458 +Rule GB-Eire 1920 only - Mar 28 2:00s 1:00 BST +# S.R.&O. 1920, No. 1844 +Rule GB-Eire 1920 only - Oct 25 2:00s 0 GMT +# S.R.&O. 1921, No. 363 +Rule GB-Eire 1921 only - Apr 3 2:00s 1:00 BST +Rule GB-Eire 1921 only - Oct 3 2:00s 0 GMT +# S.R.&O. 1922, No. 264 +Rule GB-Eire 1922 only - Mar 26 2:00s 1:00 BST +Rule GB-Eire 1922 only - Oct 8 2:00s 0 GMT +# The Summer Time Act, 1922 +Rule GB-Eire 1923 only - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1923 1924 - Sep Sun>=16 2:00s 0 GMT +Rule GB-Eire 1924 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1925 1926 - Apr Sun>=16 2:00s 1:00 BST +# The Summer Time Act, 1925 +Rule GB-Eire 1925 1938 - Oct Sun>=2 2:00s 0 GMT +Rule GB-Eire 1927 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1928 1929 - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1930 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1931 1932 - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1933 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1934 only - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1935 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1936 1937 - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1938 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1939 only - Apr Sun>=16 2:00s 1:00 BST +# S.R.&O. 1939, No. 1379 +Rule GB-Eire 1939 only - Nov Sun>=16 2:00s 0 GMT +# S.R.&O. 1940, No. 172 and No. 1883 +Rule GB-Eire 1940 only - Feb Sun>=23 2:00s 1:00 BST +# S.R.&O. 1941, No. 476 +Rule GB-Eire 1941 only - May Sun>=2 1:00s 2:00 BDST +Rule GB-Eire 1941 1943 - Aug Sun>=9 1:00s 1:00 BST +# S.R.&O. 1942, No. 506 +Rule GB-Eire 1942 1944 - Apr Sun>=2 1:00s 2:00 BDST +# S.R.&O. 1944, No. 932 +Rule GB-Eire 1944 only - Sep Sun>=16 1:00s 1:00 BST +# S.R.&O. 1945, No. 312 +Rule GB-Eire 1945 only - Apr Mon>=2 1:00s 2:00 BDST +Rule GB-Eire 1945 only - Jul Sun>=9 1:00s 1:00 BST +# S.R.&O. 1945, No. 1208 +Rule GB-Eire 1945 1946 - Oct Sun>=2 2:00s 0 GMT +Rule GB-Eire 1946 only - Apr Sun>=9 2:00s 1:00 BST +# The Summer Time Act, 1947 +Rule GB-Eire 1947 only - Mar 16 2:00s 1:00 BST +Rule GB-Eire 1947 only - Apr 13 1:00s 2:00 BDST +Rule GB-Eire 1947 only - Aug 10 1:00s 1:00 BST +Rule GB-Eire 1947 only - Nov 2 2:00s 0 GMT +# Summer Time Order, 1948 (S.I. 1948/495) +Rule GB-Eire 1948 only - Mar 14 2:00s 1:00 BST +Rule GB-Eire 1948 only - Oct 31 2:00s 0 GMT +# Summer Time Order, 1949 (S.I. 1949/373) +Rule GB-Eire 1949 only - Apr 3 2:00s 1:00 BST +Rule GB-Eire 1949 only - Oct 30 2:00s 0 GMT +# Summer Time Order, 1950 (S.I. 1950/518) +# Summer Time Order, 1951 (S.I. 1951/430) +# Summer Time Order, 1952 (S.I. 1952/451) +Rule GB-Eire 1950 1952 - Apr Sun>=14 2:00s 1:00 BST +Rule GB-Eire 1950 1952 - Oct Sun>=21 2:00s 0 GMT +# revert to the rules of the Summer Time Act, 1925 +Rule GB-Eire 1953 only - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1953 1960 - Oct Sun>=2 2:00s 0 GMT +Rule GB-Eire 1954 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1955 1956 - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1957 only - Apr Sun>=9 2:00s 1:00 BST +Rule GB-Eire 1958 1959 - Apr Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1960 only - Apr Sun>=9 2:00s 1:00 BST +# Summer Time Order, 1961 (S.I. 1961/71) +# Summer Time (1962) Order, 1961 (S.I. 1961/2465) +# Summer Time Order, 1963 (S.I. 1963/81) +Rule GB-Eire 1961 1963 - Mar lastSun 2:00s 1:00 BST +Rule GB-Eire 1961 1968 - Oct Sun>=23 2:00s 0 GMT +# Summer Time (1964) Order, 1963 (S.I. 1963/2101) +# Summer Time Order, 1964 (S.I. 1964/1201) +# Summer Time Order, 1967 (S.I. 1967/1148) +Rule GB-Eire 1964 1967 - Mar Sun>=19 2:00s 1:00 BST +# Summer Time Order, 1968 (S.I. 1968/117) +Rule GB-Eire 1968 only - Feb 18 2:00s 1:00 BST +# The British Standard Time Act, 1968 +# (no summer time) +# The Summer Time Act, 1972 +Rule GB-Eire 1972 1980 - Mar Sun>=16 2:00s 1:00 BST +Rule GB-Eire 1972 1980 - Oct Sun>=23 2:00s 0 GMT +# Summer Time Order, 1980 (S.I. 1980/1089) +# Summer Time Order, 1982 (S.I. 1982/1673) +# Summer Time Order, 1986 (S.I. 1986/223) +# Summer Time Order, 1988 (S.I. 1988/931) +Rule GB-Eire 1981 1995 - Mar lastSun 1:00u 1:00 BST +Rule GB-Eire 1981 1989 - Oct Sun>=23 1:00u 0 GMT +# Summer Time Order, 1989 (S.I. 1989/985) +# Summer Time Order, 1992 (S.I. 1992/1729) +# Summer Time Order 1994 (S.I. 1994/2798) +Rule GB-Eire 1990 1995 - Oct Sun>=22 1:00u 0 GMT +# Summer Time Order 1997 (S.I. 1997/2982) +# See EU for rules starting in 1996. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/London -0:01:15 - LMT 1847 Dec 1 + 0:00 GB-Eire %s 1968 Oct 27 + 1:00 - BST 1971 Oct 31 2:00u + 0:00 GB-Eire %s 1996 + 0:00 EU GMT/BST +Zone Europe/Belfast -0:23:40 - LMT 1880 Aug 2 + -0:25:21 - DMT 1916 May 21 2:00 # Dublin/Dunsink MT + -0:25:21 1:00 IST 1916 Oct 1 2:00s # Irish Summer Time + 0:00 GB-Eire %s 1968 Oct 27 + 1:00 - BST 1971 Oct 31 2:00u + 0:00 GB-Eire %s 1996 + 0:00 EU GMT/BST +Zone Europe/Dublin -0:25:00 - LMT 1880 Aug 2 + -0:25:21 - DMT 1916 May 21 2:00 + -0:25:21 1:00 IST 1916 Oct 1 2:00s + 0:00 GB-Eire %s 1921 Dec 6 # independence + 0:00 GB-Eire GMT/IST 1940 Feb 25 2:00 + 0:00 1:00 IST 1946 Oct 6 2:00 + 0:00 - GMT 1947 Mar 16 2:00 + 0:00 1:00 IST 1947 Nov 2 2:00 + 0:00 - GMT 1948 Apr 18 2:00 + 0:00 GB-Eire GMT/IST 1968 Oct 27 + 1:00 - IST 1971 Oct 31 2:00u + 0:00 GB-Eire GMT/IST 1996 + 0:00 EU GMT/IST + +############################################################################### + +# Continental Europe + +# EU rules are for the European Union, previously known as the EC, EEC, +# Common Market, etc. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule EU 1977 1980 - Apr Sun>=1 1:00u 1:00 S +Rule EU 1977 only - Sep lastSun 1:00u 0 - +Rule EU 1978 only - Oct 1 1:00u 0 - +Rule EU 1979 1995 - Sep lastSun 1:00u 0 - +Rule EU 1981 max - Mar lastSun 1:00u 1:00 S +Rule EU 1996 max - Oct lastSun 1:00u 0 - +# The most recent directive covers the years starting in 2002. See: +# + +# W-Eur differs from EU only in that W-Eur uses standard time. +Rule W-Eur 1977 1980 - Apr Sun>=1 1:00s 1:00 S +Rule W-Eur 1977 only - Sep lastSun 1:00s 0 - +Rule W-Eur 1978 only - Oct 1 1:00s 0 - +Rule W-Eur 1979 1995 - Sep lastSun 1:00s 0 - +Rule W-Eur 1981 max - Mar lastSun 1:00s 1:00 S +Rule W-Eur 1996 max - Oct lastSun 1:00s 0 - + +# Older C-Eur rules are for convenience in the tables. +# From 1977 on, C-Eur differs from EU only in that C-Eur uses standard time. +Rule C-Eur 1916 only - Apr 30 23:00 1:00 S +Rule C-Eur 1916 only - Oct 1 1:00 0 - +Rule C-Eur 1917 1918 - Apr Mon>=15 2:00s 1:00 S +Rule C-Eur 1917 1918 - Sep Mon>=15 2:00s 0 - +Rule C-Eur 1940 only - Apr 1 2:00s 1:00 S +Rule C-Eur 1942 only - Nov 2 2:00s 0 - +Rule C-Eur 1943 only - Mar 29 2:00s 1:00 S +Rule C-Eur 1943 only - Oct 4 2:00s 0 - +Rule C-Eur 1944 only - Apr 3 2:00s 1:00 S +# Whitman gives 1944 Oct 7; go with Shanks. +Rule C-Eur 1944 only - Oct 2 2:00s 0 - +Rule C-Eur 1977 1980 - Apr Sun>=1 2:00s 1:00 S +Rule C-Eur 1977 only - Sep lastSun 2:00s 0 - +Rule C-Eur 1978 only - Oct 1 2:00s 0 - +Rule C-Eur 1979 1995 - Sep lastSun 2:00s 0 - +Rule C-Eur 1981 max - Mar lastSun 2:00s 1:00 S +Rule C-Eur 1996 max - Oct lastSun 2:00s 0 - + +# E-Eur differs from EU only in that E-Eur switches at midnight local time. +Rule E-Eur 1977 1980 - Apr Sun>=1 0:00 1:00 S +Rule E-Eur 1977 only - Sep lastSun 0:00 0 - +Rule E-Eur 1978 only - Oct 1 0:00 0 - +Rule E-Eur 1979 1995 - Sep lastSun 0:00 0 - +Rule E-Eur 1981 max - Mar lastSun 0:00 1:00 S +Rule E-Eur 1996 max - Oct lastSun 0:00 0 - + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Russia 1917 only - Jul 1 23:00 1:00 MST # Moscow Summer Time +Rule Russia 1917 only - Dec 28 0:00 0 MMT # Moscow Mean Time +Rule Russia 1918 only - May 31 22:00 2:00 MDST # Moscow Double Summer Time +Rule Russia 1918 only - Sep 16 1:00 1:00 MST +Rule Russia 1919 only - May 31 23:00 2:00 MDST +Rule Russia 1919 only - Jul 1 2:00 1:00 S +Rule Russia 1919 only - Aug 16 0:00 0 - +Rule Russia 1921 only - Feb 14 23:00 1:00 S +Rule Russia 1921 only - Mar 20 23:00 2:00 M # Midsummer +Rule Russia 1921 only - Sep 1 0:00 1:00 S +Rule Russia 1921 only - Oct 1 0:00 0 - +# Act No.925 of the Council of Ministers of the USSR (1980-10-24): +Rule Russia 1981 1984 - Apr 1 0:00 1:00 S +Rule Russia 1981 1983 - Oct 1 0:00 0 - +# Act No.967 of the Council of Ministers of the USSR (1984-09-13), repeated in +# Act No.227 of the Council of Ministers of the USSR (1989-03-14): +Rule Russia 1984 1991 - Sep lastSun 2:00s 0 - +Rule Russia 1985 1991 - Mar lastSun 2:00s 1:00 S +# +Rule Russia 1992 only - Mar lastSat 23:00 1:00 S +Rule Russia 1992 only - Sep lastSat 23:00 0 - +Rule Russia 1993 max - Mar lastSun 2:00s 1:00 S +Rule Russia 1993 1995 - Sep lastSun 2:00s 0 - +Rule Russia 1996 max - Oct lastSun 2:00s 0 - + +# These are for backward compatibility with older versions. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone WET 0:00 EU WE%sT +Zone CET 1:00 C-Eur CE%sT +Zone MET 1:00 C-Eur ME%sT +Zone EET 2:00 EU EE%sT + +# Previous editions of this database used abbreviations like MET DST +# for Central European Summer Time, but this didn't agree with common usage. + +# From Markus Kuhn (1996-07-12): +# The official German names ... are +# +# Mitteleuropaeische Zeit (MEZ) = UTC+01:00 +# Mitteleuropaeische Sommerzeit (MESZ) = UTC+02:00 +# +# as defined in the German Time Act (Gesetz ueber die Zeitbestimmung (ZeitG), +# 1978-07-25, Bundesgesetzblatt, Jahrgang 1978, Teil I, S. 1110-1111).... +# I wrote ... to the German Federal Physical-Technical Institution +# +# Physikalisch-Technische Bundesanstalt (PTB) +# Laboratorium 4.41 "Zeiteinheit" +# Postfach 3345 +# D-38023 Braunschweig +# phone: +49 531 592-0 +# +# ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB +# department for time and frequency transmission. He explained that the +# PTB translates MEZ and MESZ into English as +# +# Central European Time (CET) = UTC+01:00 +# Central European Summer Time (CEST) = UTC+02:00 + + +# Albania +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Albania 1940 only - Jun 16 0:00 1:00 S +Rule Albania 1942 only - Nov 2 3:00 0 - +Rule Albania 1943 only - Mar 29 2:00 1:00 S +Rule Albania 1943 only - Apr 10 3:00 0 - +Rule Albania 1974 only - May 4 0:00 1:00 S +Rule Albania 1974 only - Oct 2 0:00 0 - +Rule Albania 1975 only - May 1 0:00 1:00 S +Rule Albania 1975 only - Oct 2 0:00 0 - +Rule Albania 1976 only - May 2 0:00 1:00 S +Rule Albania 1976 only - Oct 3 0:00 0 - +Rule Albania 1977 only - May 8 0:00 1:00 S +Rule Albania 1977 only - Oct 2 0:00 0 - +Rule Albania 1978 only - May 6 0:00 1:00 S +Rule Albania 1978 only - Oct 1 0:00 0 - +Rule Albania 1979 only - May 5 0:00 1:00 S +Rule Albania 1979 only - Sep 30 0:00 0 - +Rule Albania 1980 only - May 3 0:00 1:00 S +Rule Albania 1980 only - Oct 4 0:00 0 - +Rule Albania 1981 only - Apr 26 0:00 1:00 S +Rule Albania 1981 only - Sep 27 0:00 0 - +Rule Albania 1982 only - May 2 0:00 1:00 S +Rule Albania 1982 only - Oct 3 0:00 0 - +Rule Albania 1983 only - Apr 18 0:00 1:00 S +Rule Albania 1983 only - Oct 1 0:00 0 - +Rule Albania 1984 only - Apr 1 0:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Tirane 1:19:20 - LMT 1914 + 1:00 - CET 1940 Jun 16 + 1:00 Albania CE%sT 1984 Jul + 1:00 EU CE%sT + +# Andorra +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Andorra 0:06:04 - LMT 1901 + 0:00 - WET 1946 Sep 30 + 1:00 - CET 1985 Mar 31 2:00 + 1:00 EU CE%sT + +# Austria + +# From Paul Eggert (2003-02-28): Shanks gives 1918-06-16 and +# 1945-11-18, but the Austrian Federal Office of Metrology and +# Surveying (BEV) gives 1918-09-16 and for Vienna gives the "alleged" +# date of 1945-04-12 with no time. For the 1980-04-06 transition +# Shanks gives 02:00, the BEV 00:00. Go with the BEV, and guess 02:00 +# for 1945-04-12. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Austria 1920 only - Apr 5 2:00s 1:00 S +Rule Austria 1920 only - Sep 13 2:00s 0 - +Rule Austria 1946 only - Apr 14 2:00s 1:00 S +Rule Austria 1946 1948 - Oct Sun>=1 2:00s 0 - +Rule Austria 1947 only - Apr 6 2:00s 1:00 S +Rule Austria 1948 only - Apr 18 2:00s 1:00 S +Rule Austria 1980 only - Apr 6 0:00 1:00 S +Rule Austria 1980 only - Sep 28 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Vienna 1:05:20 - LMT 1893 Apr + 1:00 C-Eur CE%sT 1920 + 1:00 Austria CE%sT 1940 Apr 1 2:00s + 1:00 C-Eur CE%sT 1945 Apr 2 2:00s + 1:00 1:00 CEST 1945 Apr 12 2:00s + 1:00 - CET 1946 + 1:00 Austria CE%sT 1981 + 1:00 EU CE%sT + +# Belarus +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Minsk 1:50:16 - LMT 1880 + 1:50 - MMT 1924 May 2 # Minsk Mean Time + 2:00 - EET 1930 Jun 21 + 3:00 - MSK 1941 Jun 28 + 1:00 C-Eur CE%sT 1944 Jul 3 + 3:00 Russia MSK/MSD 1990 + 3:00 - MSK 1991 Mar 31 2:00s + 2:00 1:00 EEST 1991 Sep 29 2:00s + 2:00 - EET 1992 Mar 29 0:00s + 2:00 1:00 EEST 1992 Sep 27 0:00s + 2:00 Russia EE%sT + +# Belgium +# +# From Paul Eggert (1997-07-02): +# Entries from 1918 through 1991 are taken from: +# Annuaire de L'Observatoire Royal de Belgique, +# Avenue Circulaire, 3, B-1180 BRUXELLES, CLVIIe annee, 1991 +# (Imprimerie HAYEZ, s.p.r.l., Rue Fin, 4, 1080 BRUXELLES, MCMXC), +# pp 8-9. +# LMT before 1892 was 0:17:30, according to the official journal of Belgium: +# Moniteur Belge, Samedi 30 Avril 1892, N.121. +# Thanks to Pascal Delmoitie for these references. +# The 1918 rules are listed for completeness; they apply to unoccupied Belgium. +# Assume Brussels switched to WET in 1918 when the armistice took effect. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Belgium 1918 only - Mar 9 0:00s 1:00 S +Rule Belgium 1918 1919 - Oct Sat>=1 23:00s 0 - +Rule Belgium 1919 only - Mar 1 23:00s 1:00 S +Rule Belgium 1920 only - Feb 14 23:00s 1:00 S +Rule Belgium 1920 only - Oct 23 23:00s 0 - +Rule Belgium 1921 only - Mar 14 23:00s 1:00 S +Rule Belgium 1921 only - Oct 25 23:00s 0 - +Rule Belgium 1922 only - Mar 25 23:00s 1:00 S +Rule Belgium 1922 1927 - Oct Sat>=1 23:00s 0 - +Rule Belgium 1923 only - Apr 21 23:00s 1:00 S +Rule Belgium 1924 only - Mar 29 23:00s 1:00 S +Rule Belgium 1925 only - Apr 4 23:00s 1:00 S +# DSH writes that a royal decree of 1926-02-22 specified the Sun following 3rd +# Sat in Apr (except if it's Easter, in which case it's one Sunday earlier), +# to Sun following 1st Sat in Oct, and that a royal decree of 1928-09-15 +# changed the transition times to 02:00 GMT. +Rule Belgium 1926 only - Apr 17 23:00s 1:00 S +Rule Belgium 1927 only - Apr 9 23:00s 1:00 S +Rule Belgium 1928 only - Apr 14 23:00s 1:00 S +Rule Belgium 1928 1938 - Oct Sun>=2 2:00s 0 - +Rule Belgium 1929 only - Apr 21 2:00s 1:00 S +Rule Belgium 1930 only - Apr 13 2:00s 1:00 S +Rule Belgium 1931 only - Apr 19 2:00s 1:00 S +Rule Belgium 1932 only - Apr 3 2:00s 1:00 S +Rule Belgium 1933 only - Mar 26 2:00s 1:00 S +Rule Belgium 1934 only - Apr 8 2:00s 1:00 S +Rule Belgium 1935 only - Mar 31 2:00s 1:00 S +Rule Belgium 1936 only - Apr 19 2:00s 1:00 S +Rule Belgium 1937 only - Apr 4 2:00s 1:00 S +Rule Belgium 1938 only - Mar 27 2:00s 1:00 S +Rule Belgium 1939 only - Apr 16 2:00s 1:00 S +Rule Belgium 1939 only - Nov 19 2:00s 0 - +Rule Belgium 1940 only - Feb 25 2:00s 1:00 S +Rule Belgium 1944 only - Sep 17 2:00s 0 - +Rule Belgium 1945 only - Apr 2 2:00s 1:00 S +Rule Belgium 1945 only - Sep 16 2:00s 0 - +Rule Belgium 1946 only - May 19 2:00s 1:00 S +Rule Belgium 1946 only - Oct 7 2:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Brussels 0:17:30 - LMT 1880 + 0:17:30 - BMT 1892 May 1 12:00 # Brussels MT + 0:00 - WET 1914 Nov 8 + 1:00 - CET 1916 May 1 0:00 + 1:00 C-Eur CE%sT 1918 Nov 11 11:00u + 0:00 Belgium WE%sT 1940 May 20 2:00s + 1:00 C-Eur CE%sT 1944 Sep 3 + 1:00 Belgium CE%sT 1977 + 1:00 EU CE%sT + +# Bosnia and Herzegovina +# see Serbia and Montenegro + +# Bulgaria +# +# From Plamen Simenov via Steffen Thorsen (1999-09-09): +# A document of Government of Bulgaria (No.94/1997) says: +# EET --> EETDST is in 03:00 Local time in last Sunday of March ... +# EETDST --> EET is in 04:00 Local time in last Sunday of October +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Bulg 1979 only - Mar 31 23:00 1:00 S +Rule Bulg 1979 only - Oct 1 1:00 0 - +Rule Bulg 1980 1982 - Apr Sat<=7 23:00 1:00 S +Rule Bulg 1980 only - Sep 29 1:00 0 - +Rule Bulg 1981 only - Sep 27 2:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Sofia 1:33:16 - LMT 1880 + 1:56:56 - IMT 1894 Nov 30 # Istanbul MT? + 2:00 - EET 1942 Nov 2 3:00 + 1:00 C-Eur CE%sT 1945 Apr 2 3:00 + 2:00 - EET 1979 Mar 31 23:00 + 2:00 Bulg EE%sT 1982 Sep 26 2:00 + 2:00 C-Eur EE%sT 1991 + 2:00 E-Eur EE%sT 1997 + 2:00 EU EE%sT + +# Croatia +# see Serbia and Montenegro + +# Cyprus +# See the `asia' file. + +# Czech Republic +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Czech 1945 only - Apr 8 2:00s 1:00 S +Rule Czech 1945 only - Nov 18 2:00s 0 - +Rule Czech 1946 only - May 6 2:00s 1:00 S +Rule Czech 1946 1949 - Oct Sun>=1 2:00s 0 - +Rule Czech 1947 only - Apr 20 2:00s 1:00 S +Rule Czech 1948 only - Apr 18 2:00s 1:00 S +Rule Czech 1949 only - Apr 9 2:00s 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Prague 0:57:44 - LMT 1850 + 0:57:44 - PMT 1891 Oct # Prague Mean Time + 1:00 C-Eur CE%sT 1944 Sep 17 2:00s + 1:00 Czech CE%sT 1979 + 1:00 EU CE%sT + +# Denmark, Faeroe Islands, and Greenland +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Denmark 1916 only - May 14 23:00 1:00 S +Rule Denmark 1916 only - Sep 30 23:00 0 - +Rule Denmark 1940 only - May 15 0:00 1:00 S +Rule Denmark 1945 only - Apr 2 2:00s 1:00 S +Rule Denmark 1945 only - Aug 15 2:00s 0 - +Rule Denmark 1946 only - May 1 2:00s 1:00 S +Rule Denmark 1946 only - Sep 1 2:00s 0 - +Rule Denmark 1947 only - May 4 2:00s 1:00 S +Rule Denmark 1947 only - Aug 10 2:00s 0 - +Rule Denmark 1948 only - May 9 2:00s 1:00 S +Rule Denmark 1948 only - Aug 8 2:00s 0 - +# Whitman also gives 1949 Apr 9 to 1949 Oct 1, and disagrees in minor ways +# about many of the above dates; go with Shanks. +# +# For 1894, Shanks says Jan, Whitman Apr; go with Whitman. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Copenhagen 0:50:20 - LMT 1890 + 0:50:20 - CMT 1894 Apr # Copenhagen Mean Time + 1:00 Denmark CE%sT 1942 Nov 2 2:00s + 1:00 C-Eur CE%sT 1945 Apr 2 2:00 + 1:00 Denmark CE%sT 1980 + 1:00 EU CE%sT +Zone Atlantic/Faeroe -0:27:04 - LMT 1908 Jan 11 # Torshavn + 0:00 - WET 1981 + 0:00 EU WE%sT +# +# From Paul Eggert (1996-11-22): +# Greenland joined the EU as part of Denmark, obtained home rule on 1979-05-01, +# and left the EU on 1985-02-01. It therefore should have been using EU +# rules at least through 1984. Shanks says Scoresbysund and Godthab +# used C-Eur rules after 1980, but IATA SSIM (1991/1996) says they use EU +# rules since at least 1991. Assume EU rules since 1980. + +# From Gwillin Law (2001-06-06), citing +# (2001-03-15), +# and with translations corrected by Steffen Thorsen: +# +# Greenland has four local times, and the relation to UTC +# is according to the following time line: +# +# The military zone near Thule UTC-4 +# Standard Greenland time UTC-3 +# Scoresbysund UTC-1 +# Danmarkshavn UTC +# +# In the military area near Thule and in Danmarkshavn DST will not be +# introduced. + +# From Rives McDow (2001-11-01): +# +# I correspond regularly with the Dansk Polarcenter, and wrote them at +# the time to clarify the situation in Thule. Unfortunately, I have +# not heard back from them regarding my recent letter. [But I have +# info from earlier correspondence.] +# +# According to the center, a very small local time zone around Thule +# Air Base keeps the time according to UTC-4, implementing daylight +# savings using North America rules, changing the time at 02:00 local time.... +# +# The east coast of Greenland north of the community of Scoresbysund +# uses UTC in the same way as in Iceland, year round, with no dst. +# There are just a few stations on this coast, including the +# Danmarkshavn ICAO weather station mentioned in your September 29th +# email. The other stations are two sledge patrol stations in +# Mestersvig and Daneborg, the air force base at Station Nord, and the +# DPC research station at Zackenberg. +# +# Scoresbysund and two small villages nearby keep time UTC-1 and use +# the same daylight savings time period as in West Greenland (Godthab). +# +# The rest of Greenland, including Godthab (this area, although it +# includes central Greenland, is known as west Greenland), keeps time +# UTC-3, with daylight savings methods according to European rules. +# +# It is common procedure to use UTC 0 in the wilderness of East and +# North Greenland, because it is mainly Icelandic aircraft operators +# maintaining traffic in these areas. However, the official status of +# this area is that it sticks with Godthab time. This area might be +# considered a dual time zone in some respects because of this. + +# From Rives McDow (2001-11-19): +# I heard back from someone stationed at Thule; the time change took place +# there at 2:00 AM. + +# From Paul Eggert (2001-11-19): +# The 1997 CIA map shows Danmarkshavn on GMT; the 1995 map as like Godthab. +# For lack of better info, assume they were like Godthab before 1996. +# startkart.no says Thule does not observe DST, but this is clearly an error, +# so go with Shanks for all Thule transitions. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Thule 1991 1992 - Mar lastSun 2:00 1:00 D +Rule Thule 1991 1992 - Sep lastSun 2:00 0 S +Rule Thule 1993 max - Apr Sun>=1 2:00 1:00 D +Rule Thule 1993 max - Oct lastSun 2:00 0 S +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Danmarkshavn -1:14:40 - LMT 1916 Jul 28 + -3:00 - WGT 1980 Apr 6 2:00 + -3:00 EU WG%sT 1996 + 0:00 - GMT +Zone America/Scoresbysund -1:29:00 - LMT 1916 Jul 28 # Ittoqqortoormiit + -2:00 - CGT 1980 Apr 6 2:00 + -2:00 C-Eur CG%sT 1981 Mar 29 + -1:00 EU EG%sT +Zone America/Godthab -3:26:56 - LMT 1916 Jul 28 # Nuuk + -3:00 - WGT 1980 Apr 6 2:00 + -3:00 EU WG%sT +Zone America/Thule -4:35:08 - LMT 1916 Jul 28 # Pituffik air base + -4:00 Thule A%sT + +# Estonia +# From Peter Ilieve (1994-10-15): +# A relative in Tallinn confirms the accuracy of the data for 1989 onwards +# [through 1994] and gives the legal authority for it, +# a regulation of the Government of Estonia, No. 111 of 1989.... +# +# From Peter Ilieve (1996-10-28): +# [IATA SSIM (1992/1996) claims that the Baltic republics switch at 01:00s, +# but a relative confirms that Estonia still switches at 02:00s, writing:] +# ``I do not [know] exactly but there are some little different +# (confusing) rules for International Air and Railway Transport Schedules +# conversion in Sunday connected with end of summer time in Estonia.... +# A discussion is running about the summer time efficiency and effect on +# human physiology. It seems that Estonia maybe will not change to +# summer time next spring.'' + +# From Peter Ilieve (1998-11-04), heavily edited: +# +# The 1998-09-22 Estonian time law +# +# refers to the Eighth Directive and cites the association agreement between +# the EU and Estonia, ratified by the Estonian law (RT II 1995, 22--27, 120). +# +# I also asked [my relative] whether they use any standard abbreviation +# for their standard and summer times. He says no, they use "suveaeg" +# (summer time) and "talveaeg" (winter time). + +# From The Baltic Times (1999-09-09) +# via Steffen Thorsen: +# This year will mark the last time Estonia shifts to summer time, +# a council of the ruling coalition announced Sept. 6.... +# But what this could mean for Estonia's chances of joining the European +# Union are still unclear. In 1994, the EU declared summer time compulsory +# for all member states until 2001. Brussels has yet to decide what to do +# after that. + +# From Mart Oruaas (2000-01-29): +# Regulation no. 301 (1999-10-12) obsoletes previous regulation +# no. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all +# the year round. The regulation is effective 1999-11-01. + +# From Toomas Soome (2002-02-21): +# The Estonian government has changed once again timezone politics. +# Now we are using again EU rules. +# +# From Urmet Jaanes (2002-03-28): +# The legislative reference is Government decree No. 84 on 2002-02-21. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Tallinn 1:39:00 - LMT 1880 + 1:39:00 - TMT 1918 Feb # Tallinn Mean Time + 1:00 C-Eur CE%sT 1919 Jul + 1:39:00 - TMT 1921 May + 2:00 - EET 1940 Aug 6 + 3:00 - MSK 1941 Sep 15 + 1:00 C-Eur CE%sT 1944 Sep 22 + 3:00 Russia MSK/MSD 1989 Mar 26 2:00s + 2:00 1:00 EEST 1989 Sep 24 2:00s + 2:00 C-Eur EE%sT 1998 Sep 22 + 2:00 EU EE%sT 1999 Nov 1 + 2:00 - EET 2002 Feb 21 + 2:00 EU EE%sT + +# Finland +# +# From Hannu Strang (25 Sep 1994 06:03:37 UTC): +# Well, here in Helsinki we're just changing from summer time to regular one, +# and it's supposed to change at 4am... +# +# From Paul Eggert (25 Sep 1994): +# Shanks says Finland has switched at 02:00 standard time since 1981. +# Go with Strang instead. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Finland 1942 only - Apr 3 0:00 1:00 S +Rule Finland 1942 only - Oct 3 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Helsinki 1:39:52 - LMT 1878 May 31 + 1:39:52 - HMT 1921 May # Helsinki Mean Time + 2:00 Finland EE%sT 1981 Mar 29 2:00 + 2:00 EU EE%sT + +# Aaland Is +Link Europe/Helsinki Europe/Mariehamn + + +# France + +# From Ciro Discepolo (2000-12-20): +# +# Henri Le Corre, Regimes Horaires pour le monde entier, Editions +# Traditionnelles - Paris 2 books, 1993 +# +# Gabriel, Traite de l'heure dans le monde, Guy Tredaniel editeur, +# Paris, 1991 +# +# Francoise Gauquelin, Problemes de l'heure resolus en astrologie, +# Guy tredaniel, Paris 1987 + + +# +# Shanks seems to use `24:00' ambiguously; we resolve it with Whitman. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule France 1916 only - Jun 14 23:00s 1:00 S +Rule France 1916 1919 - Oct Sun>=1 23:00s 0 - +Rule France 1917 only - Mar 24 23:00s 1:00 S +Rule France 1918 only - Mar 9 23:00s 1:00 S +Rule France 1919 only - Mar 1 23:00s 1:00 S +Rule France 1920 only - Feb 14 23:00s 1:00 S +Rule France 1920 only - Oct 23 23:00s 0 - +Rule France 1921 only - Mar 14 23:00s 1:00 S +Rule France 1921 only - Oct 25 23:00s 0 - +Rule France 1922 only - Mar 25 23:00s 1:00 S +# DSH writes that a law of 1923-05-24 specified 3rd Sat in Apr at 23:00 to 1st +# Sat in Oct at 24:00; and that in 1930, because of Easter, the transitions +# were Apr 12 and Oct 5. Go with Shanks. +Rule France 1922 1938 - Oct Sat>=1 23:00s 0 - +Rule France 1923 only - May 26 23:00s 1:00 S +Rule France 1924 only - Mar 29 23:00s 1:00 S +Rule France 1925 only - Apr 4 23:00s 1:00 S +Rule France 1926 only - Apr 17 23:00s 1:00 S +Rule France 1927 only - Apr 9 23:00s 1:00 S +Rule France 1928 only - Apr 14 23:00s 1:00 S +Rule France 1929 only - Apr 20 23:00s 1:00 S +Rule France 1930 only - Apr 12 23:00s 1:00 S +Rule France 1931 only - Apr 18 23:00s 1:00 S +Rule France 1932 only - Apr 2 23:00s 1:00 S +Rule France 1933 only - Mar 25 23:00s 1:00 S +Rule France 1934 only - Apr 7 23:00s 1:00 S +Rule France 1935 only - Mar 30 23:00s 1:00 S +Rule France 1936 only - Apr 18 23:00s 1:00 S +Rule France 1937 only - Apr 3 23:00s 1:00 S +Rule France 1938 only - Mar 26 23:00s 1:00 S +Rule France 1939 only - Apr 15 23:00s 1:00 S +Rule France 1939 only - Nov 18 23:00s 0 - +Rule France 1940 only - Feb 25 2:00 1:00 S +# The French rules for 1941-1944 were not used in Paris, but Shanks writes +# that they were used in Monaco and in many French locations. +# Le Corre writes that the upper limit of the free zone was Arneguy, Orthez, +# Mont-de-Marsan, Bazas, Langon, Lamotte-Montravel, Marouil, La +# Rochefoucault, Champagne-Mouton, La Roche-Posay, La Haye-Decartes, +# Loches, Montrichard, Vierzon, Bourges, Moulins, Digoin, +# Paray-le-Monial, Montceau-les-Mines, Chalons-sur-Saone, Arbois, +# Dole, Morez, St-Claude, and Collognes (Haute-Savioe). +Rule France 1941 only - May 5 0:00 2:00 M # Midsummer +# Shanks says this transition occurred at Oct 6 1:00, +# but go with Denis.Excoffier@ens.fr (1997-12-12), +# who quotes the Ephemerides Astronomiques for 1998 from Bureau des Longitudes +# as saying 5/10/41 22hUT. +Rule France 1941 only - Oct 6 0:00 1:00 S +Rule France 1942 only - Mar 9 0:00 2:00 M +Rule France 1942 only - Nov 2 3:00 1:00 S +Rule France 1943 only - Mar 29 2:00 2:00 M +Rule France 1943 only - Oct 4 3:00 1:00 S +Rule France 1944 only - Apr 3 2:00 2:00 M +Rule France 1944 only - Oct 8 1:00 1:00 S +Rule France 1945 only - Apr 2 2:00 2:00 M +Rule France 1945 only - Sep 16 3:00 0 - +# Shanks gives Mar 28 2:00 and Sep 26 3:00; +# go with Excoffier's 28/3/76 0hUT and 25/9/76 23hUT. +Rule France 1976 only - Mar 28 1:00 1:00 S +Rule France 1976 only - Sep 26 1:00 0 - +# Shanks gives 0:09 for Paris Mean Time, and Whitman gives 0:09:05, +# but Howse quotes the actual French legislation as saying 0:09:21. +# Go with Howse. Howse writes that the time in France was officially based +# on PMT-0:09:21 until 1978-08-09, when the time base finally switched to UTC. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Paris 0:09:21 - LMT 1891 Mar 15 0:01 + 0:09:21 - PMT 1911 Mar 11 0:01 # Paris MT +# Shanks gives 1940 Jun 14 0:00; go with Excoffier and Le Corre. + 0:00 France WE%sT 1940 Jun 14 23:00 +# Le Corre says Paris stuck with occupied-France time after the liberation; +# go with Shanks. + 1:00 C-Eur CE%sT 1944 Aug 25 + 0:00 France WE%sT 1945 Sep 16 3:00 + 1:00 France CE%sT 1977 + 1:00 EU CE%sT + +# Germany + +# From Markus Kuhn (1998-09-29): +# The German time zone web site by the Physikalisch-Technische +# Bundesanstalt contains DST information back to 1916. +# [See tz-link.htm for the URL.] + +# From Joerg Schilling (2002-10-23): +# In 1945, Berlin was switched to Moscow Summer time (GMT+4) by +# General [Nikolai] Bersarin. + +# From Paul Eggert (2003-03-08): +# +# says that Bersarin issued an order to use Moscow time on May 20. +# However, Moscow did not observe daylight saving in 1945, so +# this was equivalent to CEMT (GMT+3), not GMT+4. + + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Germany 1945 only - Apr 2 2:00s 1:00 S +Rule Germany 1945 only - May 24 2:00 2:00 M # Midsummer +Rule Germany 1945 only - Sep 24 3:00 1:00 S +Rule Germany 1945 only - Nov 18 2:00s 0 - +Rule Germany 1946 only - Apr 14 2:00s 1:00 S +Rule Germany 1946 only - Oct 7 2:00s 0 - +Rule Germany 1947 1949 - Oct Sun>=1 2:00s 0 - +Rule Germany 1947 only - Apr 6 2:00s 1:00 S +Rule Germany 1947 only - May 11 2:00s 2:00 M +Rule Germany 1947 only - Jun 29 3:00 1:00 S +Rule Germany 1948 only - Apr 18 2:00s 1:00 S +Rule Germany 1949 only - Apr 10 2:00s 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Berlin 0:53:28 - LMT 1893 Apr + 1:00 C-Eur CE%sT 1945 Apr 2 2:00 + 1:00 Germany CE%sT 1980 + 1:00 EU CE%sT + +# Gibraltar +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Gibraltar -0:21:24 - LMT 1880 Aug 2 + 0:00 GB-Eire %s 1957 Apr 14 2:00 + 1:00 - CET 1982 + 1:00 EU CE%sT + +# Greece +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Whitman gives 1932 Jul 5 - Nov 1; go with Shanks. +Rule Greece 1932 only - Jul 7 0:00 1:00 S +Rule Greece 1932 only - Sep 1 0:00 0 - +# Whitman gives 1941 Apr 25 - ?; go with Shanks. +Rule Greece 1941 only - Apr 7 0:00 1:00 S +# Whitman gives 1942 Feb 2 - ?; go with Shanks. +Rule Greece 1942 only - Nov 2 3:00 0 - +Rule Greece 1943 only - Mar 30 0:00 1:00 S +Rule Greece 1943 only - Oct 4 0:00 0 - +# Whitman gives 1944 Oct 3 - Oct 31; go with Shanks. +Rule Greece 1952 only - Jul 1 0:00 1:00 S +Rule Greece 1952 only - Nov 2 0:00 0 - +Rule Greece 1975 only - Apr 12 0:00s 1:00 S +Rule Greece 1975 only - Nov 26 0:00s 0 - +Rule Greece 1976 only - Apr 11 2:00s 1:00 S +Rule Greece 1976 only - Oct 10 2:00s 0 - +Rule Greece 1977 1978 - Apr Sun>=1 2:00s 1:00 S +Rule Greece 1977 only - Sep 26 2:00s 0 - +Rule Greece 1978 only - Sep 24 4:00 0 - +Rule Greece 1979 only - Apr 1 9:00 1:00 S +Rule Greece 1979 only - Sep 29 2:00 0 - +Rule Greece 1980 only - Apr 1 0:00 1:00 S +Rule Greece 1980 only - Sep 28 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Athens 1:34:52 - LMT 1895 Sep 14 + 1:34:52 - AMT 1916 Jul 28 0:01 # Athens MT + 2:00 Greece EE%sT 1941 Apr 30 + 1:00 Greece CE%sT 1944 Apr 4 + 2:00 Greece EE%sT 1981 + # Shanks says they switched to C-Eur in 1981; + # go with EU instead, since Greece joined it on Jan 1. + 2:00 EU EE%sT + +# Hungary +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Hungary 1918 only - Apr 1 3:00 1:00 S +Rule Hungary 1918 only - Sep 29 3:00 0 - +Rule Hungary 1919 only - Apr 15 3:00 1:00 S +Rule Hungary 1919 only - Sep 15 3:00 0 - +Rule Hungary 1920 only - Apr 5 3:00 1:00 S +Rule Hungary 1920 only - Sep 30 3:00 0 - +Rule Hungary 1945 only - May 1 23:00 1:00 S +Rule Hungary 1945 only - Nov 3 0:00 0 - +Rule Hungary 1946 only - Mar 31 2:00s 1:00 S +Rule Hungary 1946 1949 - Oct Sun>=1 2:00s 0 - +Rule Hungary 1947 1949 - Apr Sun>=4 2:00s 1:00 S +Rule Hungary 1950 only - Apr 17 2:00s 1:00 S +Rule Hungary 1950 only - Oct 23 2:00s 0 - +Rule Hungary 1954 1955 - May 23 0:00 1:00 S +Rule Hungary 1954 1955 - Oct 3 0:00 0 - +Rule Hungary 1956 only - Jun Sun>=1 0:00 1:00 S +Rule Hungary 1956 only - Sep lastSun 0:00 0 - +Rule Hungary 1957 only - Jun Sun>=1 1:00 1:00 S +Rule Hungary 1957 only - Sep lastSun 3:00 0 - +Rule Hungary 1980 only - Apr 6 1:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Budapest 1:16:20 - LMT 1890 Oct + 1:00 C-Eur CE%sT 1918 + 1:00 Hungary CE%sT 1941 Apr 6 2:00 + 1:00 C-Eur CE%sT 1945 May 1 23:00 + 1:00 Hungary CE%sT 1980 Sep 28 2:00s + 1:00 EU CE%sT + +# Iceland +# +# From Adam David (1993-11-06): +# The name of the timezone in Iceland for system / mail / news purposes is GMT. +# +# (1993-12-05): +# This material is paraphrased from the 1988 edition of the University of +# Iceland Almanak. +# +# From January 1st, 1908 the whole of Iceland was standardised at 1 hour +# behind GMT. Previously, local mean solar time was used in different parts +# of Iceland, the almanak had been based on Reykjavik mean solar time which +# was 1 hour and 28 minutes behind GMT. +# +# "first day of winter" referred to [below] means the first day of the 26 weeks +# of winter, according to the old icelandic calendar that dates back to the +# time the norsemen first settled Iceland. The first day of winter is always +# Saturday, but is not dependent on the Julian or Gregorian calendars. +# +# (1993-12-10): +# I have a reference from the Oxford Icelandic-English dictionary for the +# beginning of winter, which ties it to the ecclesiastical calendar (and thus +# to the julian/gregorian calendar) over the period in question. +# the winter begins on the Saturday next before St. Luke's day +# (old style), or on St. Luke's day, if a Saturday. +# St. Luke's day ought to be traceable from ecclesiastical sources. "old style" +# might be a reference to the Julian calendar as opposed to Gregorian, or it +# might mean something else (???). +# +# From Paul Eggert (1999-10-29): +# The Iceland Almanak, Shanks and Whitman disagree on many points. +# We go with the Almanak, except for one claim from Shanks, namely that +# Reykavik was 21W57 from 1837 to 1908, local mean time before that. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Iceland 1917 1918 - Feb 19 23:00 1:00 S +Rule Iceland 1917 only - Oct 21 1:00 0 - +Rule Iceland 1918 only - Nov 16 1:00 0 - +Rule Iceland 1939 only - Apr 29 23:00 1:00 S +Rule Iceland 1939 only - Nov 29 2:00 0 - +Rule Iceland 1940 only - Feb 25 2:00 1:00 S +Rule Iceland 1940 only - Nov 3 2:00 0 - +Rule Iceland 1941 only - Mar 2 1:00s 1:00 S +Rule Iceland 1941 only - Nov 2 1:00s 0 - +Rule Iceland 1942 only - Mar 8 1:00s 1:00 S +Rule Iceland 1942 only - Oct 25 1:00s 0 - +# 1943-1946 - first Sunday in March until first Sunday in winter +Rule Iceland 1943 1946 - Mar Sun>=1 1:00s 1:00 S +Rule Iceland 1943 1948 - Oct Sun>=22 1:00s 0 - +# 1947-1967 - first Sunday in April until first Sunday in winter +Rule Iceland 1947 1967 - Apr Sun>=1 1:00s 1:00 S +# 1949 Oct transition delayed by 1 week +Rule Iceland 1949 only - Oct 30 1:00s 0 - +Rule Iceland 1950 1966 - Oct Sun>=22 1:00s 0 - +Rule Iceland 1967 only - Oct 29 1:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Atlantic/Reykjavik -1:27:24 - LMT 1837 + -1:27:48 - RMT 1908 # Reykjavik Mean Time? + -1:00 Iceland IS%sT 1968 Apr 7 1:00s + 0:00 - GMT + +# Italy +# +# From Paul Eggert (2001-03-06): +# Sicily and Sardinia each had their own time zones from 1866 to 1893, +# called Palermo Time (+00:53:28) and Cagliari Time (+00:36:32). +# During World War II, German-controlled Italy used German time. +# But these events all occurred before the 1970 cutoff, +# so record only the time in Rome. +# +# From Paul Eggert (1996-05-06): +# For Italian DST we have three sources: Shanks, Whitman, and F. Pollastri +# +# Day-light Saving Time in Italy (1996-03-14) +# +# (`FP' below), taken from an Italian National Electrotechnical Institute +# publication. When the three sources disagree, guess who's right, as follows: +# +# year FP Shanks (S) Whitman (W) Go with: +# 1916 06-03 06-03 24:00 06-03 00:00 FP & W +# 09-30 09-30 24:00 09-30 01:00 FP; guess 24:00s +# 1917 04-01 03-31 24:00 03-31 00:00 FP & S +# 09-30 09-29 24:00 09-30 01:00 FP & W +# 1918 03-09 03-09 24:00 03-09 00:00 FP & S +# 10-06 10-05 24:00 10-06 01:00 FP & W +# 1919 03-01 03-01 24:00 03-01 00:00 FP & S +# 10-04 10-04 24:00 10-04 01:00 FP; guess 24:00s +# 1920 03-20 03-20 24:00 03-20 00:00 FP & S +# 09-18 09-18 24:00 10-01 01:00 FP; guess 24:00s +# 1944 04-02 04-03 02:00 S (see C-Eur) +# 09-16 10-02 03:00 FP; guess 24:00s +# 1945 09-14 09-16 24:00 FP; guess 24:00s +# 1970 05-21 05-31 00:00 S +# 09-20 09-27 00:00 S +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Italy 1916 only - Jun 3 0:00s 1:00 S +Rule Italy 1916 only - Oct 1 0:00s 0 - +Rule Italy 1917 only - Apr 1 0:00s 1:00 S +Rule Italy 1917 only - Sep 30 0:00s 0 - +Rule Italy 1918 only - Mar 10 0:00s 1:00 S +Rule Italy 1918 1919 - Oct Sun>=1 0:00s 0 - +Rule Italy 1919 only - Mar 2 0:00s 1:00 S +Rule Italy 1920 only - Mar 21 0:00s 1:00 S +Rule Italy 1920 only - Sep 19 0:00s 0 - +Rule Italy 1940 only - Jun 15 0:00s 1:00 S +Rule Italy 1944 only - Sep 17 0:00s 0 - +Rule Italy 1945 only - Apr 2 2:00 1:00 S +Rule Italy 1945 only - Sep 15 0:00s 0 - +Rule Italy 1946 only - Mar 17 2:00s 1:00 S +Rule Italy 1946 only - Oct 6 2:00s 0 - +Rule Italy 1947 only - Mar 16 0:00s 1:00 S +Rule Italy 1947 only - Oct 5 0:00s 0 - +Rule Italy 1948 only - Feb 29 2:00s 1:00 S +Rule Italy 1948 only - Oct 3 2:00s 0 - +Rule Italy 1966 1968 - May Sun>=22 0:00 1:00 S +Rule Italy 1966 1969 - Sep Sun>=22 0:00 0 - +Rule Italy 1969 only - Jun 1 0:00 1:00 S +Rule Italy 1970 only - May 31 0:00 1:00 S +Rule Italy 1970 only - Sep lastSun 0:00 0 - +Rule Italy 1971 1972 - May Sun>=22 0:00 1:00 S +Rule Italy 1971 only - Sep lastSun 1:00 0 - +Rule Italy 1972 only - Oct 1 0:00 0 - +Rule Italy 1973 only - Jun 3 0:00 1:00 S +Rule Italy 1973 1974 - Sep lastSun 0:00 0 - +Rule Italy 1974 only - May 26 0:00 1:00 S +Rule Italy 1975 only - Jun 1 0:00s 1:00 S +Rule Italy 1975 1977 - Sep lastSun 0:00s 0 - +Rule Italy 1976 only - May 30 0:00s 1:00 S +Rule Italy 1977 1979 - May Sun>=22 0:00s 1:00 S +Rule Italy 1978 only - Oct 1 0:00s 0 - +Rule Italy 1979 only - Sep 30 0:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Rome 0:49:56 - LMT 1866 Sep 22 + 0:49:56 - RMT 1893 Nov # Rome Mean Time + 1:00 Italy CE%sT 1942 Nov 2 2:00s + 1:00 C-Eur CE%sT 1944 Jul + 1:00 Italy CE%sT 1980 + 1:00 EU CE%sT + +Link Europe/Rome Europe/Vatican +Link Europe/Rome Europe/San_Marino + +# Latvia + +# From Liene Kanepe (1998-09-17): + +# I asked about this matter Scientific Secretary of the Institute of Astronomy +# of The University of Latvia Dr. paed Mr. Ilgonis Vilks. I also searched the +# correct data in juridical acts and I found some juridical documents about +# changes in the counting of time in Latvia from 1981.... +# +# Act No.35 of the Council of Ministers of Latvian SSR of 1981-01-22 ... +# according to the Act No.925 of the Council of Ministers of USSR of 1980-10-24 +# ...: all year round the time of 2nd time zone + 1 hour, in addition turning +# the hands of the clock 1 hour forward on 1 April at 00:00 (GMT 31 March 21:00) +# and 1 hour backward on the 1 October at 00:00 (GMT 30 September 20:00). +# +# Act No.592 of the Council of Ministers of Latvian SSR of 1984-09-24 ... +# according to the Act No.967 of the Council of Ministers of USSR of 1984-09-13 +# ...: all year round the time of 2nd time zone + 1 hour, in addition turning +# the hands of the clock 1 hour forward on the last Sunday of March at 02:00 +# (GMT 23:00 on the previous day) and 1 hour backward on the last Sunday of +# September at 03:00 (GMT 23:00 on the previous day). +# +# Act No.81 of the Council of Ministers of Latvian SSR of 1989-03-22 ... +# according to the Act No.227 of the Council of Ministers of USSR of 1989-03-14 +# ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR, +# Estonian SSR and Kaliningrad region of Russian Federation all year round the +# time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia +# transition to summer time is performed on the last Sunday of March at 02:00 +# (GMT 00:00), turning the hands of the clock 1 hour forward. The end of +# daylight saving time is performed on the last Sunday of September at 03:00 +# (GMT 00:00), turning the hands of the clock 1 hour backward. Exception is +# 1989-03-26, when we must not turn the hands of the clock.... +# +# The Regulations of the Cabinet of Ministers of the Republic of Latvia of +# 1997-01-21 on transition to Summer time ... established the same order of +# daylight savings time settings as in the States of the European Union. + +# From Andrei Ivanov (2000-03-06): +# This year Latvia will not switch to Daylight Savings Time (as specified in +# +# The Regulations of the Cabinet of Ministers of the Rep. of Latvia of +# 29-Feb-2000 (#79), in Latvian for subscribers only). + +# +# From RFE/RL Newsline (2001-01-03), noted after a heads-up by Rives McDow: +# +# The Latvian government on 2 January decided that the country will +# institute daylight-saving time this spring, LETA reported. +# Last February the three Baltic states decided not to turn back their +# clocks one hour in the spring.... +# Minister of Economy Aigars Kalvitis noted that Latvia had too few +# daylight hours and thus decided to comply with a draft European +# Commission directive that provides for instituting daylight-saving +# time in EU countries between 2002 and 2006. The Latvian government +# urged Lithuania and Estonia to adopt a similar time policy, but it +# appears that they will not do so.... + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Latvia 1989 1996 - Mar lastSun 2:00s 1:00 S +Rule Latvia 1989 1996 - Sep lastSun 2:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Riga 1:36:24 - LMT 1880 + 1:36:24 - RMT 1918 Apr 15 2:00 #Riga Mean Time + 1:36:24 1:00 LST 1918 Sep 16 3:00 #Latvian Summer + 1:36:24 - RMT 1919 Apr 1 2:00 + 1:36:24 1:00 LST 1919 May 22 3:00 + 1:36:24 - RMT 1926 May 11 + 2:00 - EET 1940 Aug 5 + 3:00 - MSK 1941 Jul + 1:00 C-Eur CE%sT 1944 Oct 13 + 3:00 Russia MSK/MSD 1989 Mar lastSun 2:00s + 2:00 1:00 EEST 1989 Sep lastSun 2:00s + 2:00 Latvia EE%sT 1997 Jan 21 + 2:00 EU EE%sT 2000 Feb 29 + 2:00 - EET 2001 Jan 2 + 2:00 EU EE%sT + +# Liechtenstein +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Vaduz 0:38:04 - LMT 1894 Jun + 1:00 - CET 1981 + 1:00 EU CE%sT + +# Lithuania + +# From Paul Eggert (1996-11-22): +# IATA SSIM (1992/1996) says Lithuania uses W-Eur rules, but since it is +# known to be wrong about Estonia and Latvia, assume it's wrong here too. + +# From Marius Gedminas (1998-08-07): +# I would like to inform that in this year Lithuanian time zone +# (Europe/Vilnius) was changed. + +# From ELTA No. 972 (2582) (1999-09-29), +# via Steffen Thorsen: +# Lithuania has shifted back to the second time zone (GMT plus two hours) +# to be valid here starting from October 31, +# as decided by the national government on Wednesday.... +# The Lithuanian government also announced plans to consider a +# motion to give up shifting to summer time in spring, as it was +# already done by Estonia. + +# From the +# Fact File, Lithuanian State Department of Tourism +# (2000-03-27): Local time is GMT+2 hours ..., no daylight saving. + +# From a user via Klaus Marten (2003-02-07): +# As a candidate for membership of the European Union, Lithuania will +# observe Summer Time in 2003, changing its clocks at the times laid +# down in EU Directive 2000/84 of 19.I.01 (i.e. at the same times as its +# neighbour Latvia). The text of the Lithuanian government Order of +# 7.XI.02 to this effect can be found at +# http://www.lrvk.lt/nut/11/n1749.htm + + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Vilnius 1:41:16 - LMT 1880 + 1:24:00 - WMT 1917 # Warsaw Mean Time + 1:35:36 - KMT 1919 Oct 10 # Kaunas Mean Time + 1:00 - CET 1920 Jul 12 + 2:00 - EET 1920 Oct 9 + 1:00 - CET 1940 Aug 3 + 3:00 - MSK 1941 Jun 24 + 1:00 C-Eur CE%sT 1944 Aug + 3:00 Russia MSK/MSD 1991 Mar 31 2:00s + 2:00 1:00 EEST 1991 Sep 29 2:00s + 2:00 C-Eur EE%sT 1998 + 2:00 - EET 1998 Mar 29 1:00u + 1:00 EU CE%sT 1999 Oct 31 1:00u + 2:00 - EET 2003 Jan 1 + 2:00 EU EE%sT + +# Luxembourg +# Whitman disagrees with most of these dates in minor ways; go with Shanks. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Lux 1916 only - May 14 23:00 1:00 S +Rule Lux 1916 only - Oct 1 1:00 0 - +Rule Lux 1917 only - Apr 28 23:00 1:00 S +Rule Lux 1917 only - Sep 17 1:00 0 - +Rule Lux 1918 only - Apr Mon>=15 2:00s 1:00 S +Rule Lux 1918 only - Sep Mon>=15 2:00s 0 - +Rule Lux 1919 only - Mar 1 23:00 1:00 S +Rule Lux 1919 only - Oct 5 3:00 0 - +Rule Lux 1920 only - Feb 14 23:00 1:00 S +Rule Lux 1920 only - Oct 24 2:00 0 - +Rule Lux 1921 only - Mar 14 23:00 1:00 S +Rule Lux 1921 only - Oct 26 2:00 0 - +Rule Lux 1922 only - Mar 25 23:00 1:00 S +Rule Lux 1922 only - Oct Sun>=2 1:00 0 - +Rule Lux 1923 only - Apr 21 23:00 1:00 S +Rule Lux 1923 only - Oct Sun>=2 2:00 0 - +Rule Lux 1924 only - Mar 29 23:00 1:00 S +Rule Lux 1924 1928 - Oct Sun>=2 1:00 0 - +Rule Lux 1925 only - Apr 5 23:00 1:00 S +Rule Lux 1926 only - Apr 17 23:00 1:00 S +Rule Lux 1927 only - Apr 9 23:00 1:00 S +Rule Lux 1928 only - Apr 14 23:00 1:00 S +Rule Lux 1929 only - Apr 20 23:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Luxembourg 0:24:36 - LMT 1904 Jun + 1:00 Lux CE%sT 1918 Nov 25 + 0:00 Lux WE%sT 1929 Oct 6 2:00s + 0:00 Belgium WE%sT 1940 May 14 3:00 + 1:00 C-Eur WE%sT 1944 Sep 18 3:00 + 1:00 Belgium CE%sT 1977 + 1:00 EU CE%sT + +# Macedonia +# see Serbia and Montenegro + +# Malta +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Malta 1973 only - Mar 31 0:00s 1:00 S +Rule Malta 1973 only - Sep 29 0:00s 0 - +Rule Malta 1974 only - Apr 21 0:00s 1:00 S +Rule Malta 1974 only - Sep 16 0:00s 0 - +Rule Malta 1975 1979 - Apr Sun>=15 2:00 1:00 S +Rule Malta 1975 1980 - Sep Sun>=15 2:00 0 - +Rule Malta 1980 only - Mar 31 2:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Malta 0:58:04 - LMT 1893 Nov 2 # Valletta + 1:00 Italy CE%sT 1942 Nov 2 2:00s + 1:00 C-Eur CE%sT 1945 Apr 2 2:00s + 1:00 Italy CE%sT 1973 Mar 31 + 1:00 Malta CE%sT 1981 + 1:00 EU CE%sT + +# Moldova + +# From Paul Eggert (2001-02-11): +# A previous version of this database followed Shanks, who writes that +# Tiraspol switched to Moscow time on 1992-01-19 at 02:00. +# However, this is most likely an error, as Moldova declared independence +# on 1991-08-27 (the 1992-01-19 date is that of a Russian decree). +# In early 1992 there was large-scale interethnic violence in the area +# and it's possible that some Russophones continued to observe Moscow time. +# But moldavizolit@tirastel.md and mk@tirastel.md separately reported via +# Jesper Norgaard that as of 2001-01-24 Tiraspol was like Chisinau. +# The Tiraspol entry has therefore been removed for now. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Chisinau 1:55:20 - LMT 1880 + 1:55 - CMT 1918 Feb 15 # Chisinau MT + 1:44:24 - BMT 1931 Jul 24 # Bucharest MT + 2:00 Romania EE%sT 1940 Aug 15 + 2:00 1:00 EEST 1941 Jul 17 + 1:00 C-Eur CE%sT 1944 Aug 24 + 3:00 Russia MSK/MSD 1990 + 3:00 - MSK 1990 May 6 + 2:00 - EET 1991 + 2:00 Russia EE%sT 1992 + 2:00 E-Eur EE%sT 1997 +# See Romania commentary for the guessed 1997 transition to EU rules. + 2:00 EU EE%sT + +# Monaco +# Shanks gives 0:09 for Paris Mean Time; go with Howse's more precise 0:09:21. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Monaco 0:29:32 - LMT 1891 Mar 15 + 0:09:21 - PMT 1911 Mar 11 # Paris Mean Time + 0:00 France WE%sT 1945 Sep 16 3:00 + 1:00 France CE%sT 1977 + 1:00 EU CE%sT + +# Netherlands + +# Howse writes that the Netherlands' railways used GMT between 1892 and 1940, +# but for other purposes the Netherlands used Amsterdam mean time. + +# However, Robert H. van Gent writes (2001-04-01): +# Howse's statement is only correct up to 1909. From 1909-05-01 (00:00:00 +# Amsterdam mean time) onwards, the whole of the Netherlands (including +# the Dutch railways) was required by law to observe Amsterdam mean time +# (19 minutes 32.13 seconds ahead of GMT). This had already been the +# common practice (except for the railways) for many decades but it was +# not until 1909 when the Dutch government finally defined this by law. +# On 1937-07-01 this was changed to 20 minutes (exactly) ahead of GMT and +# was generally known as Dutch Time ("Nederlandse Tijd"). +# +# (2001-04-08): +# 1892-05-01 was the date when the Dutch railways were by law required to +# observe GMT while the remainder of the Netherlands adhered to the common +# practice of following Amsterdam mean time. +# +# (2001-04-09): +# In 1835 the authorities of the province of North Holland requested the +# municipal authorities of the towns and cities in the province to observe +# Amsterdam mean time but I do not know in how many cases this request was +# actually followed. +# +# From 1852 onwards the Dutch telegraph offices were by law required to +# observe Amsterdam mean time. As the time signals from the observatory of +# Leiden were also distributed by the telegraph system, I assume that most +# places linked up with the telegraph (and railway) system automatically +# adopted Amsterdam mean time. +# +# Although the early Dutch railway companies initially observed a variety +# of times, most of them had adopted Amsterdam mean time by 1858 but it +# was not until 1866 when they were all required by law to observe +# Amsterdam mean time. + +# The data before 1945 are taken from +# . + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Neth 1916 only - May 1 0:00 1:00 NST # Netherlands Summer Time +Rule Neth 1916 only - Oct 1 0:00 0 AMT # Amsterdam Mean Time +Rule Neth 1917 only - Apr 16 2:00s 1:00 NST +Rule Neth 1917 only - Sep 17 2:00s 0 AMT +Rule Neth 1918 1921 - Apr Mon>=1 2:00s 1:00 NST +Rule Neth 1918 1921 - Sep lastMon 2:00s 0 AMT +Rule Neth 1922 only - Mar lastSun 2:00s 1:00 NST +Rule Neth 1922 1936 - Oct Sun>=2 2:00s 0 AMT +Rule Neth 1923 only - Jun Fri>=1 2:00s 1:00 NST +Rule Neth 1924 only - Mar lastSun 2:00s 1:00 NST +Rule Neth 1925 only - Jun Fri>=1 2:00s 1:00 NST +# From 1926 through 1939 DST began 05-15, except that it was delayed by a week +# in years when 05-15 fell in the Pentecost weekend. +Rule Neth 1926 1931 - May 15 2:00s 1:00 NST +Rule Neth 1932 only - May 22 2:00s 1:00 NST +Rule Neth 1933 1936 - May 15 2:00s 1:00 NST +Rule Neth 1937 only - May 22 2:00s 1:00 NST +Rule Neth 1937 only - Jul 1 0:00 1:00 S +Rule Neth 1937 1939 - Oct Sun>=2 2:00s 0 - +Rule Neth 1938 1939 - May 15 2:00s 1:00 S +Rule Neth 1945 only - Apr 2 2:00s 1:00 S +Rule Neth 1945 only - Sep 16 2:00s 0 - +# +# Amsterdam Mean Time was +00:19:32.13 exactly, but the .13 is omitted +# below because the current format requires GMTOFF to be an integer. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Amsterdam 0:19:32 - LMT 1835 + 0:19:32 Neth %s 1937 Jul 1 + 0:20 Neth NE%sT 1940 May 16 0:00 # Dutch Time + 1:00 C-Eur CE%sT 1945 Apr 2 2:00 + 1:00 Neth CE%sT 1977 + 1:00 EU CE%sT + +# Norway +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Whitman gives 1916 May 21 - 1916 Oct 21; go with Shanks. +Rule Norway 1916 only - May 22 1:00 1:00 S +Rule Norway 1916 only - Sep 30 0:00 0 - +# Whitman says DST observed 1935-08-11/1942-11-01, then 1943-03-29/10-04, +# 1944-04-03/10-02, and 1945-04-01/10-01; go with Shanks. +Rule Norway 1945 only - Apr 2 2:00s 1:00 S +Rule Norway 1945 only - Oct 1 2:00s 0 - +Rule Norway 1959 1964 - Mar Sun>=15 2:00s 1:00 S +Rule Norway 1959 1965 - Sep Sun>=15 2:00s 0 - +Rule Norway 1965 only - Apr 25 2:00s 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Oslo 0:43:00 - LMT 1895 Jan 1 + 1:00 Norway CE%sT 1940 Aug 10 23:00 + 1:00 C-Eur CE%sT 1945 Apr 2 2:00 + 1:00 Norway CE%sT 1980 + 1:00 EU CE%sT + +# Svalbard & Jan Mayen + +# From Steffen Thorsen (2001-05-01): +# Although I could not find it explicitly, it seems that Jan Mayen and +# Svalbard have been using the same time as Norway at least since the +# time they were declared as parts of Norway. Svalbard was declared +# as a part of Norway by law of 1925-07-17 no 11, section 4 and Jan +# Mayen by law of 1930-02-27 no 2, section 2. (From +# http://www.lovdata.no/all/nl-19250717-011.html and +# http://www.lovdata.no/all/nl-19300227-002.html). The law/regulation +# for normal/standard time in Norway is from 1894-06-29 no 1 (came +# into operation on 1895-01-01) and Svalbard/Jan Mayen seem to be a +# part of this law since 1925/1930. (From +# http://www.lovdata.no/all/nl-18940629-001.html ) I have not been +# able to find if Jan Mayen used a different time zone (e.g. -0100) +# before 1930. Jan Mayen has only been "inhabitated" since 1921 by +# Norwegian meteorologists and maybe used the same time as Norway ever +# since 1921. Svalbard (Arctic/Longyearbyen) has been inhabited since +# before 1895, and therefore probably changed the local time somewhere +# between 1895 and 1925 (inclusive). + +# From Paul Eggert (2001-05-01): +# +# Actually, Jan Mayen was never occupied by Germany during World War II, +# so it must have diverged from Oslo time during the war, as Olso was +# keeping Berlin time. +# +# says that the meteorologists +# burned down their station in 1940 and left the island, but returned in +# 1941 with a small Norwegian garrison and continued operations despite +# frequent air ttacks from Germans. In 1943 the Americans established a +# radiolocating station on the island, called "Atlantic City". Possibly +# the UTC offset changed during the war, but I think it unlikely that +# Jan Mayen used German daylight-saving rules. +# +# Svalbard is more complicated, as it was raided in August 1941 by an +# Allied party that evacuated the civilian population to England (says +# ). The Svalbard FAQ +# says that the Germans were +# expelled on 1942-05-14. However, small parties of Germans did return, +# and according to Wilhelm Dege's book "War North of 80" (1954) +# +# the German armed forces at the Svalbard weather station code-named +# Haudegen did not surrender to the Allies until September 1945. +# +# All these events predate our cutoff date of 1970. Unless we can +# come up with more definitive info about the timekeeping during the +# war years it's probably best just do do the following for now: +Link Europe/Oslo Arctic/Longyearbyen +Link Europe/Oslo Atlantic/Jan_Mayen + +# Poland +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Poland 1918 1919 - Sep 16 2:00s 0 - +Rule Poland 1919 only - Apr 15 2:00s 1:00 S +# Whitman gives 1944 Nov 30; go with Shanks. +Rule Poland 1944 only - Oct 4 2:00 0 - +# For 1944-1948 Whitman gives the previous day; go with Shanks. +Rule Poland 1945 only - Apr 29 0:00 1:00 S +Rule Poland 1945 only - Nov 1 0:00 0 - +Rule Poland 1946 only - Apr 14 0:00 1:00 S +Rule Poland 1946 only - Sep 7 0:00 0 - +Rule Poland 1947 only - May 4 0:00 1:00 S +Rule Poland 1947 1948 - Oct Sun>=1 0:00 0 - +Rule Poland 1948 only - Apr 18 0:00 1:00 S +# Whitman also gives 1949 Apr 9 - 1949 Oct 1; go with Shanks. +Rule Poland 1957 only - Jun 2 1:00s 1:00 S +Rule Poland 1957 1958 - Sep lastSun 1:00s 0 - +Rule Poland 1958 only - Mar 30 1:00s 1:00 S +Rule Poland 1959 only - May 31 1:00s 1:00 S +Rule Poland 1959 1961 - Oct Sun>=1 1:00s 0 - +Rule Poland 1960 only - Apr 3 1:00s 1:00 S +Rule Poland 1961 1964 - May Sun>=25 1:00s 1:00 S +Rule Poland 1962 1964 - Sep lastSun 1:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Warsaw 1:24:00 - LMT 1880 + 1:24:00 - WMT 1915 Aug 5 # Warsaw Mean Time + 1:00 C-Eur CE%sT 1918 Sep 16 3:00 + 2:00 Poland EE%sT 1922 Jun + 1:00 Poland CE%sT 1940 Jun 23 2:00 + 1:00 C-Eur CE%sT 1944 Oct + 1:00 Poland CE%sT 1977 Apr 3 1:00 + 1:00 W-Eur CE%sT 1999 +# IATA SSIM (1991/1996) gives EU rules, but the _The Warsaw Voice_ +# +# http://www.warsawvoice.com/pl/v361/NewsInBrief.shtml (1995-09-24) +# +# says the autumn 1995 switch was at 02:00. +# Stick with W-Eur for now. +# +# From Marcin.Kasperski@softax.com.pl (1999-06-10): +# According to my colleagues someone recently decided, that Poland would +# follow European Union regulations, so - I think - the matter is not +# worth further discussion. +# +# From Paul Eggert (1999-06-10): +# Kasperski also writes that the government futzed with the rules in 1997 +# or 1998 but he doesn't remember the details. Assume they switched to +# EU rules in 1999. + 1:00 EU CE%sT + +# Portugal +# +# From Rui Pedro Salgueiro (1992-11-12): +# Portugal has recently (September, 27) changed timezone +# (from WET to MET or CET) to harmonize with EEC. +# +# Martin Bruckmann (1996-02-29) reports via Peter Ilieve +# that Portugal is reverting to 0:00 by not moving its clocks this spring. +# The new Prime Minister was fed up with getting up in the dark in the winter. +# +# From Paul Eggert (1996-11-12): +# IATA SSIM (1991-09) reports several 1991-09 and 1992-09 transitions +# at 02:00u, not 01:00u. Assume that these are typos. +# IATA SSIM (1991/1992) reports that the Azores were at -1:00. +# IATA SSIM (1993-02) says +0:00; later issues (through 1996-09) say -1:00. +# Guess that the Azores changed to EU rules in 1992 (since that's when Portugal +# harmonized with the EU), and that they stayed +0:00 that winter. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# DSH writes that despite Decree 1,469 (1915), the change to the clocks was not +# done every year, depending on what Spain did, because of railroad schedules. +# Go with Shanks. +Rule Port 1916 only - Jun 17 23:00 1:00 S +# Whitman gives 1916 Oct 31; go with Shanks. +Rule Port 1916 only - Nov 1 1:00 0 - +Rule Port 1917 only - Feb 28 23:00s 1:00 S +Rule Port 1917 1921 - Oct 14 23:00s 0 - +Rule Port 1918 only - Mar 1 23:00s 1:00 S +Rule Port 1919 only - Feb 28 23:00s 1:00 S +Rule Port 1920 only - Feb 29 23:00s 1:00 S +Rule Port 1921 only - Feb 28 23:00s 1:00 S +Rule Port 1924 only - Apr 16 23:00s 1:00 S +Rule Port 1924 only - Oct 14 23:00s 0 - +Rule Port 1926 only - Apr 17 23:00s 1:00 S +Rule Port 1926 1929 - Oct Sat>=1 23:00s 0 - +Rule Port 1927 only - Apr 9 23:00s 1:00 S +Rule Port 1928 only - Apr 14 23:00s 1:00 S +Rule Port 1929 only - Apr 20 23:00s 1:00 S +Rule Port 1931 only - Apr 18 23:00s 1:00 S +# Whitman gives 1931 Oct 8; go with Shanks. +Rule Port 1931 1932 - Oct Sat>=1 23:00s 0 - +Rule Port 1932 only - Apr 2 23:00s 1:00 S +# Shanks gives 1934 Apr 4; go with Whitman. +Rule Port 1934 only - Apr 7 23:00s 1:00 S +# Whitman gives 1934 Oct 5; go with Shanks. +Rule Port 1934 1938 - Oct Sat>=1 23:00s 0 - +# Shanks gives 1935 Apr 30; go with Whitman. +Rule Port 1935 only - Mar 30 23:00s 1:00 S +Rule Port 1936 only - Apr 18 23:00s 1:00 S +# Whitman gives 1937 Apr 2; go with Shanks. +Rule Port 1937 only - Apr 3 23:00s 1:00 S +Rule Port 1938 only - Mar 26 23:00s 1:00 S +Rule Port 1939 only - Apr 15 23:00s 1:00 S +# Whitman gives 1939 Oct 7; go with Shanks. +Rule Port 1939 only - Nov 18 23:00s 0 - +Rule Port 1940 only - Feb 24 23:00s 1:00 S +# Shanks gives 1940 Oct 7; go with Whitman. +Rule Port 1940 1941 - Oct 5 23:00s 0 - +Rule Port 1941 only - Apr 5 23:00s 1:00 S +Rule Port 1942 1945 - Mar Sat>=8 23:00s 1:00 S +Rule Port 1942 only - Apr 25 22:00s 2:00 M # Midsummer +Rule Port 1942 only - Aug 15 22:00s 1:00 S +Rule Port 1942 1945 - Oct Sat>=24 23:00s 0 - +Rule Port 1943 only - Apr 17 22:00s 2:00 M +Rule Port 1943 1945 - Aug Sat>=25 22:00s 1:00 S +Rule Port 1944 1945 - Apr Sat>=21 22:00s 2:00 M +Rule Port 1946 only - Apr Sat>=1 23:00s 1:00 S +Rule Port 1946 only - Oct Sat>=1 23:00s 0 - +Rule Port 1947 1949 - Apr Sun>=1 2:00s 1:00 S +Rule Port 1947 1949 - Oct Sun>=1 2:00s 0 - +# Shanks says DST was observed in 1950; go with Whitman. +# Whitman gives Oct lastSun for 1952 on; go with Shanks. +Rule Port 1951 1965 - Apr Sun>=1 2:00s 1:00 S +Rule Port 1951 1965 - Oct Sun>=1 2:00s 0 - +Rule Port 1977 only - Mar 27 0:00s 1:00 S +Rule Port 1977 only - Sep 25 0:00s 0 - +Rule Port 1978 1979 - Apr Sun>=1 0:00s 1:00 S +Rule Port 1978 only - Oct 1 0:00s 0 - +Rule Port 1979 1982 - Sep lastSun 1:00s 0 - +Rule Port 1980 only - Mar lastSun 0:00s 1:00 S +Rule Port 1981 1982 - Mar lastSun 1:00s 1:00 S +Rule Port 1983 only - Mar lastSun 2:00s 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# Shanks says that the transition from LMT to WET occurred 1911-05-24; +# Willett says 1912-01-01. Go with Willett. +Zone Europe/Lisbon -0:36:32 - LMT 1884 + -0:36:32 - LMT 1912 Jan 1 # Lisbon Mean Time + 0:00 Port WE%sT 1966 Apr 3 2:00 + 1:00 - CET 1976 Sep 26 1:00 + 0:00 Port WE%sT 1983 Sep 25 1:00s + 0:00 W-Eur WE%sT 1992 Sep 27 1:00s + 1:00 EU CE%sT 1996 Mar 31 1:00u + 0:00 EU WE%sT +Zone Atlantic/Azores -1:42:40 - LMT 1884 # Ponta Delgada + -1:54:32 - HMT 1911 May 24 # Horta Mean Time + -2:00 Port AZO%sT 1966 Apr 3 2:00 # Azores Time + -1:00 Port AZO%sT 1983 Sep 25 1:00s + -1:00 W-Eur AZO%sT 1992 Sep 27 1:00s + 0:00 EU WE%sT 1993 Mar 28 1:00u + -1:00 EU AZO%sT +Zone Atlantic/Madeira -1:07:36 - LMT 1884 # Funchal + -1:07:36 - FMT 1911 May 24 # Funchal Mean Time + -1:00 Port MAD%sT 1966 Apr 3 2:00 # Madeira Time + 0:00 Port WE%sT 1983 Sep 25 1:00s + 0:00 EU WE%sT + +# Romania +# +# From Paul Eggert (1999-10-07): +# +# Nine O'clock (1998-10-23) reports that the switch occurred at +# 04:00 local time in fall 1998. For lack of better info, +# assume that Romania and Moldova switched to EU rules in 1997, +# the same year as Bulgaria. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Romania 1932 only - May 21 0:00s 1:00 S +Rule Romania 1932 1939 - Oct Sun>=1 0:00s 0 - +Rule Romania 1933 1939 - Apr Sun>=2 0:00s 1:00 S +Rule Romania 1979 only - May 27 0:00 1:00 S +Rule Romania 1979 only - Sep lastSun 0:00 0 - +Rule Romania 1980 only - Apr 5 23:00 1:00 S +Rule Romania 1980 only - Sep lastSun 1:00 0 - +Rule Romania 1991 1993 - Mar lastSun 0:00s 1:00 S +Rule Romania 1991 1993 - Sep lastSun 0:00s 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Bucharest 1:44:24 - LMT 1891 Oct + 1:44:24 - BMT 1931 Jul 24 # Bucharest MT + 2:00 Romania EE%sT 1981 Mar 29 2:00s + 2:00 C-Eur EE%sT 1991 + 2:00 Romania EE%sT 1994 + 2:00 E-Eur EE%sT 1997 + 2:00 EU EE%sT + +# Russia + +# From Paul Eggert (1999-11-12): +# Except for Moscow after 1919-07-01, I invented the time zone abbreviations. +# Moscow time zone abbreviations after 1919-07-01, and Moscow rules after 1991, +# are from Andrey A. Chernov. The rest is from Shanks, except we follow +# Chernov's report that 1992 DST transitions were Sat 23:00, not Sun 02:00s. +# +# From Stanislaw A. Kuzikowski (1994-06-29): +# But now it is some months since Novosibirsk is 3 hours ahead of Moscow! +# I do not know why they have decided to make this change; +# as far as I remember it was done exactly during winter->summer switching +# so we (Novosibirsk) simply did not switch. +# +# From Andrey A. Chernov (1996-10-04): +# `MSK' and `MSD' were born and used initially on Moscow computers with +# UNIX-like OSes by several developer groups (e.g. Demos group, Kiae group).... +# The next step was the UUCP network, the Relcom predecessor +# (used mainly for mail), and MSK/MSD was actively used there. +# +# From Chris Carrier <72157.3334@CompuServe.COM> (1996-10-30): +# According to a friend of mine who rode the Trans-Siberian Railroad from +# Moscow to Irkutsk in 1995, public air and rail transport in Russia ... +# still follows Moscow time, no matter where in Russia it is located. +# +# For Grozny, Chechnya, we have the following story from +# John Daniszewski, "Scavengers in the Rubble", Los Angeles Times (2001-02-07): +# News--often false--is spread by word of mouth. A rumor that it was +# time to move the clocks back put this whole city out of sync with +# the rest of Russia for two weeks--even soldiers stationed here began +# enforcing curfew at the wrong time. +# +# From Gwillim Law (2001-06-05): +# There's considerable evidence that Sakhalin Island used to be in +# UTC+11, and has changed to UTC+10, in this decade. I start with the +# SSIM, which listed Yuzhno-Sakhalinsk in zone RU10 along with Magadan +# until February 1997, and then in RU9 with Khabarovsk and Vladivostok +# since September 1997.... Although the Kuril Islands are +# administratively part of Sakhalin oblast', they appear to have +# remained on UTC+11 along with Magadan. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# +# Kaliningradskaya oblast'. +Zone Europe/Kaliningrad 1:22:00 - LMT 1893 Apr + 1:00 C-Eur CE%sT 1945 + 2:00 Poland CE%sT 1946 + 3:00 Russia MSK/MSD 1991 Mar 31 2:00s + 2:00 Russia EE%sT +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Respublika Adygeya, Arkhangel'skaya oblast', Astrakhanskaya oblast', +# Belgorodskaya oblast', Bryanskaya oblast', Vladimirskaya oblast', +# Volgogradskaya oblast', Vologodskaya oblast', Voronezhskaya oblast', +# Respublika Dagestan, Ivanovskaya oblast', Respublika Ingushetiya, +# Kabarbino-Balkarskaya Respublika, Respublika Kalmykiya, +# Kalyzhskaya oblast', Respublika Karachaevo-Cherkessiya, +# Respublika Kareliya, Kirovskaya oblast', Respublika Komi, +# Kostromskaya oblast', Krasnodarskij kraj, Kurskaya oblast', +# Leningradskaya oblast', Lipetskaya oblast', Respublika Marij El, +# Respublika Mordoviya, Moskva, Moskovskaya oblast', +# Murmanskaya oblast', Nenetskij avtonomnyj okrug, +# Nizhegorodskaya oblast', Novgorodskaya oblast', Orlovskaya oblast', +# Penzenskaya oblast', Pskovskaya oblast', Rostovskaya oblast', +# Ryazanskaya oblast', Sankt-Peterburg, Saratovskaya oblast', +# Respublika Severnaya Osetiya, Smolenskaya oblast', +# Stavropol'skij kraj, Tambovskaya oblast', Respublika Tatarstan, +# Tverskaya oblast', Tyl'skaya oblast', Ul'yanovskaya oblast', +# Chechenskaya Respublika, Chuvashskaya oblast', +# Yaroslavskaya oblast' +Zone Europe/Moscow 2:30:20 - LMT 1880 + 2:30 - MMT 1916 Jul 3 # Moscow Mean Time + 2:30:48 Russia %s 1919 Jul 1 2:00 + 3:00 Russia MSK/MSD 1922 Oct + 2:00 - EET 1930 Jun 21 + 3:00 Russia MSK/MSD 1991 Mar 31 2:00s + 2:00 Russia EE%sT 1992 Jan 19 2:00s + 3:00 Russia MSK/MSD +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Samarskaya oblast', Udmyrtskaya respublika +Zone Europe/Samara 3:20:36 - LMT 1919 Jul 1 2:00 + 3:00 - KUYT 1930 Jun 21 # Kuybyshev + 4:00 Russia KUY%sT 1989 Mar 26 2:00s + 3:00 Russia KUY%sT 1991 Mar 31 2:00s + 2:00 Russia KUY%sT 1991 Sep 29 2:00s + 3:00 - KUYT 1991 Oct 20 3:00 + 4:00 Russia SAM%sT # Samara Time +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Respublika Bashkortostan, Komi-Permyatskij avtonomnyj okrug, +# Kurganskaya oblast', Orenburgskaya oblast', Permskaya oblast', +# Sverdlovskaya oblast', Tyumenskaya oblast', +# Khanty-Manskijskij avtonomnyj okrug, Chelyabinskaya oblast', +# Yamalo-Nenetskij avtonomnyj okrug. +Zone Asia/Yekaterinburg 4:02:24 - LMT 1919 Jul 15 4:00 + 4:00 - SVET 1930 Jun 21 # Sverdlovsk Time + 5:00 Russia SVE%sT 1991 Mar 31 2:00s + 4:00 Russia SVE%sT 1992 Jan 19 2:00s + 5:00 Russia YEK%sT # Yekaterinburg Time +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Respublika Altaj, Altajskij kraj, Omskaya oblast'. +Zone Asia/Omsk 4:53:36 - LMT 1919 Nov 14 + 5:00 - OMST 1930 Jun 21 # Omsk TIme + 6:00 Russia OMS%sT 1991 Mar 31 2:00s + 5:00 Russia OMS%sT 1992 Jan 19 2:00s + 6:00 Russia OMS%sT +# +# Novosibirskaya oblast'. +Zone Asia/Novosibirsk 5:31:40 - LMT 1919 Dec 14 6:00 + 6:00 - NOVT 1930 Jun 21 # Novosibirsk Time + 7:00 Russia NOV%sT 1991 Mar 31 2:00s + 6:00 Russia NOV%sT 1992 Jan 19 2:00s + 7:00 Russia NOV%sT 1993 May 23 # says Shanks + 6:00 Russia NOV%sT +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Kemerovskaya oblast', Krasnoyarskij kraj, +# Tajmyrskij (Dolgano-Nenetskij) avtonomnyj okrug, Tomskaya oblast', +# Respublika Tuva, Respublika Khakasiya, Evenkijskij avtonomnyj okrug. +Zone Asia/Krasnoyarsk 6:11:20 - LMT 1920 Jan 6 + 6:00 - KRAT 1930 Jun 21 # Krasnoyarsk Time + 7:00 Russia KRA%sT 1991 Mar 31 2:00s + 6:00 Russia KRA%sT 1992 Jan 19 2:00s + 7:00 Russia KRA%sT +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Respublika Buryatiya, Irkutskaya oblast', +# Ust'-Ordynskij Buryatskij avtonomnyj okrug. +Zone Asia/Irkutsk 6:57:20 - LMT 1880 + 6:57:20 - IMT 1920 Jan 25 # Irkutsk Mean Time + 7:00 - IRKT 1930 Jun 21 # Irkutsk Time + 8:00 Russia IRK%sT 1991 Mar 31 2:00s + 7:00 Russia IRK%sT 1992 Jan 19 2:00s + 8:00 Russia IRK%sT +# +# From Oscar van Vlijmen (2003-10-18): [This region consists of] +# Aginskij Buryatskij avtonomnyj okrug, Amurskaya oblast', +# [parts of] Respublika Sakha (Yakutiya), Chitinskaya oblast'. +# The Sakha districts are: Aldanskij, Amginskij, Anabarskij, +# Bulunskij, Verkhnekolymskij, Verkhnevilyujskij, Vilyujskij, Gornyj, +# Zhiganskij, Kobyajskij, Lenskij, Megino-Kangalasskij, Mirninskij, +# Namskij, Nyurbinskij, Olenekskij, Olekminskij, Srednekolymskij, +# Suntarskij, Tattinskij, Ust'-Aldanskij, Khangalasskij, +# Churapchinskij, Eveno-Bytantajskij. +Zone Asia/Yakutsk 8:38:40 - LMT 1919 Dec 15 + 8:00 - YAKT 1930 Jun 21 # Yakutsk Time + 9:00 Russia YAK%sT 1991 Mar 31 2:00s + 8:00 Russia YAK%sT 1992 Jan 19 2:00s + 9:00 Russia YAK%sT +# +# From Oscar van Vlijmen (2003-10-18): [This region consists of] +# Evrejskaya avtonomnaya oblast', Khabarovskij kraj, Primorskij kraj, +# [parts of] Respublika Sakha (Yakutiya). +# The Sakha districts are: Verkhoyanskij, Tomponskij, Ust'-Majskij, +# Ust'-Yanskij. +Zone Asia/Vladivostok 8:47:44 - LMT 1922 Nov 15 + 9:00 - VLAT 1930 Jun 21 # Vladivostok Time + 10:00 Russia VLA%sT 1991 Mar 31 2:00s + 9:00 Russia VLA%sST 1992 Jan 19 2:00s + 10:00 Russia VLA%sT +# +# Sakhalinskaya oblast'. +# The Zone name should be Yuzhno-Sakhalinsk, but that's too long. +Zone Asia/Sakhalin 9:30:48 - LMT 1905 Aug 23 + 9:00 - CJT 1938 + 9:00 - JST 1945 Aug 25 + 11:00 Russia SAK%sT 1991 Mar 31 2:00s # Sakhalin T. + 10:00 Russia SAK%sT 1992 Jan 19 2:00s + 11:00 Russia SAK%sT 1997 Mar lastSun 2:00s + 10:00 Russia SAK%sT +# +# From Oscar van Vlijmen (2003-10-18): [This region consists of] +# Magadanskaya oblast', Respublika Sakha (Yakutiya). +# Probably also: Kuril Islands. +# The Sakha districts are: Abyjskij, Allaikhovskij, Momskij, +# Nizhnekolymskij, Ojmyakonskij. +Zone Asia/Magadan 10:03:12 - LMT 1924 May 2 + 10:00 - MAGT 1930 Jun 21 # Magadan Time + 11:00 Russia MAG%sT 1991 Mar 31 2:00s + 10:00 Russia MAG%sT 1992 Jan 19 2:00s + 11:00 Russia MAG%sT +# +# From Oscar van Vlijmen (2001-08-25): [This region consists of] +# Kamchatskaya oblast', Koryakskij avtonomnyj okrug. +# +# The Zone name should be Asia/Petropavlovsk-Kamchatski, but that's too long. +Zone Asia/Kamchatka 10:34:36 - LMT 1922 Nov 10 + 11:00 - PETT 1930 Jun 21 # P-K Time + 12:00 Russia PET%sT 1991 Mar 31 2:00s + 11:00 Russia PET%sT 1992 Jan 19 2:00s + 12:00 Russia PET%sT +# +# Chukotskij avtonomnyj okrug +Zone Asia/Anadyr 11:49:56 - LMT 1924 May 2 + 12:00 - ANAT 1930 Jun 21 # Anadyr Time + 13:00 Russia ANA%sT 1982 Apr 1 0:00s + 12:00 Russia ANA%sT 1991 Mar 31 2:00s + 11:00 Russia ANA%sT 1992 Jan 19 2:00s + 12:00 Russia ANA%sT + +# Serbia and Montenegro +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Belgrade 1:22:00 - LMT 1884 + 1:00 - CET 1941 Apr 18 23:00 + 1:00 C-Eur CE%sT 1945 May 8 2:00s + 1:00 1:00 CEST 1945 Sep 16 2:00s +# Metod Kozelj reports that the legal date of +# transition to EU rules was 1982-11-27, for all of Yugoslavia at the time. +# Shanks doesn't give as much detail, so go with Kozelj. + 1:00 - CET 1982 Nov 27 + 1:00 EU CE%sT +Link Europe/Belgrade Europe/Ljubljana # Slovenia +Link Europe/Belgrade Europe/Sarajevo # Bosnia and Herzegovina +Link Europe/Belgrade Europe/Skopje # Macedonia +Link Europe/Belgrade Europe/Zagreb # Croatia + +# Slovakia +Link Europe/Prague Europe/Bratislava + +# Slovenia +# see Serbia and Montenegro + +# Spain +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# For 1917-1919 Whitman gives Apr Sat>=1 - Oct Sat>=1; go with Shanks. +Rule Spain 1917 only - May 5 23:00s 1:00 S +Rule Spain 1917 1919 - Oct 6 23:00s 0 - +Rule Spain 1918 only - Apr 15 23:00s 1:00 S +Rule Spain 1919 only - Apr 5 23:00s 1:00 S +# Whitman gives 1921 Feb 28 - Oct 14; go with Shanks. +Rule Spain 1924 only - Apr 16 23:00s 1:00 S +# Whitman gives 1924 Oct 14; go with Shanks. +Rule Spain 1924 only - Oct 4 23:00s 0 - +Rule Spain 1926 only - Apr 17 23:00s 1:00 S +# Whitman says no DST in 1929; go with Shanks. +Rule Spain 1926 1929 - Oct Sat>=1 23:00s 0 - +Rule Spain 1927 only - Apr 9 23:00s 1:00 S +Rule Spain 1928 only - Apr 14 23:00s 1:00 S +Rule Spain 1929 only - Apr 20 23:00s 1:00 S +# Whitman gives 1937 Jun 16, 1938 Apr 16, 1940 Apr 13; go with Shanks. +Rule Spain 1937 only - May 22 23:00s 1:00 S +Rule Spain 1937 1939 - Oct Sat>=1 23:00s 0 - +Rule Spain 1938 only - Mar 22 23:00s 1:00 S +Rule Spain 1939 only - Apr 15 23:00s 1:00 S +Rule Spain 1940 only - Mar 16 23:00s 1:00 S +# Whitman says no DST 1942-1945; go with Shanks. +Rule Spain 1942 only - May 2 22:00s 2:00 M # Midsummer +Rule Spain 1942 only - Sep 1 22:00s 1:00 S +Rule Spain 1943 1946 - Apr Sat>=13 22:00s 2:00 M +Rule Spain 1943 only - Oct 3 22:00s 1:00 S +Rule Spain 1944 only - Oct 10 22:00s 1:00 S +Rule Spain 1945 only - Sep 30 1:00 1:00 S +Rule Spain 1946 only - Sep 30 0:00 0 - +Rule Spain 1949 only - Apr 30 23:00 1:00 S +Rule Spain 1949 only - Sep 30 1:00 0 - +Rule Spain 1974 1975 - Apr Sat>=13 23:00 1:00 S +Rule Spain 1974 1975 - Oct Sun>=1 1:00 0 - +Rule Spain 1976 only - Mar 27 23:00 1:00 S +Rule Spain 1976 1977 - Sep lastSun 1:00 0 - +Rule Spain 1977 1978 - Apr 2 23:00 1:00 S +Rule Spain 1978 only - Oct 1 1:00 0 - +# The following rules are copied from Morocco from 1967 through 1978. +Rule SpainAfrica 1967 only - Jun 3 12:00 1:00 S +Rule SpainAfrica 1967 only - Oct 1 0:00 0 - +Rule SpainAfrica 1974 only - Jun 24 0:00 1:00 S +Rule SpainAfrica 1974 only - Sep 1 0:00 0 - +Rule SpainAfrica 1976 1977 - May 1 0:00 1:00 S +Rule SpainAfrica 1976 only - Aug 1 0:00 0 - +Rule SpainAfrica 1977 only - Sep 28 0:00 0 - +Rule SpainAfrica 1978 only - Jun 1 0:00 1:00 S +Rule SpainAfrica 1978 only - Aug 4 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Madrid -0:14:44 - LMT 1901 + 0:00 Spain WE%sT 1946 Sep 30 + 1:00 Spain CE%sT 1979 + 1:00 EU CE%sT +Zone Africa/Ceuta -0:21:16 - LMT 1901 + 0:00 - WET 1918 May 6 23:00 + 0:00 1:00 WEST 1918 Oct 7 23:00 + 0:00 - WET 1924 + 0:00 Spain WE%sT 1929 + 0:00 SpainAfrica WE%sT 1984 Mar 16 + 1:00 - CET 1986 + 1:00 EU CE%sT +Zone Atlantic/Canary -1:01:36 - LMT 1922 Mar # Las Palmas de Gran C. + -1:00 - CANT 1946 Sep 30 1:00 # Canaries Time + 0:00 - WET 1980 Apr 6 0:00s + 0:00 1:00 WEST 1980 Sep 28 0:00s + 0:00 EU WE%sT +# IATA SSIM (1996-09) says the Canaries switch at 2:00u, not 1:00u. +# Ignore this for now, as the Canaries are part of the EU. + +# Sweden + +# From Ivan Nilsson (2001-04-13), superseding Shanks: +# +# The law "Svensk forfattningssamling 1878, no 14" about standard time in 1879: +# From the beginning of 1879 (that is 01-01 00:00) the time for all +# places in the country is "the mean solar time for the meridian at +# three degrees, or twelve minutes of time, to the west of the +# meridian of the Observatory of Stockholm". The law is dated 1878-05-31. +# +# The observatory at that time had the meridian 18 degrees 03' 30" +# eastern longitude = 01:12:14 in time. Less 12 minutes gives the +# national standard time as 01:00:14 ahead of GMT.... +# +# About the beginning of CET in Sweden. The lawtext ("Svensk +# forfattningssamling 1899, no 44") states, that "from the beginning +# of 1900... ... the same as the mean solar time for the meridian at +# the distance of one hour of time from the meridian of the English +# observatory at Greenwich, or at 12 minutes 14 seconds to the west +# from the meridian of the Observatory of Stockholm". The law is dated +# 1899-06-16. In short: At 1900-01-01 00:00:00 the new standard time +# in Sweden is 01:00:00 ahead of GMT. +# +# 1916: The lawtext ("Svensk forfattningssamling 1916, no 124") states +# that "1916-05-15 is considered to begin one hour earlier". It is +# pretty obvious that at 05-14 23:00 the clocks are set to 05-15 00:00.... +# Further the law says, that "1916-09-30 is considered to end one hour later". +# +# The laws regulating [DST] are available on the site of the Swedish +# Parliament beginning with 1985 - the laws regulating 1980/1984 are +# not available on the site (to my knowledge they are only available +# in Swedish): (type +# "sommartid" without the quotes in the field "Fritext" and then click +# the Sok-button). +# +# (2001-05-13): +# +# I have now found a newspaper stating that at 1916-10-01 01:00 +# summertime the church-clocks etc were set back one hour to show +# 1916-10-01 00:00 standard time. The article also reports that some +# people thought the switch to standard time would take place already +# at 1916-10-01 00:00 summer time, but they had to wait for another +# hour before the event took place. +# +# Source: The newspaper "Dagens Nyheter", 1916-10-01, page 7 upper left. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Stockholm 1:12:12 - LMT 1879 Jan 1 + 1:00:14 - SET 1900 Jan 1 # Swedish Time + 1:00 - CET 1916 May 14 23:00 + 1:00 1:00 CEST 1916 Oct 1 01:00 + 1:00 - CET 1980 + 1:00 EU CE%sT + +# Switzerland +# From Howse: +# By the end of the 18th century clocks and watches became commonplace +# and their performance improved enormously. Communities began to keep +# mean time in preference to apparent time -- Geneva from 1780 .... +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# From Whitman (who writes ``Midnight?''): +Rule Swiss 1940 only - Nov 2 0:00 1:00 S +Rule Swiss 1940 only - Dec 31 0:00 0 - +# From Shanks: +Rule Swiss 1941 1942 - May Sun>=1 2:00 1:00 S +Rule Swiss 1941 1942 - Oct Sun>=1 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Zurich 0:34:08 - LMT 1848 Sep 12 + 0:29:44 - BMT 1894 Jun # Bern Mean Time + 1:00 Swiss CE%sT 1981 + 1:00 EU CE%sT + +# Turkey +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Turkey 1916 only - May 1 0:00 1:00 S +Rule Turkey 1916 only - Oct 1 0:00 0 - +Rule Turkey 1920 only - Mar 28 0:00 1:00 S +Rule Turkey 1920 only - Oct 25 0:00 0 - +Rule Turkey 1921 only - Apr 3 0:00 1:00 S +Rule Turkey 1921 only - Oct 3 0:00 0 - +Rule Turkey 1922 only - Mar 26 0:00 1:00 S +Rule Turkey 1922 only - Oct 8 0:00 0 - +# Whitman gives 1923 Apr 28 - Sep 16 and no DST in 1924-1925; go with Shanks. +Rule Turkey 1924 only - May 13 0:00 1:00 S +Rule Turkey 1924 1925 - Oct 1 0:00 0 - +Rule Turkey 1925 only - May 1 0:00 1:00 S +Rule Turkey 1940 only - Jun 30 0:00 1:00 S +Rule Turkey 1940 only - Oct 5 0:00 0 - +Rule Turkey 1940 only - Dec 1 0:00 1:00 S +Rule Turkey 1941 only - Sep 21 0:00 0 - +Rule Turkey 1942 only - Apr 1 0:00 1:00 S +# Whitman omits the next two transition and gives 1945 Oct 1; go with Shanks. +Rule Turkey 1942 only - Nov 1 0:00 0 - +Rule Turkey 1945 only - Apr 2 0:00 1:00 S +Rule Turkey 1945 only - Oct 8 0:00 0 - +Rule Turkey 1946 only - Jun 1 0:00 1:00 S +Rule Turkey 1946 only - Oct 1 0:00 0 - +Rule Turkey 1947 1948 - Apr Sun>=16 0:00 1:00 S +Rule Turkey 1947 1950 - Oct Sun>=2 0:00 0 - +Rule Turkey 1949 only - Apr 10 0:00 1:00 S +Rule Turkey 1950 only - Apr 19 0:00 1:00 S +Rule Turkey 1951 only - Apr 22 0:00 1:00 S +Rule Turkey 1951 only - Oct 8 0:00 0 - +Rule Turkey 1962 only - Jul 15 0:00 1:00 S +Rule Turkey 1962 only - Oct 8 0:00 0 - +Rule Turkey 1964 only - May 15 0:00 1:00 S +Rule Turkey 1964 only - Oct 1 0:00 0 - +Rule Turkey 1970 1972 - May Sun>=2 0:00 1:00 S +Rule Turkey 1970 1972 - Oct Sun>=2 0:00 0 - +Rule Turkey 1973 only - Jun 3 1:00 1:00 S +Rule Turkey 1973 only - Nov 4 3:00 0 - +Rule Turkey 1974 only - Mar 31 2:00 1:00 S +Rule Turkey 1974 only - Nov 3 5:00 0 - +Rule Turkey 1975 only - Mar 30 0:00 1:00 S +Rule Turkey 1975 1976 - Oct lastSun 0:00 0 - +Rule Turkey 1976 only - Jun 1 0:00 1:00 S +Rule Turkey 1977 1978 - Apr Sun>=1 0:00 1:00 S +Rule Turkey 1977 only - Oct 16 0:00 0 - +Rule Turkey 1979 1980 - Apr Sun>=1 3:00 1:00 S +Rule Turkey 1979 1982 - Oct Mon>=11 0:00 0 - +Rule Turkey 1981 1982 - Mar lastSun 3:00 1:00 S +Rule Turkey 1983 only - Jul 31 0:00 1:00 S +Rule Turkey 1983 only - Oct 2 0:00 0 - +Rule Turkey 1985 only - Apr 20 0:00 1:00 S +Rule Turkey 1985 only - Sep 28 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Europe/Istanbul 1:55:52 - LMT 1880 + 1:56:56 - IMT 1910 Oct # Istanbul Mean Time? + 2:00 Turkey EE%sT 1978 Oct 15 + 3:00 Turkey TR%sT 1985 Apr 20 # Turkey Time + 2:00 Turkey EE%sT 1986 + 2:00 C-Eur EE%sT 1991 + 2:00 EU EE%sT +Link Europe/Istanbul Asia/Istanbul # Istanbul is in both continents. + +# Ukraine +# +# From Igor Karpov, who works for the Ukranian Ministry of Justice, +# via Garrett Wollman (2003-01-27): +# BTW, I've found the official document on this matter. It's goverment +# regulations number 509, May 13, 1996. In my poor translation it says: +# "Time in Ukraine is set to second timezone (Kiev time). Each last Sunday +# of March at 3am the time is changing to 4am and each last Sunday of +# October the time at 4am is changing to 3am" + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# Most of Ukraine since 1970 has been like Kiev. +Zone Europe/Kiev 2:02:04 - LMT 1880 + 2:02:04 - KMT 1924 May 2 # Kiev Mean Time + 2:00 - EET 1930 Jun 21 + 3:00 - MSK 1941 Sep 20 + 1:00 C-Eur CE%sT 1943 Nov 6 + 3:00 Russia MSK/MSD 1990 + 3:00 - MSK 1990 Jul 1 2:00 + 2:00 - EET 1992 + 2:00 E-Eur EE%sT 1995 + 2:00 EU EE%sT +# Ruthenia used CET 1990/1991. +Zone Europe/Uzhgorod 1:29:12 - LMT 1890 Oct + 1:00 - CET 1940 + 1:00 C-Eur CE%sT 1944 Oct + 1:00 1:00 CEST 1944 Oct 26 + 1:00 - CET 1945 Jun 29 + 3:00 Russia MSK/MSD 1990 + 3:00 - MSK 1990 Jul 1 2:00 + 1:00 - CET 1991 Mar 31 3:00 + 2:00 - EET 1992 + 2:00 E-Eur EE%sT 1995 + 2:00 EU EE%sT +# Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991. +# Zaporozh'ye has an apostrophe, but Posix file names can't have apostrophes. +Zone Europe/Zaporozhye 2:20:40 - LMT 1880 + 2:20 - CUT 1924 May 2 # Central Ukraine T + 2:00 - EET 1930 Jun 21 + 3:00 - MSK 1941 Aug 25 + 1:00 C-Eur CE%sT 1943 Oct 25 + 3:00 Russia MSK/MSD 1991 Mar 31 2:00 + 2:00 E-Eur EE%sT 1995 + 2:00 EU EE%sT +# Central Crimea used Moscow time 1994/1997. +Zone Europe/Simferopol 2:16:24 - LMT 1880 + 2:16 - SMT 1924 May 2 # Simferopol Mean T + 2:00 - EET 1930 Jun 21 + 3:00 - MSK 1941 Nov + 1:00 C-Eur CE%sT 1944 Apr 13 + 3:00 Russia MSK/MSD 1990 + 3:00 - MSK 1990 Jul 1 2:00 + 2:00 - EET 1992 +# From Paul Eggert (1999-11-12): +# The _Economist_ (1994-05-28, p 45) reports that central Crimea switched +# from Kiev to Moscow time sometime after the January 1994 elections. +# Shanks says ``date of change uncertain'', but implies that it happened +# sometime between the 1994 DST switches. For now, guess it changed in May. + 2:00 E-Eur EE%sT 1994 May +# From IATA SSIM (1994/1997), which also says that Kerch is still like Kiev. + 3:00 E-Eur MSK/MSD 1996 Mar 31 3:00s + 3:00 1:00 MSD 1996 Oct 27 3:00s +# IATA SSIM (1997-09) says Crimea switched to EET/EEST. +# Assume it happened in March by not changing the clocks. + 3:00 Russia MSK/MSD 1997 + 3:00 - MSK 1997 Mar lastSun 1:00u + 2:00 EU EE%sT + +############################################################################### + +# One source shows that Bulgaria, Cyprus, Finland, and Greece observe DST from +# the last Sunday in March to the last Sunday in September in 1986. +# The source shows Romania changing a day later than everybody else. +# +# According to Bernard Sieloff's source, Poland is in the MET time zone but +# uses the WE DST rules. The Western USSR uses EET+1 and ME DST rules. +# Bernard Sieloff's source claims Romania switches on the same day, but at +# 00:00 standard time (i.e., 01:00 DST). It also claims that Turkey +# switches on the same day, but switches on at 01:00 standard time +# and off at 00:00 standard time (i.e., 01:00 DST) + +# ... +# Date: Wed, 28 Jan 87 16:56:27 -0100 +# From: seismo!mcvax!cgcha!wtho (Tom Hofmann) +# Message-Id: <8701281556.AA22174@cgcha.uucp> +# ... +# +# ...the European time rules are...standardized since 1981, when +# most European coun[tr]ies started DST. Before that year, only +# a few countries (UK, France, Italy) had DST, each according +# to own national rules. In 1981, however, DST started on +# 'Apr firstSun', and not on 'Mar lastSun' as in the following +# years... +# But also since 1981 there are some more national exceptions +# than listed in 'europe': Switzerland, for example, joined DST +# one year later, Denmark ended DST on 'Oct 1' instead of 'Sep +# lastSun' in 1981---I don't know how they handle now. +# +# Finally, DST ist always from 'Apr 1' to 'Oct 1' in the +# Soviet Union (as far as I know). +# +# Tom Hofmann, Scientific Computer Center, CIBA-GEIGY AG, +# 4002 Basle, Switzerland +# UUCP: ...!mcvax!cernvax!cgcha!wtho + +# ... +# Date: Wed, 4 Feb 87 22:35:22 +0100 +# From: seismo!mcvax!cwi.nl!dik (Dik T. Winter) +# ... +# +# The information from Tom Hofmann is (as far as I know) not entirely correct. +# After a request from chongo at amdahl I tried to retrieve all information +# about DST in Europe. I was able to find all from about 1969. +# +# ...standardization on DST in Europe started in about 1977 with switches on +# first Sunday in April and last Sunday in September... +# In 1981 UK joined Europe insofar that +# the starting day for both shifted to last Sunday in March. And from 1982 +# the whole of Europe used DST, with switch dates April 1 and October 1 in +# the Sov[i]et Union. In 1985 the SU reverted to standard Europe[a]n switch +# dates... +# +# It should also be remembered that time-zones are not constants; e.g. +# Portugal switched in 1976 from MET (or CET) to WET with DST... +# Note also that though there were rules for switch dates not +# all countries abided to these dates, and many individual deviations +# occurred, though not since 1982 I believe. Another note: it is always +# assumed that DST is 1 hour ahead of normal time, this need not be the +# case; at least in the Netherlands there have been times when DST was 2 hours +# in advance of normal time. +# +# ... +# dik t. winter, cwi, amsterdam, nederland +# INTERNET : dik@cwi.nl +# BITNET/EARN: dik@mcvax + +# From Bob Devine (1988-01-28): +# ... +# Greece: Last Sunday in April to last Sunday in September (iffy on dates). +# Since 1978. Change at midnight. +# ... +# Monaco: has same DST as France. +# ... diff --git a/zic.tproj/datfiles/factory b/zic.tproj/datfiles/factory new file mode 100644 index 0000000..ebcc92b --- /dev/null +++ b/zic.tproj/datfiles/factory @@ -0,0 +1,8 @@ +# @(#)factory 7.3 + +# For companies who don't want to put time zone specification in +# their installation procedures. When users run date, they'll get the message. +# Also useful for the "comp.sources" version. + +# Zone NAME GMTOFF RULES FORMAT +Zone Factory 0 - "Local time zone must be set--use tzsetup" diff --git a/zic.tproj/datfiles/leapseconds b/zic.tproj/datfiles/leapseconds new file mode 100644 index 0000000..7add330 --- /dev/null +++ b/zic.tproj/datfiles/leapseconds @@ -0,0 +1,81 @@ +# @(#)leapseconds 7.17 + +# Allowance for leapseconds added to each timezone file. + +# The International Earth Rotation Service periodically uses leap seconds +# to keep UTC to within 0.9 s of UT1 +# (which measures the true angular orientation of the earth in space); see +# Terry J Quinn, The BIPM and the accurate measure of time, +# Proc IEEE 79, 7 (July 1991), 894-905. +# There were no leap seconds before 1972, because the official mechanism +# accounting for the discrepancy between atomic time and the earth's rotation +# did not exist until the early 1970s. + +# The correction (+ or -) is made at the given time, so lines +# will typically look like: +# Leap YEAR MON DAY 23:59:60 + R/S +# or +# Leap YEAR MON DAY 23:59:59 - R/S + +# If the leapsecond is Rolling (R) the given time is local time +# If the leapsecond is Stationary (S) the given time is UTC + +# Leap YEAR MONTH DAY HH:MM:SS CORR R/S +Leap 1972 Jun 30 23:59:60 + S +Leap 1972 Dec 31 23:59:60 + S +Leap 1973 Dec 31 23:59:60 + S +Leap 1974 Dec 31 23:59:60 + S +Leap 1975 Dec 31 23:59:60 + S +Leap 1976 Dec 31 23:59:60 + S +Leap 1977 Dec 31 23:59:60 + S +Leap 1978 Dec 31 23:59:60 + S +Leap 1979 Dec 31 23:59:60 + S +Leap 1981 Jun 30 23:59:60 + S +Leap 1982 Jun 30 23:59:60 + S +Leap 1983 Jun 30 23:59:60 + S +Leap 1985 Jun 30 23:59:60 + S +Leap 1987 Dec 31 23:59:60 + S +Leap 1989 Dec 31 23:59:60 + S +Leap 1990 Dec 31 23:59:60 + S +Leap 1992 Jun 30 23:59:60 + S +Leap 1993 Jun 30 23:59:60 + S +Leap 1994 Jun 30 23:59:60 + S +Leap 1995 Dec 31 23:59:60 + S +Leap 1997 Jun 30 23:59:60 + S +Leap 1998 Dec 31 23:59:60 + S + +# INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS) +# +# SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE +# +# SERVICE DE LA ROTATION TERRESTRE +# OBSERVATOIRE DE PARIS +# 61, Av. de l'Observatoire 75014 PARIS (France) +# Tel. : 33 (0) 1 40 51 22 26 +# FAX : 33 (0) 1 40 51 22 91 +# Internet : services.iers@obspm.fr +# +# Paris, 15 January 2004 +# +# Bulletin C 27 +# +# To authorities responsible +# for the measurement and +# distribution of time +# +# INFORMATION ON UTC - TAI +# +# NO positive leap second will be introduced at the end of June 2004. +# The difference between UTC and the International Atomic Time TAI is: +# +# from 1999 January 1, 0h UTC, until further notice : UTC-TAI = -32 s +# +# Leap seconds can be introduced in UTC at the end of the months of December +# or June, depending on the evolution of UT1-TAI. Bulletin C is mailed every +# six months, either to announce a time step in UTC, or to confirm that there +# will be no time step at the next possible date. +# +# Daniel GAMBIS +# Director +# Earth Orientation Center of IERS +# Observatoire de Paris, France diff --git a/zic.tproj/datfiles/northamerica b/zic.tproj/datfiles/northamerica new file mode 100644 index 0000000..6e755b0 --- /dev/null +++ b/zic.tproj/datfiles/northamerica @@ -0,0 +1,1975 @@ +# @(#)northamerica 7.69 +# also includes Central America and the Caribbean + +# This data is by no means authoritative; if you think you know better, +# go ahead and edit the file (and please send any changes to +# tz@elsie.nci.nih.gov for general use in the future). + +# From Paul Eggert (1999-03-22): +# A reliable and entertaining source about time zones is +# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997). + +############################################################################### + +# United States + +# From Paul Eggert (1999-03-31): +# Howse writes (pp 121-125) that time zones were invented by +# Professor Charles Ferdinand Dowd (1825-1904), +# Principal of Temple Grove Ladies' Seminary (Saratoga Springs, NY). +# His pamphlet ``A System of National Time for Railroads'' (1870) +# was the result of his proposals at the Convention of Railroad Trunk Lines +# in New York City (1869-10). His 1870 proposal was based on Washington, DC, +# but in 1872-05 he moved the proposed origin to Greenwich. +# His proposal was adopted by the railroads on 1883-11-18 at 12:00, +# and the most of the country soon followed suit. + +# From Paul Eggert (1995-12-19): +# A good source for time zone historical data in the US is +# Thomas G. Shanks, The American Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1991). +# Make sure you have the errata sheet; the book is somewhat useless without it. +# It is the source for the US and Puerto Rico entries below. + +# From Paul Eggert (2001-03-06): +# Daylight Saving Time was first suggested as a joke by Benjamin Franklin +# in his whimsical essay ``An Economical Project for Diminishing the Cost +# of Light'' published in the Journal de Paris (1784-04-26). +# Not everyone is happy with the results: +# +# I don't really care how time is reckoned so long as there is some +# agreement about it, but I object to being told that I am saving +# daylight when my reason tells me that I am doing nothing of the kind. +# I even object to the implication that I am wasting something +# valuable if I stay in bed after the sun has risen. As an admirer +# of moonlight I resent the bossy insistence of those who want to +# reduce my time for enjoying it. At the back of the Daylight Saving +# scheme I detect the bony, blue-fingered hand of Puritanism, eager +# to push people into bed earlier, and get them up earlier, to make +# them healthy, wealthy and wise in spite of themselves. +# +# -- Robertson Davies, The Diary of Samuel Marchbanks (1947), XIX, Sunday +# +# For more about the first ten years of DST in the United States, see +# Robert Garland's +# Ten years of daylight saving from the Pittsburgh standpoint +# (Carnegie Library of Pittsburgh, 1927). +# +# Shanks says that DST was called "War Time" in the US in 1918 and 1919. +# However, DST was imposed by the Standard Time Act of 1918, which +# was the first nationwide legal time standard, and apparently +# time was just called "Standard Time" or "Daylight Saving Time". + +# From Arthur David Olson: +# US Daylight Saving Time ended on the last Sunday of *October* in 1974. +# See, for example, the front page of the Saturday, 1974-10-26 +# and Sunday, 1974-10-27 editions of the Washington Post. + +# From Arthur David Olson: +# Before the Uniform Time Act of 1966 took effect in 1967, observance of +# Daylight Saving Time in the US was by local option, except during wartime. + +# From Arthur David Olson (2000-09-25): +# Last night I heard part of a rebroadcast of a 1945 Arch Oboler radio drama. +# In the introduction, Oboler spoke of "Eastern Peace Time." +# An AltaVista search turned up +# : +# "When the time is announced over the radio now, it is 'Eastern Peace +# Time' instead of the old familiar 'Eastern War Time.' Peace is wonderful." +# (August 1945) by way of confirmation. + +# From Joseph Gallant , citing +# George H. Douglas, _The Early Days of Radio Broadcasting_ (1987): +# At 7 P.M. (Eastern War Time) [on 1945-08-14], the networks were set +# to switch to London for Attlee's address, but the American people +# never got to hear his speech live. According to one press account, +# CBS' Bob Trout was first to announce the word of Japan's surrender, +# but a few seconds later, NBC, ABC and Mutual also flashed the word +# of surrender, all of whom interrupting the bells of Big Ben in +# London which were to precede Mr. Attlee's speech. + +# From Paul Eggert (2003-02-09): It was Robert St John, not Bob Trout. From +# Myrna Oliver's obituary of St John on page B16 of today's Los Angeles Times: +# +# ... a war-weary U.S. clung to radios, awaiting word of Japan's surrender. +# Any announcement from Asia would reach St. John's New York newsroom on a +# wire service teletype machine, which had prescribed signals for major news. +# Associated Press, for example, would ring five bells before spewing out +# typed copy of an important story, and 10 bells for news "of transcendental +# importance." +# +# On Aug. 14, stalling while talking steadily into the NBC networks' open +# microphone, St. John heard five bells and waited only to hear a sixth bell, +# before announcing confidently: "Ladies and gentlemen, World War II is over. +# The Japanese have agreed to our surrender terms." +# +# He had scored a 20-second scoop on other broadcasters. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule US 1918 1919 - Mar lastSun 2:00 1:00 D +Rule US 1918 1919 - Oct lastSun 2:00 0 S +Rule US 1942 only - Feb 9 2:00 1:00 W # War +Rule US 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule US 1945 only - Sep 30 2:00 0 S +Rule US 1967 max - Oct lastSun 2:00 0 S +Rule US 1967 1973 - Apr lastSun 2:00 1:00 D +Rule US 1974 only - Jan 6 2:00 1:00 D +Rule US 1975 only - Feb 23 2:00 1:00 D +Rule US 1976 1986 - Apr lastSun 2:00 1:00 D +Rule US 1987 max - Apr Sun>=1 2:00 1:00 D +# +# H.R.177 +# (introduced 1999-01-06) would change April to March in the above rule. + +# From Bob Devine (1988-01-28): +# ...Alaska (and Hawaii) had the timezone names changed in 1967. +# old new +# Pacific Standard Time(PST) -same- +# Yukon Standard Time(YST) -same- +# Central Alaska S.T. (CAT) Alaska-Hawaii St[an]dard Time (AHST) +# Nome Standard Time (NT) Bering Standard Time (BST) +# +# ...Alaska's timezone lines were redrawn in 1983 to give only 2 tz. +# The YST zone now covers nearly all of the state, AHST just part +# of the Aleutian islands. No DST. + +# From Paul Eggert (1995-12-19): +# The tables below use `NST', not `NT', for Nome Standard Time. +# I invented `CAWT' for Central Alaska War Time. + +# From U. S. Naval Observatory (1989-01-19): +# USA EASTERN 5 H BEHIND UTC NEW YORK, WASHINGTON +# USA EASTERN 4 H BEHIND UTC APR 3 - OCT 30 +# USA CENTRAL 6 H BEHIND UTC CHICAGO, HOUSTON +# USA CENTRAL 5 H BEHIND UTC APR 3 - OCT 30 +# USA MOUNTAIN 7 H BEHIND UTC DENVER +# USA MOUNTAIN 6 H BEHIND UTC APR 3 - OCT 30 +# USA PACIFIC 8 H BEHIND UTC L.A., SAN FRANCISCO +# USA PACIFIC 7 H BEHIND UTC APR 3 - OCT 30 +# USA ALASKA STD 9 H BEHIND UTC MOST OF ALASKA (AKST) +# USA ALASKA STD 8 H BEHIND UTC APR 3 - OCT 30 (AKDT) +# USA ALEUTIAN 10 H BEHIND UTC ISLANDS WEST OF 170W +# USA - " - 9 H BEHIND UTC APR 3 - OCT 30 +# USA HAWAII 10 H BEHIND UTC +# USA BERING 11 H BEHIND UTC SAMOA, MIDWAY + +# From Arthur David Olson (1989-01-21): +# The above dates are for 1988. +# Note the "AKST" and "AKDT" abbreviations, the claim that there's +# no DST in Samoa, and the claim that there is DST in Alaska and the +# Aleutians. + +# From Arthur David Olson (1988-02-13): +# Legal standard time zone names, from United States Code (1982 Edition and +# Supplement III), Title 15, Chapter 6, Section 260 and forward. First, names +# up to 1967-04-01 (when most provisions of the Uniform Time Act of 1966 +# took effect), as explained in sections 263 and 261: +# (none) +# United States standard eastern time +# United States standard mountain time +# United States standard central time +# United States standard Pacific time +# (none) +# United States standard Alaska time +# (none) +# Next, names from 1967-04-01 until 1983-11-30 (the date for +# public law 98-181): +# Atlantic standard time +# eastern standard time +# central standard time +# mountain standard time +# Pacific standard time +# Yukon standard time +# Alaska-Hawaii standard time +# Bering standard time +# And after 1983-11-30: +# Atlantic standard time +# eastern standard time +# central standard time +# mountain standard time +# Pacific standard time +# Alaska standard time +# Hawaii-Aleutian standard time +# Samoa standard time +# The law doesn't give abbreviations. +# +# From Paul Eggert (2000-01-08), following a heads-up from Rives McDow: +# Public law 106-564 (2000-12-23) introduced the abbreviation +# "Chamorro Standard Time" for time in Guam and the Northern Marianas. +# See the file "australasia". + + +# US eastern time, represented by New York + +# Connecticut, Delaware, District of Columbia, most of Florida, +# Georgia, southeast Indiana (Clark, Dearborn, Floyd, Harrison, and +# Ohio counties), eastern Kentucky, Maine, Maryland, Massachusetts, +# New Hampshire, New Jersey, New York, North Carolina, Ohio, +# Pennsylvania, Rhode Island, South Carolina, eastern Tennessee, +# Vermont, Virginia, West Virginia + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule NYC 1920 only - Mar lastSun 2:00 1:00 D +Rule NYC 1920 only - Oct lastSun 2:00 0 S +Rule NYC 1921 1966 - Apr lastSun 2:00 1:00 D +Rule NYC 1921 1954 - Sep lastSun 2:00 0 S +Rule NYC 1955 1966 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/New_York -4:56:02 - LMT 1883 Nov 18 12:00 + -5:00 US E%sT 1920 + -5:00 NYC E%sT 1942 + -5:00 US E%sT 1946 + -5:00 NYC E%sT 1967 + -5:00 US E%sT + +# US central time, represented by Chicago + +# Alabama, Arkansas, Florida panhandle (Bay, Calhoun, Escambia, +# Gulf, Holmes, Jackson, Okaloosa, Santa Rosa, Walton, and +# Washington counties), Illinois, western Indiana +# (Gibson, Jasper, Lake, LaPorte, Newton, Porter, Posey, Spencer, +# Vanderburgh, and Warrick counties), Iowa, most of Kansas, western +# Kentucky, Louisiana, Minnesota, Mississippi, Missouri, eastern +# Nebraska, eastern North Dakota, Oklahoma, eastern South Dakota, +# western Tennessee, most of Texas, Wisconsin + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Chicago 1920 only - Jun 13 2:00 1:00 D +Rule Chicago 1920 1921 - Oct lastSun 2:00 0 S +Rule Chicago 1921 only - Mar lastSun 2:00 1:00 D +Rule Chicago 1922 1966 - Apr lastSun 2:00 1:00 D +Rule Chicago 1922 1954 - Sep lastSun 2:00 0 S +Rule Chicago 1955 1966 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Chicago -5:50:36 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1920 + -6:00 Chicago C%sT 1936 Mar 1 2:00 + -5:00 - EST 1936 Nov 15 2:00 + -6:00 Chicago C%sT 1942 + -6:00 US C%sT 1946 + -6:00 Chicago C%sT 1967 + -6:00 US C%sT +# Oliver County, ND switched from mountain to central time on 1992-10-25. +Zone America/North_Dakota/Center -6:45:12 - LMT 1883 Nov 18 12:00 + -7:00 US M%sT 1992 Oct 25 02:00 + -6:00 US C%sT + +# US mountain time, represented by Denver +# +# Colorado, far western Kansas, Montana, western +# Nebraska, Nevada border (Jackpot, Owyhee, and Mountain City), +# New Mexico, southwestern North Dakota, far eastern Oregon, +# western South Dakota, far western Texas (El Paso County, Hudspeth County, +# and Pine Springs and Nickel Creek in Culberson County), Utah, Wyoming +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Denver 1920 1921 - Mar lastSun 2:00 1:00 D +Rule Denver 1920 only - Oct lastSun 2:00 0 S +Rule Denver 1921 only - May 22 2:00 0 S +Rule Denver 1965 1966 - Apr lastSun 2:00 1:00 D +Rule Denver 1965 1966 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Denver -6:59:56 - LMT 1883 Nov 18 12:00 + -7:00 US M%sT 1920 + -7:00 Denver M%sT 1942 + -7:00 US M%sT 1946 + -7:00 Denver M%sT 1967 + -7:00 US M%sT + +# US Pacific time, represented by Los Angeles +# +# California, northern Idaho (Benewah, Bonner, Boundary, Clearwater, +# Idaho, Kootenai, Latah, Lewis, Nez Perce, and Shoshone counties), +# most of Nevada, most of Oregon, and Washington +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule CA 1948 only - Mar 14 2:00 1:00 D +Rule CA 1949 only - Jan 1 2:00 0 S +Rule CA 1950 1966 - Apr lastSun 2:00 1:00 D +Rule CA 1950 1961 - Sep lastSun 2:00 0 S +Rule CA 1962 1966 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Los_Angeles -7:52:58 - LMT 1883 Nov 18 12:00 + -8:00 US P%sT 1946 + -8:00 CA P%sT 1967 + -8:00 US P%sT + +# Alaska +# AK%sT is the modern abbreviation for -9:00 per USNO. +# +# From Paul Eggert (2001-05-30): +# Howse writes that Alaska switched from the Julian to the Gregorian calendar, +# and from east-of-GMT to west-of-GMT days, when the US bought it from Russia. +# This was on 1867-10-18, a Friday; the previous day was 1867-10-06 Julian, +# also a Friday. Include only the time zone part of this transition, +# ignoring the switch from Julian to Gregorian, since we can't represent +# the Julian calendar. +# +# As far as we know, none of the exact locations mentioned below were +# permanently inhabited in 1867 by anyone using either calendar. +# (Yakutat was colonized by the Russians in 1799, but the settlement +# was destroyed in 1805 by a Yakutat-kon war party.) However, there +# were nearby inhabitants in some cases and for our purposes perhaps +# it's best to simply use the official transition. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Juneau 15:02:19 - LMT 1867 Oct 18 + -8:57:41 - LMT 1900 Aug 20 12:00 + -8:00 - PST 1942 + -8:00 US P%sT 1946 + -8:00 - PST 1969 + -8:00 US P%sT 1983 Oct 30 2:00 + -9:00 US Y%sT 1983 Nov 30 + -9:00 US AK%sT +Zone America/Yakutat 14:41:05 - LMT 1867 Oct 18 + -9:18:55 - LMT 1900 Aug 20 12:00 + -9:00 - YST 1942 + -9:00 US Y%sT 1946 + -9:00 - YST 1969 + -9:00 US Y%sT 1983 Nov 30 + -9:00 US AK%sT +Zone America/Anchorage 14:00:24 - LMT 1867 Oct 18 + -9:59:36 - LMT 1900 Aug 20 12:00 + -10:00 - CAT 1942 + -10:00 US CAT/CAWT 1946 + -10:00 - CAT 1967 Apr + -10:00 - AHST 1969 + -10:00 US AH%sT 1983 Oct 30 2:00 + -9:00 US Y%sT 1983 Nov 30 + -9:00 US AK%sT +Zone America/Nome 12:58:21 - LMT 1867 Oct 18 + -11:01:38 - LMT 1900 Aug 20 12:00 + -11:00 - NST 1942 + -11:00 US N%sT 1946 + -11:00 - NST 1967 Apr + -11:00 - BST 1969 + -11:00 US B%sT 1983 Oct 30 2:00 + -9:00 US Y%sT 1983 Nov 30 + -9:00 US AK%sT +Zone America/Adak 12:13:21 - LMT 1867 Oct 18 + -11:46:38 - LMT 1900 Aug 20 12:00 + -11:00 - NST 1942 + -11:00 US N%sT 1946 + -11:00 - NST 1967 Apr + -11:00 - BST 1969 + -11:00 US B%sT 1983 Oct 30 2:00 + -10:00 US AH%sT 1983 Nov 30 + -10:00 US HA%sT +# Shanks writes that part of southwest Alaska (e.g. Aniak) +# switched from -11:00 to -10:00 on 1968-09-22 at 02:00, +# and another part (e.g. Akiak) made the same switch five weeks later. +# These switches don't quite make our 1970 cutoff. + +# Hawaii +# +# From Arthur David Olson: +# And then there's Hawaii. +# DST was observed for one day in 1933; +# standard time was changed by half an hour in 1947; +# it's always standard as of 1986. +# +# From Paul Eggert: +# Shanks says the 1933 experiment lasted for three weeks. Go with Shanks. +# +Zone Pacific/Honolulu -10:31:26 - LMT 1900 Jan 1 12:00 + -10:30 - HST 1933 Apr 30 2:00 + -10:30 1:00 HDT 1933 May 21 2:00 + -10:30 US H%sT 1947 Jun 8 2:00 + -10:00 - HST + +# Now we turn to US areas that have diverged from the consensus since 1970. + +# Arizona mostly uses MST. + +# From Paul Eggert (2002-10-20): +# +# The information in the rest of this paragraph is derived from the +# +# Daylight Saving Time web page (2002-01-23) maintained by the +# Arizona State Library, Archives and Public Records. +# Between 1944-01-01 and 1944-04-01 the State of Arizona used standard +# time, but by federal law railroads, airlines, bus lines, military +# personnel, and some engaged in interstate commerce continued to +# observe war (i.e., daylight saving) time. The 1944-03-17 Phoenix +# Gazette says that was the date the law changed, and that 04-01 was +# the date the state's clocks would change. In 1945 the State of +# Arizona used standard time all year, again with exceptions only as +# mandated by federal law. Arizona observed DST in 1967, but Arizona +# Laws 1968, ch. 183 (effective 1968-03-21) repealed DST. +# +# Shanks says the 1944 experiment came to an end on 1944-03-17. +# Go with the Arizona State Library instead. + +Zone America/Phoenix -7:28:18 - LMT 1883 Nov 18 12:00 + -7:00 US M%sT 1944 Jan 1 00:01 + -7:00 - MST 1944 Apr 1 00:01 + -7:00 US M%sT 1944 Oct 1 00:01 + -7:00 - MST 1967 + -7:00 US M%sT 1968 Mar 21 + -7:00 - MST +# From Arthur David Olson (1988-02-13): +# A writer from the Inter Tribal Council of Arizona, Inc., +# notes in private correspondence dated 1987-12-28 that "Presently, only the +# Navajo Nation participates in the Daylight Saving Time policy, due to its +# large size and location in three states." (The "only" means that other +# tribal nations don't use DST.) + +Link America/Denver America/Shiprock + +# Southern Idaho (Ada, Adams, Bannock, Bear Lake, Bingham, Blaine, +# Boise, Bonneville, Butte, Camas, Canyon, Caribou, Cassia, Clark, +# Custer, Elmore, Franklin, Fremont, Gem, Gooding, Jefferson, Jerome, +# Lemhi, Lincoln, Madison, Minidoka, Oneida, Owyhee, Payette, Power, +# Teton, Twin Falls, Valley, Washington counties) and eastern Oregon +# switched four weeks late in 1974. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Boise -7:44:49 - LMT 1883 Nov 18 12:00 + -8:00 US P%sT 1923 May 13 2:00 + -7:00 US M%sT 1974 + -7:00 - MST 1974 Feb 3 2:00 + -7:00 US M%sT + +# Indiana +# +# For a map of Indiana's time zone regions, see: +# +# What time is it in Indiana? +# (1999-04-06) +# +# From Paul Eggert (1995-12-19): +# Indiana generally observes either EST all year, or CST/CDT, +# but areas near Cincinnati and Louisville use those cities' timekeeping +# and in 1969 and 1970 the whole state observed daylight time; +# and there are other exceptions as noted below. +# Shanks partitions Indiana into 345 regions, each with its own time history, +# and writes ``Even newspaper reports present contradictory information.'' +# Fortunately, most of the complexity occurred before our cutoff date of 1970. +# +# Since 1970, EST-only Indiana has been like America/Indianapolis, +# with exceptions noted below for Crawford, Starke, and Switzerland counties. +# The parts of Indiana not listed below have been like America/Chicago, +# America/Louisville, or America/New_York. +# +# Other than Indianapolis, the Indiana place names are so nondescript +# that they would be ambiguous if we left them at the `America' level. +# So we reluctantly put them all in a subdirectory `America/Indiana'. +# +# Most of EST-only Indiana last observed DST in 1970. + +# From Paul Eggert (2001-03-06), following a tip by Markus Kuhn: +# Pam Belluck reported in the New York Times (2001-01-31) that the +# Indiana Legislature is considering a bill to adopt DST statewide. +# Her article mentioned Vevay, whose post office observes a different +# time zone from Danner's Hardware across the street. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Indianapolis 1941 only - Jun 22 2:00 1:00 D +Rule Indianapolis 1941 1954 - Sep lastSun 2:00 0 S +Rule Indianapolis 1946 1954 - Apr lastSun 2:00 1:00 D +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Indianapolis -5:44:38 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1920 + -6:00 Indianapolis C%sT 1942 + -6:00 US C%sT 1946 + -6:00 Indianapolis C%sT 1955 Apr 24 2:00 + -5:00 - EST 1957 Sep 29 2:00 + -6:00 - CST 1958 Apr 27 2:00 + -5:00 - EST 1969 + -5:00 US E%sT 1971 + -5:00 - EST +Link America/Indianapolis America/Indiana/Indianapolis +# +# Part of Crawford County, Indiana, last observed DST in 1975, +# and left its clocks alone in 1974. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Marengo 1951 only - Apr lastSun 2:00 1:00 D +Rule Marengo 1951 only - Sep lastSun 2:00 0 S +Rule Marengo 1954 1960 - Apr lastSun 2:00 1:00 D +Rule Marengo 1954 1960 - Sep lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Indiana/Marengo -5:45:23 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1951 + -6:00 Marengo C%sT 1961 Apr 30 2:00 + -5:00 - EST 1969 + -5:00 US E%sT 1974 Jan 6 2:00 + -6:00 1:00 CDT 1974 Oct 27 2:00 + -5:00 US E%sT 1976 + -5:00 - EST +# +# Starke County, Indiana +# From Arthur David Olson (1991-10-28): +# An article on page A3 of the Sunday, 1991-10-27 Washington Post +# notes that Starke County switched from Central time to Eastern time as of +# 1991-10-27. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Starke 1947 1961 - Apr lastSun 2:00 1:00 D +Rule Starke 1947 1954 - Sep lastSun 2:00 0 S +Rule Starke 1955 1956 - Oct lastSun 2:00 0 S +Rule Starke 1957 1958 - Sep lastSun 2:00 0 S +Rule Starke 1959 1961 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Indiana/Knox -5:46:30 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1947 + -6:00 Starke C%sT 1962 Apr 29 2:00 + -5:00 - EST 1963 Oct 27 2:00 + -6:00 US C%sT 1991 Oct 27 2:00 + -5:00 - EST +# +# Switzerland County, Indiana, last observed DST in 1972. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Indiana/Vevay -5:40:16 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1954 Apr 25 2:00 + -5:00 - EST 1969 + -5:00 US E%sT 1973 + -5:00 - EST + +# Part of Kentucky left its clocks alone in 1974. +# This also includes a part of Indiana immediately adjacent to Louisville. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Louisville 1921 only - May 1 2:00 1:00 D +Rule Louisville 1921 only - Sep 1 2:00 0 S +Rule Louisville 1941 1961 - Apr lastSun 2:00 1:00 D +Rule Louisville 1941 only - Sep lastSun 2:00 0 S +Rule Louisville 1946 only - Jun 2 2:00 0 S +Rule Louisville 1950 1955 - Sep lastSun 2:00 0 S +Rule Louisville 1956 1960 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Louisville -5:43:02 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1921 + -6:00 Louisville C%sT 1942 + -6:00 US C%sT 1946 + -6:00 Louisville C%sT 1961 Jul 23 2:00 + -5:00 - EST 1968 + -5:00 US E%sT 1974 Jan 6 2:00 + -6:00 1:00 CDT 1974 Oct 27 2:00 + -5:00 US E%sT +Link America/Louisville America/Kentucky/Louisville +# +# Wayne, Clinton, and Russell Counties, Kentucky +# +# From +# +# Lake Cumberland LIFE +# (1999-01-29) via WKYM-101.7: +# Clinton County has joined Wayne County in asking the DoT to change from +# the Central to the Eastern time zone.... The Wayne County government made +# the same request in December. And while Russell County officials have not +# taken action, the majority of respondents to a poll conducted there in +# August indicated they would like to change to "fast time" also. +# The three Lake Cumberland counties are the farthest east of any U.S. +# location in the Central time zone. +# +# From Rich Wales (2000-08-29): +# After prolonged debate, and despite continuing deep differences of opinion, +# Wayne County (central Kentucky) is switching from Central (-0600) to Eastern +# (-0500) time. They won't "fall back" this year. See Sara Shipley, +# The difference an hour makes, Nando Times (2000-08-29 15:33 -0400). +# +# From Paul Eggert (2001-07-16): +# The final rule was published in the +# +# Federal Register 65, 160 (2000-08-17), page 50154-50158. +# +# +Zone America/Kentucky/Monticello -5:39:24 - LMT 1883 Nov 18 12:00 + -6:00 US C%sT 1946 + -6:00 - CST 1968 + -6:00 US C%sT 2000 Oct 29 2:00 + -5:00 US E%sT + + +# From Rives McDow (2000-08-30): +# Here ... are all the changes in the US since 1985. +# Kearny County, KS (put all of county on central; +# previously split between MST and CST) ... 1990-10 +# Starke County, IN (from CST to EST) ... 1991-10 +# Oliver County, ND (from MST to CST) ... 1992-10 +# West Wendover, NV (from PST TO MST) ... 1999-10 +# Wayne County, KY (from CST to EST) ... 2000-10 +# +# From Paul Eggert (2001-07-17): +# We don't know where the line used to be within Kearny County, KS, +# so omit that change for now. +# See America/Indiana/Knox for the Starke County, IN change. +# See America/North_Dakota/Center for the Oliver County, ND change. +# West Wendover, NV officially switched from Pacific to mountain time on +# 1999-10-31. See the +# +# Federal Register 64, 203 (1999-10-21), page 56705-56707. +# +# However, the Federal Register says that West Wendover already operated +# on mountain time, and the rule merely made this official; +# hence a separate tz entry is not needed. + +# Michigan +# +# From Bob Devine (1988-01-28): +# Michigan didn't observe DST from 1968 to 1973. +# +# From Paul Eggert (1999-03-31): +# Shanks writes that Michigan started using standard time on 1885-09-18, +# but Howse writes (pp 124-125, referring to Popular Astronomy, 1901-01) +# that Detroit kept +# +# local time until 1900 when the City Council decreed that clocks should +# be put back twenty-eight minutes to Central Standard Time. Half the +# city obeyed, half refused. After considerable debate, the decision +# was rescinded and the city reverted to Sun time. A derisive offer to +# erect a sundial in front of the city hall was referred to the +# Committee on Sewers. Then, in 1905, Central time was adopted +# by city vote. +# +# This story is too entertaining to be false, so go with Howse over Shanks. +# +# From Paul Eggert (2001-03-06): +# Garland (1927) writes ``Cleveland and Detroit advanced their clocks +# one hour in 1914.'' This change is not in Shanks. We have no more +# info, so omit this for now. +# +# Most of Michigan observed DST from 1973 on, but was a bit late in 1975. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Detroit 1948 only - Apr lastSun 2:00 1:00 D +Rule Detroit 1948 only - Sep lastSun 2:00 0 S +Rule Detroit 1967 only - Jun 14 2:00 1:00 D +Rule Detroit 1967 only - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Detroit -5:32:11 - LMT 1905 + -6:00 - CST 1915 May 15 2:00 + -5:00 - EST 1942 + -5:00 US E%sT 1946 + -5:00 Detroit E%sT 1973 + -5:00 US E%sT 1975 + -5:00 - EST 1975 Apr 27 2:00 + -5:00 US E%sT +# +# The Michigan border with Wisconsin switched from EST to CST/CDT in 1973. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER +Rule Menominee 1946 only - Apr lastSun 2:00 1:00 D +Rule Menominee 1946 only - Sep lastSun 2:00 0 S +Rule Menominee 1966 only - Apr lastSun 2:00 1:00 D +Rule Menominee 1966 only - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Menominee -5:50:27 - LMT 1885 Sep 18 12:00 + -6:00 US C%sT 1946 + -6:00 Menominee C%sT 1969 Apr 27 2:00 + -5:00 - EST 1973 Apr 29 2:00 + -6:00 US C%sT + +# Navassa +# administered by the US Fish and Wildlife Service +# claimed by US under the provisions of the 1856 Guano Islands Act +# also claimed by Haiti +# occupied 1857/1900 by the Navassa Phosphate Co +# US lighthouse 1917/1996-09 +# currently uninhabited +# see Mark Fineman, ``An Isle Rich in Guano and Discord'', +# _Los Angeles Times_ (1998-11-10), A1, A10; it cites +# Jimmy Skaggs, _The Great Guano Rush_ (1994). + +# Old names, for S5 users + +# Link LINK-FROM LINK-TO +Link America/New_York EST5EDT +Link America/Chicago CST6CDT +Link America/Denver MST7MDT +Link America/Los_Angeles PST8PDT +Link America/Indianapolis EST +Link America/Phoenix MST +Link Pacific/Honolulu HST + +################################################################################ + + +# From Paul Eggert (1999-10-29): +# A good source for time zone historical data outside the US is +# Thomas G. Shanks, The International Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1999). +# +# Gwillim Law writes that a good source +# for recent time zone data is the International Air Transport +# Association's Standard Schedules Information Manual (IATA SSIM), +# published semiannually. Law sent in several helpful summaries +# of the IATA's data after 1990. +# +# Except where otherwise noted, Shanks is the source for entries through 1990, +# and IATA SSIM is the source for entries after 1990. +# +# Other sources occasionally used include: +# +# Edward W. Whitman, World Time Differences, +# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), +# which I found in the UCLA library. +# +# +# William Willett, The Waste of Daylight, 19th edition +# (1914-03) +# +# See the `europe' file for Greenland. + +# Canada + +# From Alain LaBont (1994-11-14): +# I post here the time zone abbreviations standardized in Canada +# for both English and French in the CAN/CSA-Z234.4-89 standard.... +# +# UTC Standard time Daylight savings time +# offset French English French English +# -2:30 - - HAT NDT +# -3 - - HAA ADT +# -3:30 HNT NST - - +# -4 HNA AST HAE EDT +# -5 HNE EST HAC CDT +# -6 HNC CST HAR MDT +# -7 HNR MST HAP PDT +# -8 HNP PST HAY YDT +# -9 HNY YST - - +# +# HN: Heure Normale ST: Standard Time +# HA: Heure Avance DT: Daylight saving Time +# +# A: de l'Atlantique Atlantic +# C: du Centre Central +# E: de l'Est Eastern +# M: Mountain +# N: Newfoundland +# P: du Pacifique Pacific +# R: des Rocheuses +# T: de Terre-Neuve +# Y: du Yukon Yukon +# +# From Paul Eggert (1994-11-22): +# Alas, this sort of thing must be handled by localization software. + +# Unless otherwise specified, the data for Canada are all from Shanks. + +# From Paul Eggert (2000-10-02): +# H. David Matthews and Mary Vincent's map +# +# "It's about TIME", _Canadian Geographic_ (September-October 1998) +# contains detailed boundaries for regions observing nonstandard +# time and daylight saving time arrangements in Canada circa 1998. +# +# INMS, the Institute for National Measurement Standards in Ottawa, has +# +# information about standard and daylight saving time zones in Canada. +# (updated periodically). +# Its unofficial information is often taken from Matthews and Vincent. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Canada 1918 only - Apr 14 2:00 1:00 D +Rule Canada 1918 only - Oct 31 2:00 0 S +Rule Canada 1942 only - Feb 9 2:00 1:00 W # War +Rule Canada 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule Canada 1945 only - Sep 30 2:00 0 S +Rule Canada 1974 1986 - Apr lastSun 2:00 1:00 D +Rule Canada 1974 max - Oct lastSun 2:00 0 S +Rule Canada 1987 max - Apr Sun>=1 2:00 1:00 D + + +# Newfoundland (and far southeast Labrador) + +# From Paul Eggert (2000-10-02): +# Matthews and Vincent (1998) write that Labrador should use NST/NDT, +# but the only part of Labrador that follows the rules is the +# southeast corner, including Port Hope Simpson and Mary's Harbour, +# but excluding, say, Black Tickle. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule StJohns 1917 only - Apr 8 2:00 1:00 D +Rule StJohns 1917 only - Sep 17 2:00 0 S +# Whitman gives 1919 Apr 5 and 1920 Apr 5; go with Shanks. +Rule StJohns 1919 only - May 5 23:00 1:00 D +Rule StJohns 1919 only - Aug 12 23:00 0 S +# For 1931-1935 Whitman gives Apr same date; go with Shanks. +Rule StJohns 1920 1935 - May Sun>=1 23:00 1:00 D +Rule StJohns 1920 1935 - Oct lastSun 23:00 0 S +# For 1936-1941 Whitman gives May Sun>=8 and Oct Sun>=1; go with Shanks. +Rule StJohns 1936 1941 - May Mon>=9 0:00 1:00 D +Rule StJohns 1936 1941 - Oct Mon>=2 0:00 0 S +# Whitman gives the following transitions: +# 1942 03-01/12-31, 1943 05-30/09-05, 1944 07-10/09-02, 1945 01-01/10-07 +# but go with Shanks and assume they used Canadian rules. +# For 1946-9 Whitman gives May 5,4,9,1 - Oct 1,5,3,2, and for 1950 he gives +# Apr 30 - Sep 24; go with Shanks. +Rule StJohns 1946 1950 - May Sun>=8 2:00 1:00 D +Rule StJohns 1946 1950 - Oct Sun>=2 2:00 0 S +Rule StJohns 1951 1986 - Apr lastSun 2:00 1:00 D +Rule StJohns 1951 1959 - Sep lastSun 2:00 0 S +Rule StJohns 1960 1986 - Oct lastSun 2:00 0 S +# From Paul Eggert (2000-10-02): +# INMS (2000-09-12) says that, since 1988 at least, Newfoundland switches +# at 00:01 local time. For now, assume it started in 1987. +Rule StJohns 1987 only - Apr Sun>=1 0:01 1:00 D +Rule StJohns 1987 max - Oct lastSun 0:01 0 S +Rule StJohns 1988 only - Apr Sun>=1 0:01 2:00 DD +Rule StJohns 1989 max - Apr Sun>=1 0:01 1:00 D +# St John's has an apostrophe, but Posix file names can't have apostrophes. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/St_Johns -3:30:52 - LMT 1884 + -3:30:52 StJohns N%sT 1918 + -3:30:52 Canada N%sT 1919 + -3:30:52 StJohns N%sT 1935 Mar 30 + -3:30 StJohns N%sT 1942 May 11 + -3:30 Canada N%sT 1946 + -3:30 StJohns N%sT + +# most of east Labrador + +# The name `Happy Valley-Goose Bay' is too long; use `Goose Bay'. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Goose_Bay -4:01:40 - LMT 1884 # Happy Valley-Goose Bay + -3:30:52 - NST 1918 + -3:30:52 Canada N%sT 1919 + -3:30:52 - NST 1935 Mar 30 + -3:30 - NST 1936 + -3:30 StJohns N%sT 1942 May 11 + -3:30 Canada N%sT 1946 + -3:30 StJohns N%sT 1966 Mar 15 2:00 + -4:00 StJohns A%sT + + +# west Labrador, New Brunswick, Nova Scotia, Prince Edward I + +# From Paul Eggert (1996-06-12): +# Shanks writes that since 1970 most of this region has been like Halifax. +# Many locales did not observe peacetime DST until 1972; +# Glace Bay, NS is the largest that we know of. +# Shanks also writes that Liverpool, NS was the only town in Canada to observe +# DST in 1971 but not 1970; for now we'll assume this is a typo. + +# From Paul Eggert (2000-10-02): +# INMS (2000-09-12) says that, since 1988 at least, New Brunswick switches +# at 00:01 local time. FIXME: verify and create a new Zone for this. + + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Halifax 1916 only - Apr 1 0:00 1:00 D +Rule Halifax 1916 only - Oct 1 0:00 0 S +Rule Halifax 1920 only - May 9 0:00 1:00 D +Rule Halifax 1920 only - Aug 29 0:00 0 S +Rule Halifax 1921 only - May 6 0:00 1:00 D +Rule Halifax 1921 1922 - Sep 5 0:00 0 S +Rule Halifax 1922 only - Apr 30 0:00 1:00 D +Rule Halifax 1923 1925 - May Sun>=1 0:00 1:00 D +Rule Halifax 1923 only - Sep 4 0:00 0 S +Rule Halifax 1924 only - Sep 15 0:00 0 S +Rule Halifax 1925 only - Sep 28 0:00 0 S +Rule Halifax 1926 only - May 16 0:00 1:00 D +Rule Halifax 1926 only - Sep 13 0:00 0 S +Rule Halifax 1927 only - May 1 0:00 1:00 D +Rule Halifax 1927 only - Sep 26 0:00 0 S +Rule Halifax 1928 1931 - May Sun>=8 0:00 1:00 D +Rule Halifax 1928 only - Sep 9 0:00 0 S +Rule Halifax 1929 only - Sep 3 0:00 0 S +Rule Halifax 1930 only - Sep 15 0:00 0 S +Rule Halifax 1931 1932 - Sep Mon>=24 0:00 0 S +Rule Halifax 1932 only - May 1 0:00 1:00 D +Rule Halifax 1933 only - Apr 30 0:00 1:00 D +Rule Halifax 1933 only - Oct 2 0:00 0 S +Rule Halifax 1934 only - May 20 0:00 1:00 D +Rule Halifax 1934 only - Sep 16 0:00 0 S +Rule Halifax 1935 only - Jun 2 0:00 1:00 D +Rule Halifax 1935 only - Sep 30 0:00 0 S +Rule Halifax 1936 only - Jun 1 0:00 1:00 D +Rule Halifax 1936 only - Sep 14 0:00 0 S +Rule Halifax 1937 1938 - May Sun>=1 0:00 1:00 D +Rule Halifax 1937 1941 - Sep Mon>=24 0:00 0 S +Rule Halifax 1939 only - May 28 0:00 1:00 D +Rule Halifax 1940 1941 - May Sun>=1 0:00 1:00 D +Rule Halifax 1946 1949 - Sep lastSun 2:00 0 S +Rule Halifax 1946 1949 - Apr lastSun 2:00 1:00 D +Rule Halifax 1951 1954 - Sep lastSun 2:00 0 S +Rule Halifax 1951 1954 - Apr lastSun 2:00 1:00 D +Rule Halifax 1956 1959 - Sep lastSun 2:00 0 S +Rule Halifax 1956 1959 - Apr lastSun 2:00 1:00 D +Rule Halifax 1962 1973 - Apr lastSun 2:00 1:00 D +Rule Halifax 1962 1973 - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Halifax -4:14:24 - LMT 1902 Jun 15 + -4:00 Halifax A%sT 1918 + -4:00 Canada A%sT 1919 + -4:00 Halifax A%sT 1942 Feb 9 2:00s + -4:00 Canada A%sT 1946 + -4:00 Halifax A%sT 1974 + -4:00 Canada A%sT +Zone America/Glace_Bay -3:59:48 - LMT 1902 Jun 15 + -4:00 Canada A%sT 1953 + -4:00 Halifax A%sT 1954 + -4:00 - AST 1972 + -4:00 Halifax A%sT 1974 + -4:00 Canada A%sT + + +# Ontario, Quebec + +# From Paul Eggert (1996-06-12): +# Shanks writes that since 1970 most of Ontario has been like Toronto, +# and most of Quebec has been like Montreal. +# Thunder Bay skipped DST in 1973. +# Many smaller locales did not observe peacetime DST until 1974; +# Nipigon (EST) and Rainy River (CST) are the largest that we know of. +# Far west Ontario is like Winnipeg; far east Quebec is like Halifax. + +# From Mark Brader (2003-07-26): +# [According to the Toronto Star] Orillia, Ontario, adopted DST +# effective Saturday, 1912-06-22, 22:00; the article mentions that +# Port Arthur (now part of Thunder Bay, Ontario) as well as Moose Jaw +# have already done so. In Orillia DST was to run until Saturday, +# 1912-08-31 (no time mentioned), but it was met with considerable +# hostility from certain segments of the public, and was revoked after +# only two weeks -- I copied it as Saturday, 1912-07-07, 22:00, but +# presumably that should be -07-06. (1912-06-19, -07-12; also letters +# earlier in June). +# +# Kenora, Ontario, was to abandon DST on 1914-06-01 (-05-21). + +# From Paul Eggert (1997-10-17): +# Mark Brader writes that an article in the 1997-10-14 Toronto Star +# says that Atikokan, Ontario currently does not observe DST, +# but will vote on 11-10 whether to use EST/EDT. +# He also writes that the +# +# Ontario Time Act (1990, Chapter T.9) +# +# says that Ontario east of 90W uses EST/EDT, and west of 90W uses CST/CDT. +# Officially Atikokan is therefore on CST/CDT, and most likely this report +# concerns a non-official time observed as a matter of local practice. +# For what it's worth, Shanks says that Atikokan has agreed with +# Rainy River ever since standard time was introduced. + +# From Paul Eggert (2000-10-02): +# Matthews and Vincent (1998) write that Atikokan, Pickle Lake, and +# New Osnaburgh observe CST all year, that Big Trout Lake observes +# CST/CDT, and that Upsala and Shebandowan observe EST/EDT, all in +# violation of the official Ontario rules. +# They also write that Quebec east of the -63 meridian is supposed to +# observe AST, but residents as far east as Natashquan use EST/EDT, +# and residents east of Natashquan use AST. +# We probably need Zones for far east Quebec and for Atikokan, +# but we don't know when their practices started. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Mont 1917 only - Mar 25 2:00 1:00 D +Rule Mont 1917 only - Apr 24 0:00 0 S +Rule Mont 1919 only - Mar 31 2:30 1:00 D +Rule Mont 1919 only - Oct 25 2:30 0 S +Rule Mont 1920 only - May 2 2:30 1:00 D +Rule Mont 1920 1922 - Oct Sun>=1 2:30 0 S +Rule Mont 1921 only - May 1 2:00 1:00 D +Rule Mont 1922 only - Apr 30 2:00 1:00 D +Rule Mont 1924 only - May 17 2:00 1:00 D +Rule Mont 1924 1926 - Sep lastSun 2:30 0 S +Rule Mont 1925 1926 - May Sun>=1 2:00 1:00 D +# The 1927-to-1937 rules can be expressed more simply as +# Rule Mont 1927 1937 - Apr lastSat 24:00 1:00 D +# Rule Mont 1927 1937 - Sep lastSat 24:00 0 S +# The rules below avoid use of 24:00 +# (which pre-1998 versions of zic cannot handle). +Rule Mont 1927 only - May 1 0:00 1:00 D +Rule Mont 1927 1932 - Sep lastSun 0:00 0 S +Rule Mont 1928 1931 - Apr lastSun 0:00 1:00 D +Rule Mont 1932 only - May 1 0:00 1:00 D +Rule Mont 1933 1940 - Apr lastSun 0:00 1:00 D +Rule Mont 1933 only - Oct 1 0:00 0 S +Rule Mont 1934 1939 - Sep lastSun 0:00 0 S +Rule Mont 1946 1973 - Apr lastSun 2:00 1:00 D +Rule Mont 1945 1948 - Sep lastSun 2:00 0 S +Rule Mont 1949 1950 - Oct lastSun 2:00 0 S +Rule Mont 1951 1956 - Sep lastSun 2:00 0 S +Rule Mont 1957 1973 - Oct lastSun 2:00 0 S + +Rule Toronto 1919 only - Mar 30 23:30 1:00 D +Rule Toronto 1919 only - Oct 26 0:00 0 S +Rule Toronto 1920 only - May 2 2:00 1:00 D +Rule Toronto 1920 only - Sep 26 0:00 0 S +Rule Toronto 1921 only - May 15 2:00 1:00 D +Rule Toronto 1921 only - Sep 15 2:00 0 S +Rule Toronto 1922 1923 - May Sun>=8 2:00 1:00 D +# Shanks says 1923-09-19; assume it's a typo and that "-16" was meant. +Rule Toronto 1922 1926 - Sep Sun>=15 2:00 0 S +Rule Toronto 1924 1927 - May Sun>=1 2:00 1:00 D +# The 1927-to-1939 rules can be expressed more simply as +# Rule Toronto 1927 1937 - Sep Sun>=25 2:00 0 S +# Rule Toronto 1928 1937 - Apr Sun>=25 2:00 1:00 D +# Rule Toronto 1938 1940 - Apr lastSun 2:00 1:00 D +# Rule Toronto 1938 1939 - Sep lastSun 2:00 0 S +# The rules below avoid use of Sun>=25 +# (which pre-2004 versions of zic cannot handle). +Rule Toronto 1927 1932 - Sep lastSun 2:00 0 S +Rule Toronto 1928 1931 - Apr lastSun 2:00 1:00 D +Rule Toronto 1932 only - May 1 2:00 1:00 D +Rule Toronto 1933 1940 - Apr lastSun 2:00 1:00 D +Rule Toronto 1933 only - Oct 1 2:00 0 S +Rule Toronto 1934 1939 - Sep lastSun 2:00 0 S +Rule Toronto 1945 1946 - Sep lastSun 2:00 0 S +Rule Toronto 1946 only - Apr lastSun 2:00 1:00 D +Rule Toronto 1947 1949 - Apr lastSun 0:00 1:00 D +Rule Toronto 1947 1948 - Sep lastSun 0:00 0 S +Rule Toronto 1949 only - Nov lastSun 0:00 0 S +Rule Toronto 1950 1973 - Apr lastSun 2:00 1:00 D +Rule Toronto 1950 only - Nov lastSun 2:00 0 S +Rule Toronto 1951 1956 - Sep lastSun 2:00 0 S +# Shanks says Toronto ended DST a week early in 1971, namely on 1971-10-24, +# but Mark Brader wrote (2003-05-31) that he checked the 1971-10-30 issue +# of the Toronto Star, and it said that DST ended 1971-10-31 as usual. +Rule Toronto 1957 1973 - Oct lastSun 2:00 0 S + +# From Paul Eggert (2003-07-27): +# Willett (1914-03) writes (p. 17) "In the Cities of Fort William, and +# Port Arthur, Ontario, the principle of the Bill has been in +# operation for the past three years, and in the City of Moose Jaw, +# Saskatchewan, for one year." + +# From David Bryan via Tory Tronrud, Director/Curator, +# Thunder Bay Museum (2003-11-12): +# There is some suggestion, however, that, by-law or not, daylight +# savings time was being practiced in Fort William and Port Arthur +# before 1909.... [I]n 1910, the line between the Eastern and Central +# Time Zones was permanently moved about two hundred miles west to +# include the Thunder Bay area.... When Canada adopted daylight +# savings time in 1916, Fort William and Port Arthur, having done so +# already, did not change their clocks.... During the Second World +# War,... [t]he cities agreed to implement DST during the summer +# months for the remainder of the war years. + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Montreal -4:54:16 - LMT 1884 + -5:00 Mont E%sT 1918 + -5:00 Canada E%sT 1919 + -5:00 Mont E%sT 1942 Feb 9 2:00s + -5:00 Canada E%sT 1946 + -5:00 Mont E%sT 1974 + -5:00 Canada E%sT +Zone America/Toronto -5:17:32 - LMT 1895 + -5:00 Canada E%sT 1919 + -5:00 Toronto E%sT 1942 Feb 9 2:00s + -5:00 Canada E%sT 1946 + -5:00 Toronto E%sT 1974 + -5:00 Canada E%sT +Zone America/Thunder_Bay -5:57:00 - LMT 1895 + -6:00 - CST 1910 + -5:00 - EST 1942 + -5:00 Canada E%sT 1970 + -5:00 Mont E%sT 1973 + -5:00 - EST 1974 + -5:00 Canada E%sT +Zone America/Nipigon -5:53:04 - LMT 1895 + -5:00 Canada E%sT 1940 Sep 29 + -5:00 1:00 EDT 1942 Feb 9 2:00s + -5:00 Canada E%sT +Zone America/Rainy_River -6:17:56 - LMT 1895 + -6:00 Canada C%sT 1940 Sep 29 + -6:00 1:00 CDT 1942 Feb 9 2:00s + -6:00 Canada C%sT + + +# Manitoba + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Winn 1916 only - Apr 23 0:00 1:00 D +Rule Winn 1916 only - Sep 17 0:00 0 S +Rule Winn 1918 only - Apr 14 2:00 1:00 D +Rule Winn 1918 only - Oct 31 2:00 0 S +Rule Winn 1937 only - May 16 2:00 1:00 D +Rule Winn 1937 only - Sep 26 2:00 0 S +Rule Winn 1942 only - Feb 9 2:00 1:00 W # War +Rule Winn 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule Winn 1945 only - Sep lastSun 2:00 0 S +Rule Winn 1946 only - May 12 2:00 1:00 D +Rule Winn 1946 only - Oct 13 2:00 0 S +Rule Winn 1947 1949 - Apr lastSun 2:00 1:00 D +Rule Winn 1947 1949 - Sep lastSun 2:00 0 S +Rule Winn 1950 only - May 1 2:00 1:00 D +Rule Winn 1950 only - Sep 30 2:00 0 S +Rule Winn 1951 1960 - Apr lastSun 2:00 1:00 D +Rule Winn 1951 1958 - Sep lastSun 2:00 0 S +Rule Winn 1959 only - Oct lastSun 2:00 0 S +Rule Winn 1960 only - Sep lastSun 2:00 0 S +Rule Winn 1963 only - Apr lastSun 2:00 1:00 D +Rule Winn 1963 only - Sep 22 2:00 0 S +Rule Winn 1966 1986 - Apr lastSun 2:00 1:00 D +Rule Winn 1966 1986 - Oct lastSun 2:00 0 S +Rule Winn 1987 max - Apr Sun>=1 2:00 1:00 D +# From Paul Eggert (2000-10-02): +# INMS (2000-09-12) says that, since 1988 at least, Manitoba switches from +# DST at 03:00 local time. For now, assume it started in 1987. +Rule Winn 1987 max - Oct lastSun 2:00s 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Winnipeg -6:28:36 - LMT 1887 Jul 16 + -6:00 Winn C%sT + + +# Saskatchewan + +# From Mark Brader (2003-07-26): +# The first actual adoption of DST in Canada was at the municipal +# level. As the [Toronto] Star put it (1912-06-07), "While people +# elsewhere have long been talking of legislation to save daylight, +# the city of Moose Jaw [Saskatchewan] has acted on its own hook." +# DST in Moose Jaw began on Saturday, 1912-06-01 (no time mentioned: +# presumably late evening, as below), and would run until "the end of +# the summer". The discrepancy between municipal time and railroad +# time was noted. + +# From Paul Eggert (2003-07-27): +# Willett (1914-03) notes that DST "has been in operation ... in the +# City of Moose Jaw, Saskatchewan, for one year." + +# From Paul Eggert (2000-10-02): +# Shanks writes that since 1970 most of this region has been like Regina. +# Some western towns (e.g. Swift Current) switched from MST/MDT to CST in 1972. +# Other western towns (e.g. Lloydminster) are like Edmonton. +# Matthews and Vincent (1998) write that Denare Beach and Creighton +# are like Winnipeg, in violation of Saskatchewan law. + +# From W. Jones (1992-11-06): +# The. . .below is based on information I got from our law library, the +# provincial archives, and the provincial Community Services department. +# A precise history would require digging through newspaper archives, and +# since you didn't say what you wanted, I didn't bother. +# +# Saskatchewan is split by a time zone meridian (105W) and over the years +# the boundary became pretty ragged as communities near it reevaluated +# their affiliations in one direction or the other. In 1965 a provincial +# referendum favoured legislating common time practices. +# +# On 15 April 1966 the Time Act (c. T-14, Revised Statutes of +# Saskatchewan 1978) was proclaimed, and established that the eastern +# part of Saskatchewan would use CST year round, that districts in +# northwest Saskatchewan would by default follow CST but could opt to +# follow Mountain Time rules (thus 1 hour difference in the winter and +# zero in the summer), and that districts in southwest Saskatchewan would +# by default follow MT but could opt to follow CST. +# +# It took a few years for the dust to settle (I know one story of a town +# on one time zone having its school in another, such that a mom had to +# serve her family lunch in two shifts), but presently it seems that only +# a few towns on the border with Alberta (e.g. Lloydminster) follow MT +# rules any more; all other districts appear to have used CST year round +# since sometime in the 1960s. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Regina 1918 only - Apr 14 2:00 1:00 D +Rule Regina 1918 only - Oct 31 2:00 0 S +Rule Regina 1930 1934 - May Sun>=1 0:00 1:00 D +Rule Regina 1930 1934 - Oct Sun>=1 0:00 0 S +Rule Regina 1937 1941 - Apr Sun>=8 0:00 1:00 D +Rule Regina 1937 only - Oct Sun>=8 0:00 0 S +Rule Regina 1938 only - Oct Sun>=1 0:00 0 S +Rule Regina 1939 1941 - Oct Sun>=8 0:00 0 S +Rule Regina 1942 only - Feb 9 2:00 1:00 W # War +Rule Regina 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule Regina 1945 only - Sep lastSun 2:00 0 S +Rule Regina 1946 only - Apr Sun>=8 2:00 1:00 D +Rule Regina 1946 only - Oct Sun>=8 2:00 0 S +Rule Regina 1947 1957 - Apr lastSun 2:00 1:00 D +Rule Regina 1947 1957 - Sep lastSun 2:00 0 S +Rule Regina 1959 only - Apr lastSun 2:00 1:00 D +Rule Regina 1959 only - Oct lastSun 2:00 0 S +# +Rule Swift 1957 only - Apr lastSun 2:00 1:00 D +Rule Swift 1957 only - Oct lastSun 2:00 0 S +Rule Swift 1959 1961 - Apr lastSun 2:00 1:00 D +Rule Swift 1959 only - Oct lastSun 2:00 0 S +Rule Swift 1960 1961 - Sep lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Regina -6:58:36 - LMT 1905 Sep + -7:00 Regina M%sT 1960 Apr lastSun 2:00 + -6:00 - CST +Zone America/Swift_Current -7:11:20 - LMT 1905 Sep + -7:00 Canada M%sT 1946 Apr lastSun 2:00 + -7:00 Regina M%sT 1950 + -7:00 Swift M%sT 1972 Apr lastSun 2:00 + -6:00 - CST + + +# Alberta + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Edm 1918 1919 - Apr Sun>=8 2:00 1:00 D +Rule Edm 1918 only - Oct 31 2:00 0 S +Rule Edm 1919 only - May 27 2:00 0 S +Rule Edm 1920 1923 - Apr lastSun 2:00 1:00 D +Rule Edm 1920 only - Oct lastSun 2:00 0 S +Rule Edm 1921 1923 - Sep lastSun 2:00 0 S +Rule Edm 1942 only - Feb 9 2:00 1:00 W # War +Rule Edm 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule Edm 1945 only - Sep lastSun 2:00 0 S +Rule Edm 1947 only - Apr lastSun 2:00 1:00 D +Rule Edm 1947 only - Sep lastSun 2:00 0 S +Rule Edm 1967 only - Apr lastSun 2:00 1:00 D +Rule Edm 1967 only - Oct lastSun 2:00 0 S +Rule Edm 1969 only - Apr lastSun 2:00 1:00 D +Rule Edm 1969 only - Oct lastSun 2:00 0 S +Rule Edm 1972 1986 - Apr lastSun 2:00 1:00 D +Rule Edm 1972 max - Oct lastSun 2:00 0 S +Rule Edm 1987 max - Apr Sun>=1 2:00 1:00 D +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Edmonton -7:33:52 - LMT 1906 Sep + -7:00 Edm M%sT + + +# British Columbia + +# From Paul Eggert (2000-10-02): +# Shanks writes that since 1970 most of this region has been like Vancouver. +# Dawson Creek uses MST. Much of east BC is like Edmonton. +# Matthews and Vincent (1998) write that Creston is like Dawson Creek. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Vanc 1918 only - Apr 14 2:00 1:00 D +Rule Vanc 1918 only - Oct 31 2:00 0 S +Rule Vanc 1942 only - Feb 9 2:00 1:00 W # War +Rule Vanc 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule Vanc 1945 only - Sep 30 2:00 0 S +Rule Vanc 1946 1986 - Apr lastSun 2:00 1:00 D +Rule Vanc 1946 only - Oct 13 2:00 0 S +Rule Vanc 1947 1961 - Sep lastSun 2:00 0 S +Rule Vanc 1962 max - Oct lastSun 2:00 0 S +Rule Vanc 1987 max - Apr Sun>=1 2:00 1:00 D +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Vancouver -8:12:28 - LMT 1884 + -8:00 Vanc P%sT +Zone America/Dawson_Creek -8:00:56 - LMT 1884 + -8:00 Canada P%sT 1947 + -8:00 Vanc P%sT 1972 Aug 30 2:00 + -7:00 - MST + + +# Northwest Territories, Nunavut, Yukon + +# From Paul Eggert (1999-10-29): +# Dawson switched to PST in 1973. Inuvik switched to MST in 1979. +# Mathew Englander (1996-10-07) gives the following refs: +# * 1967. Paragraph 28(34)(g) of the Interpretation Act, S.C. 1967-68, +# c. 7 defines Yukon standard time as UTC-9. This is still valid; +# see Interpretation Act, R.S.C. 1985, c. I-21, s. 35(1). +# * C.O. 1973/214 switched Yukon to PST on 1973-10-28 00:00. +# * O.I.C. 1980/02 established DST. +# * O.I.C. 1987/056 changed DST to Apr firstSun 2:00 to Oct lastSun 2:00. +# Shanks says Yukon's 1973-10-28 switch was at 2:00; go with Englander. + +# From Rives McDow (1999-09-04): +# Nunavut ... moved ... to incorporate the whole territory into one time zone. +# +# Nunavut moves to single time zone Oct. 31 +# +# +# From Antoine Leca (1999-09-06): +# We then need to create a new timezone for the Kitikmeot region of Nunavut +# to differentiate it from the Yellowknife region. + +# From Paul Eggert (1999-09-20): +# +# Basic Facts: The New Territory +# (1999) reports that Pangnirtung operates on eastern time, +# and that Coral Harbour does not observe DST. We don't know when +# Pangnirtung switched to eastern time; we'll guess 1995. +# We'll ignore the claim about Coral Harbour for now, +# since we have no further info. + +# From Rives McDow (1999-11-08): +# On October 31, when the rest of Nunavut went to Central time, +# Pangnirtung wobbled. Here is the result of their wobble: +# +# The following businesses and organizations in Pangnirtung use Central Time: +# +# First Air, Power Corp, Nunavut Construction, Health Center, RCMP, +# Eastern Arctic National Parks, A & D Specialist +# +# The following businesses and organizations in Pangnirtung use Eastern Time: +# +# Hamlet office, All other businesses, Both schools, Airport operator +# +# This has made for an interesting situation there, which warranted the news. +# No one there that I spoke with seems concerned, or has plans to +# change the local methods of keeping time, as it evidently does not +# really interfere with any activities or make things difficult locally. +# They plan to celebrate New Year's turn-over twice, one hour apart, +# so it appears that the situation will last at least that long. +# The Nunavut Intergovernmental Affairs hopes that they will "come to +# their senses", but the locals evidently don't see any problem with +# the current state of affairs. + +# From Michaela Rodrigue, writing in the +# +# Nunatsiaq News (1999-11-19): +# Clyde River, Pangnirtung and Sanikiluaq now operate with two time zones, +# central - or Nunavut time - for government offices, and eastern time +# for municipal offices and schools.... Igloolik [was similar but then] +# made the switch to central time on Saturday, Nov. 6. + +# From Paul Eggert (2000-10-02): +# Matthews and Vincent (1998) say the following, but we lack histories +# for these potential new Zones. +# +# The Canadian Forces station at Alert uses Eastern Time while the +# handful of residents at the Eureka weather station [in the Central +# zone] skip daylight savings. Baffin Island, which is crossed by the +# Central, Eastern and Atlantic Time zones only uses Eastern Time. +# Gjoa Haven, Taloyoak and Pelly Bay all use Mountain instead of +# Central Time and Southampton Island [in the Central zone] is not +# required to use daylight savings. + +# From +# +# Nunavut now has two time zones +# (2000-11-10): +# The Nunavut government would allow its employees in Kugluktuk and +# Cambridge Bay to operate on central time year-round, putting them +# one hour behind the rest of Nunavut for six months during the winter. +# At the end of October the two communities had rebelled against +# Nunavut's unified time zone, refusing to shift to eastern time with +# the rest of the territory for the winter. Cambridge Bay remained on +# central time, while Kugluktuk, even farther west, reverted to +# mountain time, which they had used before the advent of Nunavut's +# unified time zone in 1999. +# +# From Rives McDow (2001-01-20), quoting the Nunavut government: +# The preceding decision came into effect at midnight, Saturday Nov 4, 2000. + +# From Paul Eggert (2000-12-04): +# Let's just keep track of the official times for now. + +# From Rives McDow (2001-03-07): +# The premier of Nunavut has issued a ministerial statement advising +# that effective 2001-04-01, the territory of Nunavut will revert +# back to three time zones (mountain, central, and eastern). Of the +# cities in Nunavut, Coral Harbor is the only one that I know of that +# has said it will not observe dst, staying on EST year round. I'm +# checking for more info, and will get back to you if I come up with +# more. +# [Also see (2001-03-09).] + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule NT_YK 1918 only - Apr 14 2:00 1:00 D +Rule NT_YK 1918 only - Oct 27 2:00 0 S +Rule NT_YK 1919 only - May 25 2:00 1:00 D +Rule NT_YK 1919 only - Nov 1 0:00 0 S +Rule NT_YK 1942 only - Feb 9 2:00 1:00 W # War +Rule NT_YK 1945 only - Aug 14 23:00u 1:00 P # Peace +Rule NT_YK 1945 only - Sep 30 2:00 0 S +Rule NT_YK 1965 only - Apr lastSun 0:00 2:00 DD +Rule NT_YK 1965 only - Oct lastSun 2:00 0 S +Rule NT_YK 1980 1986 - Apr lastSun 2:00 1:00 D +Rule NT_YK 1980 max - Oct lastSun 2:00 0 S +Rule NT_YK 1987 max - Apr Sun>=1 2:00 1:00 D +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Pangnirtung -4:22:56 - LMT 1884 + -4:00 NT_YK A%sT 1995 Apr Sun>=1 2:00 + -5:00 Canada E%sT 1999 Oct 31 2:00 + -6:00 Canada C%sT 2000 Oct 29 2:00 + -5:00 Canada E%sT +Zone America/Iqaluit -4:33:52 - LMT 1884 # Frobisher Bay before 1987 + -5:00 NT_YK E%sT 1999 Oct 31 2:00 + -6:00 Canada C%sT 2000 Oct 29 2:00 + -5:00 Canada E%sT +Zone America/Rankin_Inlet -6:08:40 - LMT 1884 + -6:00 NT_YK C%sT 2000 Oct 29 2:00 + -5:00 - EST 2001 Apr 1 3:00 + -6:00 Canada C%sT +Zone America/Cambridge_Bay -7:00:20 - LMT 1884 + -7:00 NT_YK M%sT 1999 Oct 31 2:00 + -6:00 Canada C%sT 2000 Oct 29 2:00 + -5:00 - EST 2000 Nov 5 0:00 + -6:00 - CST 2001 Apr 1 3:00 + -7:00 Canada M%sT +Zone America/Yellowknife -7:37:24 - LMT 1884 + -7:00 NT_YK M%sT +Zone America/Inuvik -8:54:00 - LMT 1884 + -8:00 NT_YK P%sT 1979 Apr lastSun 2:00 + -7:00 NT_YK M%sT +Zone America/Whitehorse -9:00:12 - LMT 1900 Aug 20 + -9:00 NT_YK Y%sT 1966 Jul 1 2:00 + -8:00 NT_YK P%sT +Zone America/Dawson -9:17:40 - LMT 1900 Aug 20 + -9:00 NT_YK Y%sT 1973 Oct 28 0:00 + -8:00 NT_YK P%sT + + +############################################################################### + +# Mexico + +# From Paul Eggert (2001-03-05): +# The Investigation and Analysis Service of the +# Mexican Library of Congress (MLoC) has published a +# +# history of Mexican local time (in Spanish) +# . +# +# Here are the discrepancies between Shanks and the MLoC. +# (In all cases we go with the MLoC.) +# Shanks reports that Baja was at -8:00 in 1922/1923. +# Shanks says the 1930 transition in Baja was 1930-11-16. +# Shanks reports no DST during summer 1931. +# Shanks reports a transition at 1032-03-30 23:00, not 1932-04-01. +# Shanks does not report transitions for Baja in 1945 or 1948. +# Shanks reports southern Mexico transitions on 1981-12-01, not 12-23. +# Shanks says Quintana Roo switched to -6:00 on 1982-12-02, and to -5:00 +# on 1997-10-26 at 02:00. + +# From Gwillim Law (2001-02-20): +# There are some other discrepancies between the Decrees page and the +# tz database. I think they can best be explained by supposing that +# the researchers who prepared the Decrees page failed to find some of +# the relevant documents. + +# From Paul Eggert (2000-07-26): +# Shanks gives 1942-04-01 instead of 1942-04-24, and omits the 1981 +# and 1988 DST experiments. Go with spin.com.mx. + +# From Alan Perry (1996-02-15): +# A guy from our Mexico subsidiary finally found the Presidential Decree +# outlining the timezone changes in Mexico. +# +# ------------- Begin Forwarded Message ------------- +# +# I finally got my hands on the Official Presidential Decree that sets up the +# rules for the DST changes. The rules are: +# +# 1. The country is divided in 3 timezones: +# - Baja California Norte (the Mexico/BajaNorte TZ) +# - Baja California Sur, Nayarit, Sinaloa and Sonora (the Mexico/BajaSur TZ) +# - The rest of the country (the Mexico/General TZ) +# +# 2. From the first Sunday in April at 2:00 AM to the last Sunday in October +# at 2:00 AM, the times in each zone are as follows: +# BajaNorte: GMT+7 +# BajaSur: GMT+6 +# General: GMT+5 +# +# 3. The rest of the year, the times are as follows: +# BajaNorte: GMT+8 +# BajaSur: GMT+7 +# General: GMT+6 +# +# The Decree was published in Mexico's Official Newspaper on January 4th. +# +# -------------- End Forwarded Message -------------- +# From Paul Eggert (1996-06-12): +# For an English translation of the decree, see +# +# ``Diario Oficial: Time Zone Changeover'' (1996-01-04). +# + +# From Rives McDow (1998-10-08): +# The State of Quintana Roo has reverted back to central STD and DST times +# (i.e. UTC -0600 and -0500 as of 1998-08-02). + +# From Rives McDow (2000-01-10): +# Effective April 4, 1999 at 2:00 AM local time, Sonora changed to the time +# zone 5 hours from the International Date Line, and will not observe daylight +# savings time so as to stay on the same time zone as the southern part of +# Arizona year round. + +# From Jesper Norgaard, translating +# (2001-01-17): +# In Oaxaca, the 55.000 teachers from the Section 22 of the National +# Syndicate of Education Workers, refuse to apply daylight saving each +# year, so that the more than 10,000 schools work at normal hour the +# whole year. + +# From Gwillim Law (2001-01-19): +# ... says +# (translated):... +# January 17, 2000 - The Energy Secretary, Ernesto Martens, announced +# that Summer Time will be reduced from seven to five months, starting +# this year.... +# +# [translated], says "summer time will ... take effect on the first Sunday +# in May, and end on the last Sunday of September. + +# From Arthur David Olson (2001-01-25): +# The 2001-01-24 traditional Washington Post contained the page one +# story "Timely Issue Divides Mexicans."... +# http://www.washingtonpost.com/wp-dyn/articles/A37383-2001Jan23.html +# ... Mexico City Mayor Lopez Obrador "...is threatening to keep +# Mexico City and its 20 million residents on a different time than +# the rest of the country..." In particular, Lopez Obrador would abolish +# observation of Daylight Saving Time. + +# +# Official statute published by the Energy Department +# (2001-02-01) shows Baja and Chihauhua as still using US DST rules, +# and Sonora with no DST. This was reported by Jesper Norgaard (2001-02-03). + +# From Paul Eggert (2001-03-03): +# +# +# James F. Smith writes in today's LA Times +# +# * Sonora will continue to observe standard time. +# * Last week Mexico City's mayor Andres Manuel Lopez Obrador decreed that +# the Federal District will not adopt DST. +# * 4 of 16 district leaders announced they'll ignore the decree. +# * The decree does not affect federal-controlled facilities including +# the airport, banks, hospitals, and schools. +# +# For now we'll assume that the Federal District will bow to federal rules. + +# From Jesper Norgaard (2001-04-01): +# I found some references to the Mexican application of daylight +# saving, which modifies what I had already sent you, stating earlier +# that a number of northern Mexican states would go on daylight +# saving. The modification reverts this to only cover Baja California +# (Norte), while all other states (except Sonora, who has no daylight +# saving all year) will follow the original decree of president +# Vicente Fox, starting daylight saving May 6, 2001 and ending +# September 30, 2001. +# References: "Diario de Monterrey" +# Palabra (2001-03-31) + +# From Reuters (2001-09-04): +# Mexico's Supreme Court on Tuesday declared that daylight savings was +# unconstitutional in Mexico City, creating the possibility the +# capital will be in a different time zone from the rest of the nation +# next year.... The Supreme Court's ruling takes effect at 2:00 +# a.m. (0800 GMT) on Sept. 30, when Mexico is scheduled to revert to +# standard time. "This is so residents of the Federal District are not +# subject to unexpected time changes," a statement from the court said. + +# From Jesper Norgaard Welen (2002-03-12): +# ... consulting my local grocery store(!) and my coworkers, they all insisted +# that a new decision had been made to reinstate US style DST in Mexico.... +# http://www.conae.gob.mx/ahorro/horaver2001_m1_2002.html (2002-02-20) +# confirms this. Sonora as usual is the only state where DST is not applied. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Mexico 1939 only - Feb 5 0:00 1:00 D +Rule Mexico 1939 only - Jun 25 0:00 0 S +Rule Mexico 1940 only - Dec 9 0:00 1:00 D +Rule Mexico 1941 only - Apr 1 0:00 0 S +Rule Mexico 1943 only - Dec 16 0:00 1:00 W # War +Rule Mexico 1944 only - May 1 0:00 0 S +Rule Mexico 1950 only - Feb 12 0:00 1:00 D +Rule Mexico 1950 only - Jul 30 0:00 0 S +Rule Mexico 1996 2000 - Apr Sun>=1 2:00 1:00 D +Rule Mexico 1996 2000 - Oct lastSun 2:00 0 S +Rule Mexico 2001 only - May Sun>=1 2:00 1:00 D +Rule Mexico 2001 only - Sep lastSun 2:00 0 S +Rule Mexico 2002 max - Apr Sun>=1 2:00 1:00 D +Rule Mexico 2002 max - Oct lastSun 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# Quintana Roo +Zone America/Cancun -5:47:04 - LMT 1922 Jan 1 0:12:56 + -6:00 - CST 1981 Dec 23 + -5:00 Mexico E%sT 1998 Aug 2 2:00 + -6:00 Mexico C%sT +# Campeche, Yucatan +Zone America/Merida -5:58:28 - LMT 1922 Jan 1 0:01:32 + -6:00 - CST 1981 Dec 23 + -5:00 - EST 1982 Dec 2 + -6:00 Mexico C%sT +# Coahuila, Durango, Nuevo Leon, Tamaulipas +Zone America/Monterrey -6:41:16 - LMT 1921 Dec 31 23:18:44 + -6:00 - CST 1988 + -6:00 US C%sT 1989 + -6:00 Mexico C%sT +# Central Mexico +Zone America/Mexico_City -6:36:36 - LMT 1922 Jan 1 0:23:24 + -7:00 - MST 1927 Jun 10 23:00 + -6:00 - CST 1930 Nov 15 + -7:00 - MST 1931 May 1 23:00 + -6:00 - CST 1931 Oct + -7:00 - MST 1932 Apr 1 + -6:00 Mexico C%sT 2001 Sep 30 02:00 + -6:00 - CST 2002 Feb 20 + -6:00 Mexico C%sT +# Chihuahua +Zone America/Chihuahua -7:04:20 - LMT 1921 Dec 31 23:55:40 + -7:00 - MST 1927 Jun 10 23:00 + -6:00 - CST 1930 Nov 15 + -7:00 - MST 1931 May 1 23:00 + -6:00 - CST 1931 Oct + -7:00 - MST 1932 Apr 1 + -6:00 - CST 1996 + -6:00 Mexico C%sT 1998 + -6:00 - CST 1998 Apr Sun>=1 3:00 + -7:00 Mexico M%sT +# Sonora +Zone America/Hermosillo -7:23:52 - LMT 1921 Dec 31 23:36:08 + -7:00 - MST 1927 Jun 10 23:00 + -6:00 - CST 1930 Nov 15 + -7:00 - MST 1931 May 1 23:00 + -6:00 - CST 1931 Oct + -7:00 - MST 1932 Apr 1 + -6:00 - CST 1942 Apr 24 + -7:00 - MST 1949 Jan 14 + -8:00 - PST 1970 + -7:00 Mexico M%sT 1999 + -7:00 - MST +# Baja California Sur, Nayarit, Sinaloa +Zone America/Mazatlan -7:05:40 - LMT 1921 Dec 31 23:54:20 + -7:00 - MST 1927 Jun 10 23:00 + -6:00 - CST 1930 Nov 15 + -7:00 - MST 1931 May 1 23:00 + -6:00 - CST 1931 Oct + -7:00 - MST 1932 Apr 1 + -6:00 - CST 1942 Apr 24 + -7:00 - MST 1949 Jan 14 + -8:00 - PST 1970 + -7:00 Mexico M%sT +# Baja California +Zone America/Tijuana -7:48:04 - LMT 1922 Jan 1 0:11:56 + -7:00 - MST 1924 + -8:00 - PST 1927 Jun 10 23:00 + -7:00 - MST 1930 Nov 15 + -8:00 - PST 1931 Apr 1 + -8:00 1:00 PDT 1931 Sep 30 + -8:00 - PST 1942 Apr 24 + -8:00 1:00 PWT 1945 Nov 12 + -8:00 - PST 1948 Apr 5 + -8:00 1:00 PDT 1949 Jan 14 + -8:00 - PST 1954 + -8:00 CA P%sT 1961 + -8:00 - PST 1976 + -8:00 US P%sT 1996 + -8:00 Mexico P%sT 2001 + -8:00 US P%sT 2002 Feb 20 + -8:00 Mexico P%sT +# From Paul Eggert (2001-03-05): +# Formerly there was an America/Ensenada zone, which differed from +# America/Tijuana only in that it did not observe DST from 1976 +# through 1995. This was as per Shanks. However, Guy Harris reports +# that the 1987 OAG says "Only Ensenada, Mexicale, San Felipe and +# Tijuana observe DST," which contradicts Shanks but does imply that +# DST-observance was a town-by-town matter back then. This concerns +# data after 1970 so most likely there should be at least one Zone +# other than America/Tijuana for Baja, but it's not clear yet what its +# name or contents should be. +# +# Revillagigedo Is +# no information + +############################################################################### + +# Anguilla +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Anguilla -4:12:16 - LMT 1912 Mar 2 + -4:00 - AST + +# Antigua and Barbuda +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Antigua -4:07:12 - LMT 1912 Mar 2 + -5:00 - EST 1951 + -4:00 - AST + +# Bahamas +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Bahamas 1964 max - Oct lastSun 2:00 0 S +Rule Bahamas 1964 1986 - Apr lastSun 2:00 1:00 D +Rule Bahamas 1987 max - Apr Sun>=1 2:00 1:00 D +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Nassau -5:09:24 - LMT 1912 Mar 2 + -5:00 Bahamas E%sT + +# Barbados +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Barb 1977 only - Jun 12 2:00 1:00 D +Rule Barb 1977 1978 - Oct Sun>=1 2:00 0 S +Rule Barb 1978 1980 - Apr Sun>=15 2:00 1:00 D +Rule Barb 1979 only - Sep 30 2:00 0 S +Rule Barb 1980 only - Sep 25 2:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Barbados -3:58:28 - LMT 1924 # Bridgetown + -3:58:28 - BMT 1932 # Bridgetown Mean Time + -4:00 Barb A%sT + +# Belize +# Whitman entirely disagrees with Shanks; go with Shanks. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Belize 1918 1942 - Oct Sun>=2 0:00 0:30 HD +Rule Belize 1919 1943 - Feb Sun>=9 0:00 0 S +Rule Belize 1973 only - Dec 5 0:00 1:00 D +Rule Belize 1974 only - Feb 9 0:00 0 S +Rule Belize 1982 only - Dec 18 0:00 1:00 D +Rule Belize 1983 only - Feb 12 0:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Belize -5:52:48 - LMT 1912 Apr + -6:00 Belize C%sT + +# Bermuda +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Atlantic/Bermuda -4:19:04 - LMT 1930 Jan 1 2:00 # Hamilton + -4:00 - AST 1974 Apr 28 2:00 + -4:00 Bahamas A%sT + +# Cayman Is +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Cayman -5:25:32 - LMT 1890 # Georgetown + -5:07:12 - KMT 1912 Feb # Kingston Mean Time + -5:00 - EST + +# Costa Rica +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule CR 1979 1980 - Feb lastSun 0:00 1:00 D +Rule CR 1979 1980 - Jun Sun>=1 0:00 0 S +Rule CR 1991 1992 - Jan Sat>=15 0:00 1:00 D +# IATA SSIM (1991-09) says the following was at 1:00; go with Shanks. +Rule CR 1991 only - Jul 1 0:00 0 S +Rule CR 1992 only - Mar 15 0:00 0 S +# There are too many San Joses elsewhere, so we'll use `Costa Rica'. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Costa_Rica -5:36:20 - LMT 1890 # San Jose + -5:36:20 - SJMT 1921 Jan 15 # San Jose Mean Time + -6:00 CR C%sT +# Coco +# no information; probably like America/Costa_Rica + +# Cuba + +# From Arthur David Olson (1999-03-29): +# The 1999-03-28 exhibition baseball game held in Havana, Cuba, between +# the Cuban National Team and the Baltimore Orioles was carried live on +# the Orioles Radio Network, including affiliate WTOP in Washington, DC. +# During the game, play-by-play announcer Jim Hunter noted that +# "We'll be losing two hours of sleep...Cuba switched to Daylight Saving +# Time today." (The "two hour" remark referred to losing one hour of +# sleep on 1999-03-28--when the announcers were in Cuba as it switched +# to DST--and one more hour on 1999-04-04--when the announcers will have +# returned to Baltimore, which switches on that date.) + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Cuba 1928 only - Jun 10 0:00 1:00 D +Rule Cuba 1928 only - Oct 10 0:00 0 S +Rule Cuba 1940 1942 - Jun Sun>=1 0:00 1:00 D +Rule Cuba 1940 1942 - Sep Sun>=1 0:00 0 S +Rule Cuba 1945 1946 - Jun Sun>=1 0:00 1:00 D +Rule Cuba 1945 1946 - Sep Sun>=1 0:00 0 S +Rule Cuba 1965 only - Jun 1 0:00 1:00 D +Rule Cuba 1965 only - Sep 30 0:00 0 S +Rule Cuba 1966 only - May 29 0:00 1:00 D +Rule Cuba 1966 only - Oct 2 0:00 0 S +Rule Cuba 1967 only - Apr 8 0:00 1:00 D +Rule Cuba 1967 1968 - Sep Sun>=8 0:00 0 S +Rule Cuba 1968 only - Apr 14 0:00 1:00 D +Rule Cuba 1969 1977 - Apr lastSun 0:00 1:00 D +Rule Cuba 1969 1971 - Oct lastSun 0:00 0 S +Rule Cuba 1972 1974 - Oct 8 0:00 0 S +Rule Cuba 1975 1977 - Oct lastSun 0:00 0 S +Rule Cuba 1978 only - May 7 0:00 1:00 D +Rule Cuba 1978 1990 - Oct Sun>=8 0:00 0 S +Rule Cuba 1979 1980 - Mar Sun>=15 0:00 1:00 D +Rule Cuba 1981 1985 - May Sun>=5 0:00 1:00 D +Rule Cuba 1986 1989 - Mar Sun>=14 0:00 1:00 D +Rule Cuba 1990 1997 - Apr Sun>=1 0:00 1:00 D +Rule Cuba 1991 1995 - Oct Sun>=8 0:00s 0 S +Rule Cuba 1996 only - Oct 6 0:00s 0 S +Rule Cuba 1997 only - Oct 12 0:00s 0 S +Rule Cuba 1998 1999 - Mar lastSun 0:00s 1:00 D +Rule Cuba 1998 max - Oct lastSun 0:00s 0 S +Rule Cuba 2000 max - Apr Sun>=1 0:00s 1:00 D + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Havana -5:29:28 - LMT 1890 + -5:29:36 - HMT 1925 Jul 19 12:00 # Havana MT + -5:00 Cuba C%sT + +# Dominica +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Dominica -4:05:36 - LMT 1911 Jul 1 0:01 # Roseau + -4:00 - AST + +# Dominican Republic + +# From Steffen Thorsen (2000-10-30): +# Enrique Morales reported to me that the Dominican Republic has changed the +# time zone to Eastern Standard Time as of Sunday 29 at 2 am.... +# http://www.listin.com.do/antes/261000/republica/princi.html + +# From Paul Eggert (2000-12-04): +# That URL (2000-10-26, in Spanish) says they planned to use US-style DST. + +# From Rives McDow (2000-12-01): +# Dominican Republic changed its mind and presidential decree on Tuesday, +# November 28, 2000, with a new decree. On Sunday, December 3 at 1:00 AM the +# Dominican Republic will be reverting to 8 hours from the International Date +# Line, and will not be using DST in the foreseeable future. The reason they +# decided to use DST was to be in synch with Puerto Rico, who was also going +# to implement DST. When Puerto Rico didn't implement DST, the president +# decided to revert. + + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule DR 1966 only - Oct 30 0:00 1:00 D +Rule DR 1967 only - Feb 28 0:00 0 S +Rule DR 1969 1973 - Oct lastSun 0:00 0:30 HD +Rule DR 1970 only - Feb 21 0:00 0 S +Rule DR 1971 only - Jan 20 0:00 0 S +Rule DR 1972 1974 - Jan 21 0:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Santo_Domingo -4:39:36 - LMT 1890 + -4:40 - SDMT 1933 Apr 1 12:00 # S. Dom. MT + -5:00 DR E%sT 1974 Oct 27 + -4:00 - AST 2000 Oct 29 02:00 + -5:00 US E%sT 2000 Dec 3 01:00 + -4:00 - AST + +# El Salvador +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Salv 1987 1988 - May Sun>=1 0:00 1:00 D +Rule Salv 1987 1988 - Sep lastSun 0:00 0 S +# There are too many San Salvadors elsewhere, so use America/El_Salvador +# instead of America/San_Salvador. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/El_Salvador -5:56:48 - LMT 1921 # San Salvador + -6:00 Salv C%sT + +# Grenada +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Grenada -4:07:00 - LMT 1911 Jul # St George's + -4:00 - AST + +# Guadeloupe +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Guadeloupe -4:06:08 - LMT 1911 Jun 8 # Pointe a Pitre + -4:00 - AST + +# Guatemala +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Guat 1973 only - Nov 25 0:00 1:00 D +Rule Guat 1974 only - Feb 24 0:00 0 S +Rule Guat 1983 only - May 21 0:00 1:00 D +Rule Guat 1983 only - Sep 22 0:00 0 S +Rule Guat 1991 only - Mar 23 0:00 1:00 D +Rule Guat 1991 only - Sep 7 0:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Guatemala -6:02:04 - LMT 1918 Oct 5 + -6:00 Guat C%sT + +# Haiti +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Haiti 1983 only - May 8 0:00 1:00 D +Rule Haiti 1984 1987 - Apr lastSun 0:00 1:00 D +Rule Haiti 1983 1987 - Oct lastSun 0:00 0 S +# Shanks says AT is 2:00, but IATA SSIM (1991/1997) says 1:00s. Go with IATA. +Rule Haiti 1988 1997 - Apr Sun>=1 1:00s 1:00 D +Rule Haiti 1988 1997 - Oct lastSun 1:00s 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Port-au-Prince -4:49:20 - LMT 1890 + -4:49 - PPMT 1917 Jan 24 12:00 # P-a-P MT + -5:00 Haiti E%sT + +# Honduras +# Shanks says 1921 Jan 1; go with Whitman's more precise Apr 1. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Tegucigalpa -5:48:52 - LMT 1921 Apr + -6:00 Salv C%sT +# +# Great Swan I ceded by US to Honduras in 1972 + +# Jamaica + +# From Bob Devine (1988-01-28): +# Follows US rules. + +# From U. S. Naval Observatory (1989-01-19): +# JAMAICA 5 H BEHIND UTC + +# From Shanks: +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Jamaica -5:07:12 - LMT 1890 # Kingston + -5:07:12 - KMT 1912 Feb # Kingston Mean Time + -5:00 - EST 1974 Apr 28 2:00 + -5:00 US E%sT 1984 + -5:00 - EST + +# Martinique +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Martinique -4:04:20 - LMT 1890 # Fort-de-France + -4:04:20 - FFMT 1911 May # Fort-de-France MT + -4:00 - AST 1980 Apr 6 + -4:00 1:00 ADT 1980 Sep 28 + -4:00 - AST + +# Montserrat +# From Paul Eggert (1997-08-31): +# Recent volcanic eruptions have forced evacuation of Plymouth, the capital. +# Luckily, Olveston, the current de facto capital, has the same longitude. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Montserrat -4:08:52 - LMT 1911 Jul 1 0:01 # Olveston + -4:00 - AST + +# Nicaragua +# +# From Steffen Thorsen (1998-12-29): +# Nicaragua seems to be back at -6:00 but I have not been able to find when +# they changed from -5:00. +# +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Nic 1979 1980 - Mar Sun>=16 0:00 1:00 D +Rule Nic 1979 1980 - Jun Mon>=23 0:00 0 S +Rule Nic 1992 only - Jan 1 4:00 1:00 D +Rule Nic 1992 only - Sep 24 0:00 0 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Managua -5:45:08 - LMT 1890 + -5:45:12 - MMT 1934 Jun 23 # Managua Mean Time? + -6:00 - CST 1973 May + -5:00 - EST 1975 Feb 16 + -6:00 Nic C%sT 1993 Jan 1 4:00 + -5:00 - EST 1998 Dec + -6:00 - CST + +# Panama +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Panama -5:18:08 - LMT 1890 + -5:19:36 - CMT 1908 Apr 22 # Colon Mean Time + -5:00 - EST + +# Puerto Rico +# There are too many San Juans elsewhere, so we'll use `Puerto_Rico'. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Puerto_Rico -4:24:25 - LMT 1899 Mar 28 12:00 # San Juan + -4:00 - AST 1942 May 3 + -4:00 1:00 AWT 1945 Sep 30 2:00 + -4:00 - AST + +# St Kitts-Nevis +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/St_Kitts -4:10:52 - LMT 1912 Mar 2 # Basseterre + -4:00 - AST + +# St Lucia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/St_Lucia -4:04:00 - LMT 1890 # Castries + -4:04:00 - CMT 1912 # Castries Mean Time + -4:00 - AST + +# St Pierre and Miquelon +# There are too many St Pierres elsewhere, so we'll use `Miquelon'. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Miquelon -3:44:40 - LMT 1911 May 15 # St Pierre + -4:00 - AST 1980 May + -3:00 - PMST 1987 # Pierre & Miquelon Time + -3:00 Canada PM%sT + +# St Vincent and the Grenadines +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/St_Vincent -4:04:56 - LMT 1890 # Kingstown + -4:04:56 - KMT 1912 # Kingstown Mean Time + -4:00 - AST + +# Turks and Caicos +# From Paul Eggert (1998-08-06): +# Shanks says they use US DST rules, but IATA SSIM (1991/1998) +# says they switch at midnight. Go with IATA SSIM. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule TC 1979 1986 - Apr lastSun 0:00 1:00 D +Rule TC 1979 max - Oct lastSun 0:00 0 S +Rule TC 1987 max - Apr Sun>=1 0:00 1:00 D +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Grand_Turk -4:44:32 - LMT 1890 + -5:07:12 - KMT 1912 Feb # Kingston Mean Time + -5:00 TC E%sT + +# British Virgin Is +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Tortola -4:18:28 - LMT 1911 Jul # Road Town + -4:00 - AST + +# Virgin Is +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/St_Thomas -4:19:44 - LMT 1911 Jul # Charlotte Amalie + -4:00 - AST diff --git a/zic.tproj/datfiles/pacificnew b/zic.tproj/datfiles/pacificnew new file mode 100644 index 0000000..ede90db --- /dev/null +++ b/zic.tproj/datfiles/pacificnew @@ -0,0 +1,27 @@ +# $OpenBSD: pacificnew,v 1.3 1997/01/14 04:36:55 millert Exp $ +# @(#)pacificnew 7.9 + +# From Arthur David Olson (1989-04-05): +# On 1989-04-05, the U. S. House of Representatives passed (238-154) a bill +# establishing "Pacific Presidential Election Time"; it was not acted on +# by the Senate or signed into law by the President. +# You might want to change the "PE" (Presidential Election) below to +# "Q" (Quadrennial) to maintain three-character zone abbreviations. +# If you're really conservative, you might want to change it to "D". +# Avoid "L" (Leap Year), which won't be true in 2100. + +# If Presidential Election Time is ever established, replace "XXXX" below +# with the year the law takes effect and uncomment the "##" lines. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +## Rule Twilite XXXX max - Apr Sun>=1 2:00 1:00 D +## Rule Twilite XXXX max uspres Oct lastSun 2:00 1:00 PE +## Rule Twilite XXXX max uspres Nov Sun>=7 2:00 0 S +## Rule Twilite XXXX max nonpres Oct lastSun 2:00 0 S + +# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] +## Zone America/Los_Angeles-PET -8:00 US P%sT XXXX +## -8:00 Twilite P%sT + +# For now... +Link America/Los_Angeles US/Pacific-New ## diff --git a/zic.tproj/datfiles/solar87 b/zic.tproj/datfiles/solar87 new file mode 100644 index 0000000..b985f3b --- /dev/null +++ b/zic.tproj/datfiles/solar87 @@ -0,0 +1,389 @@ +# $OpenBSD: solar87,v 1.3 1997/01/14 04:36:56 millert Exp $ +# @(#)solar87 7.3 + +# So much for footnotes about Saudi Arabia. +# Apparent noon times below are for Riyadh; your mileage will vary. +# Times were computed using formulas in the U.S. Naval Observatory's +# Almanac for Computers 1987; the formulas "will give EqT to an accuracy of +# [plus or minus two] seconds during the current year." +# +# Rounding to the nearest five seconds results in fewer than +# 256 different "time types"--a limit that's faced because time types are +# stored on disk as unsigned chars. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule sol87 1987 only - Jan 1 12:03:20s -0:03:20 - +Rule sol87 1987 only - Jan 2 12:03:50s -0:03:50 - +Rule sol87 1987 only - Jan 3 12:04:15s -0:04:15 - +Rule sol87 1987 only - Jan 4 12:04:45s -0:04:45 - +Rule sol87 1987 only - Jan 5 12:05:10s -0:05:10 - +Rule sol87 1987 only - Jan 6 12:05:40s -0:05:40 - +Rule sol87 1987 only - Jan 7 12:06:05s -0:06:05 - +Rule sol87 1987 only - Jan 8 12:06:30s -0:06:30 - +Rule sol87 1987 only - Jan 9 12:06:55s -0:06:55 - +Rule sol87 1987 only - Jan 10 12:07:20s -0:07:20 - +Rule sol87 1987 only - Jan 11 12:07:45s -0:07:45 - +Rule sol87 1987 only - Jan 12 12:08:10s -0:08:10 - +Rule sol87 1987 only - Jan 13 12:08:30s -0:08:30 - +Rule sol87 1987 only - Jan 14 12:08:55s -0:08:55 - +Rule sol87 1987 only - Jan 15 12:09:15s -0:09:15 - +Rule sol87 1987 only - Jan 16 12:09:35s -0:09:35 - +Rule sol87 1987 only - Jan 17 12:09:55s -0:09:55 - +Rule sol87 1987 only - Jan 18 12:10:15s -0:10:15 - +Rule sol87 1987 only - Jan 19 12:10:35s -0:10:35 - +Rule sol87 1987 only - Jan 20 12:10:55s -0:10:55 - +Rule sol87 1987 only - Jan 21 12:11:10s -0:11:10 - +Rule sol87 1987 only - Jan 22 12:11:30s -0:11:30 - +Rule sol87 1987 only - Jan 23 12:11:45s -0:11:45 - +Rule sol87 1987 only - Jan 24 12:12:00s -0:12:00 - +Rule sol87 1987 only - Jan 25 12:12:15s -0:12:15 - +Rule sol87 1987 only - Jan 26 12:12:30s -0:12:30 - +Rule sol87 1987 only - Jan 27 12:12:40s -0:12:40 - +Rule sol87 1987 only - Jan 28 12:12:55s -0:12:55 - +Rule sol87 1987 only - Jan 29 12:13:05s -0:13:05 - +Rule sol87 1987 only - Jan 30 12:13:15s -0:13:15 - +Rule sol87 1987 only - Jan 31 12:13:25s -0:13:25 - +Rule sol87 1987 only - Feb 1 12:13:35s -0:13:35 - +Rule sol87 1987 only - Feb 2 12:13:40s -0:13:40 - +Rule sol87 1987 only - Feb 3 12:13:50s -0:13:50 - +Rule sol87 1987 only - Feb 4 12:13:55s -0:13:55 - +Rule sol87 1987 only - Feb 5 12:14:00s -0:14:00 - +Rule sol87 1987 only - Feb 6 12:14:05s -0:14:05 - +Rule sol87 1987 only - Feb 7 12:14:10s -0:14:10 - +Rule sol87 1987 only - Feb 8 12:14:10s -0:14:10 - +Rule sol87 1987 only - Feb 9 12:14:15s -0:14:15 - +Rule sol87 1987 only - Feb 10 12:14:15s -0:14:15 - +Rule sol87 1987 only - Feb 11 12:14:15s -0:14:15 - +Rule sol87 1987 only - Feb 12 12:14:15s -0:14:15 - +Rule sol87 1987 only - Feb 13 12:14:15s -0:14:15 - +Rule sol87 1987 only - Feb 14 12:14:15s -0:14:15 - +Rule sol87 1987 only - Feb 15 12:14:10s -0:14:10 - +Rule sol87 1987 only - Feb 16 12:14:10s -0:14:10 - +Rule sol87 1987 only - Feb 17 12:14:05s -0:14:05 - +Rule sol87 1987 only - Feb 18 12:14:00s -0:14:00 - +Rule sol87 1987 only - Feb 19 12:13:55s -0:13:55 - +Rule sol87 1987 only - Feb 20 12:13:50s -0:13:50 - +Rule sol87 1987 only - Feb 21 12:13:45s -0:13:45 - +Rule sol87 1987 only - Feb 22 12:13:35s -0:13:35 - +Rule sol87 1987 only - Feb 23 12:13:30s -0:13:30 - +Rule sol87 1987 only - Feb 24 12:13:20s -0:13:20 - +Rule sol87 1987 only - Feb 25 12:13:10s -0:13:10 - +Rule sol87 1987 only - Feb 26 12:13:00s -0:13:00 - +Rule sol87 1987 only - Feb 27 12:12:50s -0:12:50 - +Rule sol87 1987 only - Feb 28 12:12:40s -0:12:40 - +Rule sol87 1987 only - Mar 1 12:12:30s -0:12:30 - +Rule sol87 1987 only - Mar 2 12:12:20s -0:12:20 - +Rule sol87 1987 only - Mar 3 12:12:05s -0:12:05 - +Rule sol87 1987 only - Mar 4 12:11:55s -0:11:55 - +Rule sol87 1987 only - Mar 5 12:11:40s -0:11:40 - +Rule sol87 1987 only - Mar 6 12:11:25s -0:11:25 - +Rule sol87 1987 only - Mar 7 12:11:15s -0:11:15 - +Rule sol87 1987 only - Mar 8 12:11:00s -0:11:00 - +Rule sol87 1987 only - Mar 9 12:10:45s -0:10:45 - +Rule sol87 1987 only - Mar 10 12:10:30s -0:10:30 - +Rule sol87 1987 only - Mar 11 12:10:15s -0:10:15 - +Rule sol87 1987 only - Mar 12 12:09:55s -0:09:55 - +Rule sol87 1987 only - Mar 13 12:09:40s -0:09:40 - +Rule sol87 1987 only - Mar 14 12:09:25s -0:09:25 - +Rule sol87 1987 only - Mar 15 12:09:10s -0:09:10 - +Rule sol87 1987 only - Mar 16 12:08:50s -0:08:50 - +Rule sol87 1987 only - Mar 17 12:08:35s -0:08:35 - +Rule sol87 1987 only - Mar 18 12:08:15s -0:08:15 - +Rule sol87 1987 only - Mar 19 12:08:00s -0:08:00 - +Rule sol87 1987 only - Mar 20 12:07:40s -0:07:40 - +Rule sol87 1987 only - Mar 21 12:07:25s -0:07:25 - +Rule sol87 1987 only - Mar 22 12:07:05s -0:07:05 - +Rule sol87 1987 only - Mar 23 12:06:50s -0:06:50 - +Rule sol87 1987 only - Mar 24 12:06:30s -0:06:30 - +Rule sol87 1987 only - Mar 25 12:06:10s -0:06:10 - +Rule sol87 1987 only - Mar 26 12:05:55s -0:05:55 - +Rule sol87 1987 only - Mar 27 12:05:35s -0:05:35 - +Rule sol87 1987 only - Mar 28 12:05:15s -0:05:15 - +Rule sol87 1987 only - Mar 29 12:05:00s -0:05:00 - +Rule sol87 1987 only - Mar 30 12:04:40s -0:04:40 - +Rule sol87 1987 only - Mar 31 12:04:25s -0:04:25 - +Rule sol87 1987 only - Apr 1 12:04:05s -0:04:05 - +Rule sol87 1987 only - Apr 2 12:03:45s -0:03:45 - +Rule sol87 1987 only - Apr 3 12:03:30s -0:03:30 - +Rule sol87 1987 only - Apr 4 12:03:10s -0:03:10 - +Rule sol87 1987 only - Apr 5 12:02:55s -0:02:55 - +Rule sol87 1987 only - Apr 6 12:02:35s -0:02:35 - +Rule sol87 1987 only - Apr 7 12:02:20s -0:02:20 - +Rule sol87 1987 only - Apr 8 12:02:05s -0:02:05 - +Rule sol87 1987 only - Apr 9 12:01:45s -0:01:45 - +Rule sol87 1987 only - Apr 10 12:01:30s -0:01:30 - +Rule sol87 1987 only - Apr 11 12:01:15s -0:01:15 - +Rule sol87 1987 only - Apr 12 12:00:55s -0:00:55 - +Rule sol87 1987 only - Apr 13 12:00:40s -0:00:40 - +Rule sol87 1987 only - Apr 14 12:00:25s -0:00:25 - +Rule sol87 1987 only - Apr 15 12:00:10s -0:00:10 - +Rule sol87 1987 only - Apr 16 11:59:55s 0:00:05 - +Rule sol87 1987 only - Apr 17 11:59:45s 0:00:15 - +Rule sol87 1987 only - Apr 18 11:59:30s 0:00:30 - +Rule sol87 1987 only - Apr 19 11:59:15s 0:00:45 - +Rule sol87 1987 only - Apr 20 11:59:05s 0:00:55 - +Rule sol87 1987 only - Apr 21 11:58:50s 0:01:10 - +Rule sol87 1987 only - Apr 22 11:58:40s 0:01:20 - +Rule sol87 1987 only - Apr 23 11:58:25s 0:01:35 - +Rule sol87 1987 only - Apr 24 11:58:15s 0:01:45 - +Rule sol87 1987 only - Apr 25 11:58:05s 0:01:55 - +Rule sol87 1987 only - Apr 26 11:57:55s 0:02:05 - +Rule sol87 1987 only - Apr 27 11:57:45s 0:02:15 - +Rule sol87 1987 only - Apr 28 11:57:35s 0:02:25 - +Rule sol87 1987 only - Apr 29 11:57:25s 0:02:35 - +Rule sol87 1987 only - Apr 30 11:57:15s 0:02:45 - +Rule sol87 1987 only - May 1 11:57:10s 0:02:50 - +Rule sol87 1987 only - May 2 11:57:00s 0:03:00 - +Rule sol87 1987 only - May 3 11:56:55s 0:03:05 - +Rule sol87 1987 only - May 4 11:56:50s 0:03:10 - +Rule sol87 1987 only - May 5 11:56:45s 0:03:15 - +Rule sol87 1987 only - May 6 11:56:40s 0:03:20 - +Rule sol87 1987 only - May 7 11:56:35s 0:03:25 - +Rule sol87 1987 only - May 8 11:56:30s 0:03:30 - +Rule sol87 1987 only - May 9 11:56:25s 0:03:35 - +Rule sol87 1987 only - May 10 11:56:25s 0:03:35 - +Rule sol87 1987 only - May 11 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 12 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 13 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 14 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 15 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 16 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 17 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 18 11:56:20s 0:03:40 - +Rule sol87 1987 only - May 19 11:56:25s 0:03:35 - +Rule sol87 1987 only - May 20 11:56:25s 0:03:35 - +Rule sol87 1987 only - May 21 11:56:30s 0:03:30 - +Rule sol87 1987 only - May 22 11:56:35s 0:03:25 - +Rule sol87 1987 only - May 23 11:56:40s 0:03:20 - +Rule sol87 1987 only - May 24 11:56:45s 0:03:15 - +Rule sol87 1987 only - May 25 11:56:50s 0:03:10 - +Rule sol87 1987 only - May 26 11:56:55s 0:03:05 - +Rule sol87 1987 only - May 27 11:57:00s 0:03:00 - +Rule sol87 1987 only - May 28 11:57:10s 0:02:50 - +Rule sol87 1987 only - May 29 11:57:15s 0:02:45 - +Rule sol87 1987 only - May 30 11:57:25s 0:02:35 - +Rule sol87 1987 only - May 31 11:57:30s 0:02:30 - +Rule sol87 1987 only - Jun 1 11:57:40s 0:02:20 - +Rule sol87 1987 only - Jun 2 11:57:50s 0:02:10 - +Rule sol87 1987 only - Jun 3 11:58:00s 0:02:00 - +Rule sol87 1987 only - Jun 4 11:58:10s 0:01:50 - +Rule sol87 1987 only - Jun 5 11:58:20s 0:01:40 - +Rule sol87 1987 only - Jun 6 11:58:30s 0:01:30 - +Rule sol87 1987 only - Jun 7 11:58:40s 0:01:20 - +Rule sol87 1987 only - Jun 8 11:58:50s 0:01:10 - +Rule sol87 1987 only - Jun 9 11:59:05s 0:00:55 - +Rule sol87 1987 only - Jun 10 11:59:15s 0:00:45 - +Rule sol87 1987 only - Jun 11 11:59:30s 0:00:30 - +Rule sol87 1987 only - Jun 12 11:59:40s 0:00:20 - +Rule sol87 1987 only - Jun 13 11:59:50s 0:00:10 - +Rule sol87 1987 only - Jun 14 12:00:05s -0:00:05 - +Rule sol87 1987 only - Jun 15 12:00:15s -0:00:15 - +Rule sol87 1987 only - Jun 16 12:00:30s -0:00:30 - +Rule sol87 1987 only - Jun 17 12:00:45s -0:00:45 - +Rule sol87 1987 only - Jun 18 12:00:55s -0:00:55 - +Rule sol87 1987 only - Jun 19 12:01:10s -0:01:10 - +Rule sol87 1987 only - Jun 20 12:01:20s -0:01:20 - +Rule sol87 1987 only - Jun 21 12:01:35s -0:01:35 - +Rule sol87 1987 only - Jun 22 12:01:50s -0:01:50 - +Rule sol87 1987 only - Jun 23 12:02:00s -0:02:00 - +Rule sol87 1987 only - Jun 24 12:02:15s -0:02:15 - +Rule sol87 1987 only - Jun 25 12:02:25s -0:02:25 - +Rule sol87 1987 only - Jun 26 12:02:40s -0:02:40 - +Rule sol87 1987 only - Jun 27 12:02:50s -0:02:50 - +Rule sol87 1987 only - Jun 28 12:03:05s -0:03:05 - +Rule sol87 1987 only - Jun 29 12:03:15s -0:03:15 - +Rule sol87 1987 only - Jun 30 12:03:30s -0:03:30 - +Rule sol87 1987 only - Jul 1 12:03:40s -0:03:40 - +Rule sol87 1987 only - Jul 2 12:03:50s -0:03:50 - +Rule sol87 1987 only - Jul 3 12:04:05s -0:04:05 - +Rule sol87 1987 only - Jul 4 12:04:15s -0:04:15 - +Rule sol87 1987 only - Jul 5 12:04:25s -0:04:25 - +Rule sol87 1987 only - Jul 6 12:04:35s -0:04:35 - +Rule sol87 1987 only - Jul 7 12:04:45s -0:04:45 - +Rule sol87 1987 only - Jul 8 12:04:55s -0:04:55 - +Rule sol87 1987 only - Jul 9 12:05:05s -0:05:05 - +Rule sol87 1987 only - Jul 10 12:05:15s -0:05:15 - +Rule sol87 1987 only - Jul 11 12:05:20s -0:05:20 - +Rule sol87 1987 only - Jul 12 12:05:30s -0:05:30 - +Rule sol87 1987 only - Jul 13 12:05:40s -0:05:40 - +Rule sol87 1987 only - Jul 14 12:05:45s -0:05:45 - +Rule sol87 1987 only - Jul 15 12:05:50s -0:05:50 - +Rule sol87 1987 only - Jul 16 12:06:00s -0:06:00 - +Rule sol87 1987 only - Jul 17 12:06:05s -0:06:05 - +Rule sol87 1987 only - Jul 18 12:06:10s -0:06:10 - +Rule sol87 1987 only - Jul 19 12:06:15s -0:06:15 - +Rule sol87 1987 only - Jul 20 12:06:15s -0:06:15 - +Rule sol87 1987 only - Jul 21 12:06:20s -0:06:20 - +Rule sol87 1987 only - Jul 22 12:06:25s -0:06:25 - +Rule sol87 1987 only - Jul 23 12:06:25s -0:06:25 - +Rule sol87 1987 only - Jul 24 12:06:25s -0:06:25 - +Rule sol87 1987 only - Jul 25 12:06:30s -0:06:30 - +Rule sol87 1987 only - Jul 26 12:06:30s -0:06:30 - +Rule sol87 1987 only - Jul 27 12:06:30s -0:06:30 - +Rule sol87 1987 only - Jul 28 12:06:30s -0:06:30 - +Rule sol87 1987 only - Jul 29 12:06:25s -0:06:25 - +Rule sol87 1987 only - Jul 30 12:06:25s -0:06:25 - +Rule sol87 1987 only - Jul 31 12:06:25s -0:06:25 - +Rule sol87 1987 only - Aug 1 12:06:20s -0:06:20 - +Rule sol87 1987 only - Aug 2 12:06:15s -0:06:15 - +Rule sol87 1987 only - Aug 3 12:06:10s -0:06:10 - +Rule sol87 1987 only - Aug 4 12:06:05s -0:06:05 - +Rule sol87 1987 only - Aug 5 12:06:00s -0:06:00 - +Rule sol87 1987 only - Aug 6 12:05:55s -0:05:55 - +Rule sol87 1987 only - Aug 7 12:05:50s -0:05:50 - +Rule sol87 1987 only - Aug 8 12:05:40s -0:05:40 - +Rule sol87 1987 only - Aug 9 12:05:35s -0:05:35 - +Rule sol87 1987 only - Aug 10 12:05:25s -0:05:25 - +Rule sol87 1987 only - Aug 11 12:05:15s -0:05:15 - +Rule sol87 1987 only - Aug 12 12:05:05s -0:05:05 - +Rule sol87 1987 only - Aug 13 12:04:55s -0:04:55 - +Rule sol87 1987 only - Aug 14 12:04:45s -0:04:45 - +Rule sol87 1987 only - Aug 15 12:04:35s -0:04:35 - +Rule sol87 1987 only - Aug 16 12:04:25s -0:04:25 - +Rule sol87 1987 only - Aug 17 12:04:10s -0:04:10 - +Rule sol87 1987 only - Aug 18 12:04:00s -0:04:00 - +Rule sol87 1987 only - Aug 19 12:03:45s -0:03:45 - +Rule sol87 1987 only - Aug 20 12:03:30s -0:03:30 - +Rule sol87 1987 only - Aug 21 12:03:15s -0:03:15 - +Rule sol87 1987 only - Aug 22 12:03:00s -0:03:00 - +Rule sol87 1987 only - Aug 23 12:02:45s -0:02:45 - +Rule sol87 1987 only - Aug 24 12:02:30s -0:02:30 - +Rule sol87 1987 only - Aug 25 12:02:15s -0:02:15 - +Rule sol87 1987 only - Aug 26 12:02:00s -0:02:00 - +Rule sol87 1987 only - Aug 27 12:01:40s -0:01:40 - +Rule sol87 1987 only - Aug 28 12:01:25s -0:01:25 - +Rule sol87 1987 only - Aug 29 12:01:05s -0:01:05 - +Rule sol87 1987 only - Aug 30 12:00:50s -0:00:50 - +Rule sol87 1987 only - Aug 31 12:00:30s -0:00:30 - +Rule sol87 1987 only - Sep 1 12:00:10s -0:00:10 - +Rule sol87 1987 only - Sep 2 11:59:50s 0:00:10 - +Rule sol87 1987 only - Sep 3 11:59:35s 0:00:25 - +Rule sol87 1987 only - Sep 4 11:59:15s 0:00:45 - +Rule sol87 1987 only - Sep 5 11:58:55s 0:01:05 - +Rule sol87 1987 only - Sep 6 11:58:35s 0:01:25 - +Rule sol87 1987 only - Sep 7 11:58:15s 0:01:45 - +Rule sol87 1987 only - Sep 8 11:57:55s 0:02:05 - +Rule sol87 1987 only - Sep 9 11:57:30s 0:02:30 - +Rule sol87 1987 only - Sep 10 11:57:10s 0:02:50 - +Rule sol87 1987 only - Sep 11 11:56:50s 0:03:10 - +Rule sol87 1987 only - Sep 12 11:56:30s 0:03:30 - +Rule sol87 1987 only - Sep 13 11:56:10s 0:03:50 - +Rule sol87 1987 only - Sep 14 11:55:45s 0:04:15 - +Rule sol87 1987 only - Sep 15 11:55:25s 0:04:35 - +Rule sol87 1987 only - Sep 16 11:55:05s 0:04:55 - +Rule sol87 1987 only - Sep 17 11:54:45s 0:05:15 - +Rule sol87 1987 only - Sep 18 11:54:20s 0:05:40 - +Rule sol87 1987 only - Sep 19 11:54:00s 0:06:00 - +Rule sol87 1987 only - Sep 20 11:53:40s 0:06:20 - +Rule sol87 1987 only - Sep 21 11:53:15s 0:06:45 - +Rule sol87 1987 only - Sep 22 11:52:55s 0:07:05 - +Rule sol87 1987 only - Sep 23 11:52:35s 0:07:25 - +Rule sol87 1987 only - Sep 24 11:52:15s 0:07:45 - +Rule sol87 1987 only - Sep 25 11:51:55s 0:08:05 - +Rule sol87 1987 only - Sep 26 11:51:35s 0:08:25 - +Rule sol87 1987 only - Sep 27 11:51:10s 0:08:50 - +Rule sol87 1987 only - Sep 28 11:50:50s 0:09:10 - +Rule sol87 1987 only - Sep 29 11:50:30s 0:09:30 - +Rule sol87 1987 only - Sep 30 11:50:10s 0:09:50 - +Rule sol87 1987 only - Oct 1 11:49:50s 0:10:10 - +Rule sol87 1987 only - Oct 2 11:49:35s 0:10:25 - +Rule sol87 1987 only - Oct 3 11:49:15s 0:10:45 - +Rule sol87 1987 only - Oct 4 11:48:55s 0:11:05 - +Rule sol87 1987 only - Oct 5 11:48:35s 0:11:25 - +Rule sol87 1987 only - Oct 6 11:48:20s 0:11:40 - +Rule sol87 1987 only - Oct 7 11:48:00s 0:12:00 - +Rule sol87 1987 only - Oct 8 11:47:45s 0:12:15 - +Rule sol87 1987 only - Oct 9 11:47:25s 0:12:35 - +Rule sol87 1987 only - Oct 10 11:47:10s 0:12:50 - +Rule sol87 1987 only - Oct 11 11:46:55s 0:13:05 - +Rule sol87 1987 only - Oct 12 11:46:40s 0:13:20 - +Rule sol87 1987 only - Oct 13 11:46:25s 0:13:35 - +Rule sol87 1987 only - Oct 14 11:46:10s 0:13:50 - +Rule sol87 1987 only - Oct 15 11:45:55s 0:14:05 - +Rule sol87 1987 only - Oct 16 11:45:45s 0:14:15 - +Rule sol87 1987 only - Oct 17 11:45:30s 0:14:30 - +Rule sol87 1987 only - Oct 18 11:45:20s 0:14:40 - +Rule sol87 1987 only - Oct 19 11:45:05s 0:14:55 - +Rule sol87 1987 only - Oct 20 11:44:55s 0:15:05 - +Rule sol87 1987 only - Oct 21 11:44:45s 0:15:15 - +Rule sol87 1987 only - Oct 22 11:44:35s 0:15:25 - +Rule sol87 1987 only - Oct 23 11:44:25s 0:15:35 - +Rule sol87 1987 only - Oct 24 11:44:20s 0:15:40 - +Rule sol87 1987 only - Oct 25 11:44:10s 0:15:50 - +Rule sol87 1987 only - Oct 26 11:44:05s 0:15:55 - +Rule sol87 1987 only - Oct 27 11:43:55s 0:16:05 - +Rule sol87 1987 only - Oct 28 11:43:50s 0:16:10 - +Rule sol87 1987 only - Oct 29 11:43:45s 0:16:15 - +Rule sol87 1987 only - Oct 30 11:43:45s 0:16:15 - +Rule sol87 1987 only - Oct 31 11:43:40s 0:16:20 - +Rule sol87 1987 only - Nov 1 11:43:40s 0:16:20 - +Rule sol87 1987 only - Nov 2 11:43:35s 0:16:25 - +Rule sol87 1987 only - Nov 3 11:43:35s 0:16:25 - +Rule sol87 1987 only - Nov 4 11:43:35s 0:16:25 - +Rule sol87 1987 only - Nov 5 11:43:35s 0:16:25 - +Rule sol87 1987 only - Nov 6 11:43:40s 0:16:20 - +Rule sol87 1987 only - Nov 7 11:43:40s 0:16:20 - +Rule sol87 1987 only - Nov 8 11:43:45s 0:16:15 - +Rule sol87 1987 only - Nov 9 11:43:50s 0:16:10 - +Rule sol87 1987 only - Nov 10 11:43:55s 0:16:05 - +Rule sol87 1987 only - Nov 11 11:44:00s 0:16:00 - +Rule sol87 1987 only - Nov 12 11:44:05s 0:15:55 - +Rule sol87 1987 only - Nov 13 11:44:15s 0:15:45 - +Rule sol87 1987 only - Nov 14 11:44:20s 0:15:40 - +Rule sol87 1987 only - Nov 15 11:44:30s 0:15:30 - +Rule sol87 1987 only - Nov 16 11:44:40s 0:15:20 - +Rule sol87 1987 only - Nov 17 11:44:50s 0:15:10 - +Rule sol87 1987 only - Nov 18 11:45:05s 0:14:55 - +Rule sol87 1987 only - Nov 19 11:45:15s 0:14:45 - +Rule sol87 1987 only - Nov 20 11:45:30s 0:14:30 - +Rule sol87 1987 only - Nov 21 11:45:45s 0:14:15 - +Rule sol87 1987 only - Nov 22 11:46:00s 0:14:00 - +Rule sol87 1987 only - Nov 23 11:46:15s 0:13:45 - +Rule sol87 1987 only - Nov 24 11:46:30s 0:13:30 - +Rule sol87 1987 only - Nov 25 11:46:50s 0:13:10 - +Rule sol87 1987 only - Nov 26 11:47:10s 0:12:50 - +Rule sol87 1987 only - Nov 27 11:47:25s 0:12:35 - +Rule sol87 1987 only - Nov 28 11:47:45s 0:12:15 - +Rule sol87 1987 only - Nov 29 11:48:05s 0:11:55 - +Rule sol87 1987 only - Nov 30 11:48:30s 0:11:30 - +Rule sol87 1987 only - Dec 1 11:48:50s 0:11:10 - +Rule sol87 1987 only - Dec 2 11:49:10s 0:10:50 - +Rule sol87 1987 only - Dec 3 11:49:35s 0:10:25 - +Rule sol87 1987 only - Dec 4 11:50:00s 0:10:00 - +Rule sol87 1987 only - Dec 5 11:50:25s 0:09:35 - +Rule sol87 1987 only - Dec 6 11:50:50s 0:09:10 - +Rule sol87 1987 only - Dec 7 11:51:15s 0:08:45 - +Rule sol87 1987 only - Dec 8 11:51:40s 0:08:20 - +Rule sol87 1987 only - Dec 9 11:52:05s 0:07:55 - +Rule sol87 1987 only - Dec 10 11:52:30s 0:07:30 - +Rule sol87 1987 only - Dec 11 11:53:00s 0:07:00 - +Rule sol87 1987 only - Dec 12 11:53:25s 0:06:35 - +Rule sol87 1987 only - Dec 13 11:53:55s 0:06:05 - +Rule sol87 1987 only - Dec 14 11:54:25s 0:05:35 - +Rule sol87 1987 only - Dec 15 11:54:50s 0:05:10 - +Rule sol87 1987 only - Dec 16 11:55:20s 0:04:40 - +Rule sol87 1987 only - Dec 17 11:55:50s 0:04:10 - +Rule sol87 1987 only - Dec 18 11:56:20s 0:03:40 - +Rule sol87 1987 only - Dec 19 11:56:50s 0:03:10 - +Rule sol87 1987 only - Dec 20 11:57:20s 0:02:40 - +Rule sol87 1987 only - Dec 21 11:57:50s 0:02:10 - +Rule sol87 1987 only - Dec 22 11:58:20s 0:01:40 - +Rule sol87 1987 only - Dec 23 11:58:50s 0:01:10 - +Rule sol87 1987 only - Dec 24 11:59:20s 0:00:40 - +Rule sol87 1987 only - Dec 25 11:59:50s 0:00:10 - +Rule sol87 1987 only - Dec 26 12:00:20s -0:00:20 - +Rule sol87 1987 only - Dec 27 12:00:45s -0:00:45 - +Rule sol87 1987 only - Dec 28 12:01:15s -0:01:15 - +Rule sol87 1987 only - Dec 29 12:01:45s -0:01:45 - +Rule sol87 1987 only - Dec 30 12:02:15s -0:02:15 - +Rule sol87 1987 only - Dec 31 12:02:45s -0:02:45 - + +# Riyadh is at about 46 degrees 46 minutes East: 3 hrs, 7 mins, 4 secs +# Before and after 1987, we'll operate on local mean solar time. + +# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] +Zone Asia/Riyadh87 3:07:04 - ?? 1987 + 3:07:04 sol87 ?? 1988 + 3:07:04 - ?? +# For backward compatibility... +Link Asia/Riyadh87 Mideast/Riyadh87 diff --git a/zic.tproj/datfiles/solar88 b/zic.tproj/datfiles/solar88 new file mode 100644 index 0000000..917fe5a --- /dev/null +++ b/zic.tproj/datfiles/solar88 @@ -0,0 +1,389 @@ +# $OpenBSD: solar88,v 1.3 1997/01/14 04:36:56 millert Exp $ +# @(#)solar88 7.3 + +# Apparent noon times below are for Riyadh; they're a bit off for other places. +# Times were computed using formulas in the U.S. Naval Observatory's +# Almanac for Computers 1988; the formulas "will give EqT to an accuracy of +# [plus or minus two] seconds during the current year." +# +# Rounding to the nearest five seconds results in fewer than +# 256 different "time types"--a limit that's faced because time types are +# stored on disk as unsigned chars. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule sol88 1988 only - Jan 1 12:03:15s -0:03:15 - +Rule sol88 1988 only - Jan 2 12:03:40s -0:03:40 - +Rule sol88 1988 only - Jan 3 12:04:10s -0:04:10 - +Rule sol88 1988 only - Jan 4 12:04:40s -0:04:40 - +Rule sol88 1988 only - Jan 5 12:05:05s -0:05:05 - +Rule sol88 1988 only - Jan 6 12:05:30s -0:05:30 - +Rule sol88 1988 only - Jan 7 12:06:00s -0:06:00 - +Rule sol88 1988 only - Jan 8 12:06:25s -0:06:25 - +Rule sol88 1988 only - Jan 9 12:06:50s -0:06:50 - +Rule sol88 1988 only - Jan 10 12:07:15s -0:07:15 - +Rule sol88 1988 only - Jan 11 12:07:40s -0:07:40 - +Rule sol88 1988 only - Jan 12 12:08:05s -0:08:05 - +Rule sol88 1988 only - Jan 13 12:08:25s -0:08:25 - +Rule sol88 1988 only - Jan 14 12:08:50s -0:08:50 - +Rule sol88 1988 only - Jan 15 12:09:10s -0:09:10 - +Rule sol88 1988 only - Jan 16 12:09:30s -0:09:30 - +Rule sol88 1988 only - Jan 17 12:09:50s -0:09:50 - +Rule sol88 1988 only - Jan 18 12:10:10s -0:10:10 - +Rule sol88 1988 only - Jan 19 12:10:30s -0:10:30 - +Rule sol88 1988 only - Jan 20 12:10:50s -0:10:50 - +Rule sol88 1988 only - Jan 21 12:11:05s -0:11:05 - +Rule sol88 1988 only - Jan 22 12:11:25s -0:11:25 - +Rule sol88 1988 only - Jan 23 12:11:40s -0:11:40 - +Rule sol88 1988 only - Jan 24 12:11:55s -0:11:55 - +Rule sol88 1988 only - Jan 25 12:12:10s -0:12:10 - +Rule sol88 1988 only - Jan 26 12:12:25s -0:12:25 - +Rule sol88 1988 only - Jan 27 12:12:40s -0:12:40 - +Rule sol88 1988 only - Jan 28 12:12:50s -0:12:50 - +Rule sol88 1988 only - Jan 29 12:13:00s -0:13:00 - +Rule sol88 1988 only - Jan 30 12:13:10s -0:13:10 - +Rule sol88 1988 only - Jan 31 12:13:20s -0:13:20 - +Rule sol88 1988 only - Feb 1 12:13:30s -0:13:30 - +Rule sol88 1988 only - Feb 2 12:13:40s -0:13:40 - +Rule sol88 1988 only - Feb 3 12:13:45s -0:13:45 - +Rule sol88 1988 only - Feb 4 12:13:55s -0:13:55 - +Rule sol88 1988 only - Feb 5 12:14:00s -0:14:00 - +Rule sol88 1988 only - Feb 6 12:14:05s -0:14:05 - +Rule sol88 1988 only - Feb 7 12:14:10s -0:14:10 - +Rule sol88 1988 only - Feb 8 12:14:10s -0:14:10 - +Rule sol88 1988 only - Feb 9 12:14:15s -0:14:15 - +Rule sol88 1988 only - Feb 10 12:14:15s -0:14:15 - +Rule sol88 1988 only - Feb 11 12:14:15s -0:14:15 - +Rule sol88 1988 only - Feb 12 12:14:15s -0:14:15 - +Rule sol88 1988 only - Feb 13 12:14:15s -0:14:15 - +Rule sol88 1988 only - Feb 14 12:14:15s -0:14:15 - +Rule sol88 1988 only - Feb 15 12:14:10s -0:14:10 - +Rule sol88 1988 only - Feb 16 12:14:10s -0:14:10 - +Rule sol88 1988 only - Feb 17 12:14:05s -0:14:05 - +Rule sol88 1988 only - Feb 18 12:14:00s -0:14:00 - +Rule sol88 1988 only - Feb 19 12:13:55s -0:13:55 - +Rule sol88 1988 only - Feb 20 12:13:50s -0:13:50 - +Rule sol88 1988 only - Feb 21 12:13:45s -0:13:45 - +Rule sol88 1988 only - Feb 22 12:13:40s -0:13:40 - +Rule sol88 1988 only - Feb 23 12:13:30s -0:13:30 - +Rule sol88 1988 only - Feb 24 12:13:20s -0:13:20 - +Rule sol88 1988 only - Feb 25 12:13:15s -0:13:15 - +Rule sol88 1988 only - Feb 26 12:13:05s -0:13:05 - +Rule sol88 1988 only - Feb 27 12:12:55s -0:12:55 - +Rule sol88 1988 only - Feb 28 12:12:45s -0:12:45 - +Rule sol88 1988 only - Feb 29 12:12:30s -0:12:30 - +Rule sol88 1988 only - Mar 1 12:12:20s -0:12:20 - +Rule sol88 1988 only - Mar 2 12:12:10s -0:12:10 - +Rule sol88 1988 only - Mar 3 12:11:55s -0:11:55 - +Rule sol88 1988 only - Mar 4 12:11:45s -0:11:45 - +Rule sol88 1988 only - Mar 5 12:11:30s -0:11:30 - +Rule sol88 1988 only - Mar 6 12:11:15s -0:11:15 - +Rule sol88 1988 only - Mar 7 12:11:00s -0:11:00 - +Rule sol88 1988 only - Mar 8 12:10:45s -0:10:45 - +Rule sol88 1988 only - Mar 9 12:10:30s -0:10:30 - +Rule sol88 1988 only - Mar 10 12:10:15s -0:10:15 - +Rule sol88 1988 only - Mar 11 12:10:00s -0:10:00 - +Rule sol88 1988 only - Mar 12 12:09:45s -0:09:45 - +Rule sol88 1988 only - Mar 13 12:09:30s -0:09:30 - +Rule sol88 1988 only - Mar 14 12:09:10s -0:09:10 - +Rule sol88 1988 only - Mar 15 12:08:55s -0:08:55 - +Rule sol88 1988 only - Mar 16 12:08:40s -0:08:40 - +Rule sol88 1988 only - Mar 17 12:08:20s -0:08:20 - +Rule sol88 1988 only - Mar 18 12:08:05s -0:08:05 - +Rule sol88 1988 only - Mar 19 12:07:45s -0:07:45 - +Rule sol88 1988 only - Mar 20 12:07:30s -0:07:30 - +Rule sol88 1988 only - Mar 21 12:07:10s -0:07:10 - +Rule sol88 1988 only - Mar 22 12:06:50s -0:06:50 - +Rule sol88 1988 only - Mar 23 12:06:35s -0:06:35 - +Rule sol88 1988 only - Mar 24 12:06:15s -0:06:15 - +Rule sol88 1988 only - Mar 25 12:06:00s -0:06:00 - +Rule sol88 1988 only - Mar 26 12:05:40s -0:05:40 - +Rule sol88 1988 only - Mar 27 12:05:20s -0:05:20 - +Rule sol88 1988 only - Mar 28 12:05:05s -0:05:05 - +Rule sol88 1988 only - Mar 29 12:04:45s -0:04:45 - +Rule sol88 1988 only - Mar 30 12:04:25s -0:04:25 - +Rule sol88 1988 only - Mar 31 12:04:10s -0:04:10 - +Rule sol88 1988 only - Apr 1 12:03:50s -0:03:50 - +Rule sol88 1988 only - Apr 2 12:03:35s -0:03:35 - +Rule sol88 1988 only - Apr 3 12:03:15s -0:03:15 - +Rule sol88 1988 only - Apr 4 12:03:00s -0:03:00 - +Rule sol88 1988 only - Apr 5 12:02:40s -0:02:40 - +Rule sol88 1988 only - Apr 6 12:02:25s -0:02:25 - +Rule sol88 1988 only - Apr 7 12:02:05s -0:02:05 - +Rule sol88 1988 only - Apr 8 12:01:50s -0:01:50 - +Rule sol88 1988 only - Apr 9 12:01:35s -0:01:35 - +Rule sol88 1988 only - Apr 10 12:01:15s -0:01:15 - +Rule sol88 1988 only - Apr 11 12:01:00s -0:01:00 - +Rule sol88 1988 only - Apr 12 12:00:45s -0:00:45 - +Rule sol88 1988 only - Apr 13 12:00:30s -0:00:30 - +Rule sol88 1988 only - Apr 14 12:00:15s -0:00:15 - +Rule sol88 1988 only - Apr 15 12:00:00s 0:00:00 - +Rule sol88 1988 only - Apr 16 11:59:45s 0:00:15 - +Rule sol88 1988 only - Apr 17 11:59:30s 0:00:30 - +Rule sol88 1988 only - Apr 18 11:59:20s 0:00:40 - +Rule sol88 1988 only - Apr 19 11:59:05s 0:00:55 - +Rule sol88 1988 only - Apr 20 11:58:55s 0:01:05 - +Rule sol88 1988 only - Apr 21 11:58:40s 0:01:20 - +Rule sol88 1988 only - Apr 22 11:58:30s 0:01:30 - +Rule sol88 1988 only - Apr 23 11:58:15s 0:01:45 - +Rule sol88 1988 only - Apr 24 11:58:05s 0:01:55 - +Rule sol88 1988 only - Apr 25 11:57:55s 0:02:05 - +Rule sol88 1988 only - Apr 26 11:57:45s 0:02:15 - +Rule sol88 1988 only - Apr 27 11:57:35s 0:02:25 - +Rule sol88 1988 only - Apr 28 11:57:30s 0:02:30 - +Rule sol88 1988 only - Apr 29 11:57:20s 0:02:40 - +Rule sol88 1988 only - Apr 30 11:57:10s 0:02:50 - +Rule sol88 1988 only - May 1 11:57:05s 0:02:55 - +Rule sol88 1988 only - May 2 11:56:55s 0:03:05 - +Rule sol88 1988 only - May 3 11:56:50s 0:03:10 - +Rule sol88 1988 only - May 4 11:56:45s 0:03:15 - +Rule sol88 1988 only - May 5 11:56:40s 0:03:20 - +Rule sol88 1988 only - May 6 11:56:35s 0:03:25 - +Rule sol88 1988 only - May 7 11:56:30s 0:03:30 - +Rule sol88 1988 only - May 8 11:56:25s 0:03:35 - +Rule sol88 1988 only - May 9 11:56:25s 0:03:35 - +Rule sol88 1988 only - May 10 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 11 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 12 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 13 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 14 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 15 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 16 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 17 11:56:20s 0:03:40 - +Rule sol88 1988 only - May 18 11:56:25s 0:03:35 - +Rule sol88 1988 only - May 19 11:56:25s 0:03:35 - +Rule sol88 1988 only - May 20 11:56:30s 0:03:30 - +Rule sol88 1988 only - May 21 11:56:35s 0:03:25 - +Rule sol88 1988 only - May 22 11:56:40s 0:03:20 - +Rule sol88 1988 only - May 23 11:56:45s 0:03:15 - +Rule sol88 1988 only - May 24 11:56:50s 0:03:10 - +Rule sol88 1988 only - May 25 11:56:55s 0:03:05 - +Rule sol88 1988 only - May 26 11:57:00s 0:03:00 - +Rule sol88 1988 only - May 27 11:57:05s 0:02:55 - +Rule sol88 1988 only - May 28 11:57:15s 0:02:45 - +Rule sol88 1988 only - May 29 11:57:20s 0:02:40 - +Rule sol88 1988 only - May 30 11:57:30s 0:02:30 - +Rule sol88 1988 only - May 31 11:57:40s 0:02:20 - +Rule sol88 1988 only - Jun 1 11:57:50s 0:02:10 - +Rule sol88 1988 only - Jun 2 11:57:55s 0:02:05 - +Rule sol88 1988 only - Jun 3 11:58:05s 0:01:55 - +Rule sol88 1988 only - Jun 4 11:58:15s 0:01:45 - +Rule sol88 1988 only - Jun 5 11:58:30s 0:01:30 - +Rule sol88 1988 only - Jun 6 11:58:40s 0:01:20 - +Rule sol88 1988 only - Jun 7 11:58:50s 0:01:10 - +Rule sol88 1988 only - Jun 8 11:59:00s 0:01:00 - +Rule sol88 1988 only - Jun 9 11:59:15s 0:00:45 - +Rule sol88 1988 only - Jun 10 11:59:25s 0:00:35 - +Rule sol88 1988 only - Jun 11 11:59:35s 0:00:25 - +Rule sol88 1988 only - Jun 12 11:59:50s 0:00:10 - +Rule sol88 1988 only - Jun 13 12:00:00s 0:00:00 - +Rule sol88 1988 only - Jun 14 12:00:15s -0:00:15 - +Rule sol88 1988 only - Jun 15 12:00:25s -0:00:25 - +Rule sol88 1988 only - Jun 16 12:00:40s -0:00:40 - +Rule sol88 1988 only - Jun 17 12:00:55s -0:00:55 - +Rule sol88 1988 only - Jun 18 12:01:05s -0:01:05 - +Rule sol88 1988 only - Jun 19 12:01:20s -0:01:20 - +Rule sol88 1988 only - Jun 20 12:01:30s -0:01:30 - +Rule sol88 1988 only - Jun 21 12:01:45s -0:01:45 - +Rule sol88 1988 only - Jun 22 12:02:00s -0:02:00 - +Rule sol88 1988 only - Jun 23 12:02:10s -0:02:10 - +Rule sol88 1988 only - Jun 24 12:02:25s -0:02:25 - +Rule sol88 1988 only - Jun 25 12:02:35s -0:02:35 - +Rule sol88 1988 only - Jun 26 12:02:50s -0:02:50 - +Rule sol88 1988 only - Jun 27 12:03:00s -0:03:00 - +Rule sol88 1988 only - Jun 28 12:03:15s -0:03:15 - +Rule sol88 1988 only - Jun 29 12:03:25s -0:03:25 - +Rule sol88 1988 only - Jun 30 12:03:40s -0:03:40 - +Rule sol88 1988 only - Jul 1 12:03:50s -0:03:50 - +Rule sol88 1988 only - Jul 2 12:04:00s -0:04:00 - +Rule sol88 1988 only - Jul 3 12:04:10s -0:04:10 - +Rule sol88 1988 only - Jul 4 12:04:25s -0:04:25 - +Rule sol88 1988 only - Jul 5 12:04:35s -0:04:35 - +Rule sol88 1988 only - Jul 6 12:04:45s -0:04:45 - +Rule sol88 1988 only - Jul 7 12:04:55s -0:04:55 - +Rule sol88 1988 only - Jul 8 12:05:05s -0:05:05 - +Rule sol88 1988 only - Jul 9 12:05:10s -0:05:10 - +Rule sol88 1988 only - Jul 10 12:05:20s -0:05:20 - +Rule sol88 1988 only - Jul 11 12:05:30s -0:05:30 - +Rule sol88 1988 only - Jul 12 12:05:35s -0:05:35 - +Rule sol88 1988 only - Jul 13 12:05:45s -0:05:45 - +Rule sol88 1988 only - Jul 14 12:05:50s -0:05:50 - +Rule sol88 1988 only - Jul 15 12:05:55s -0:05:55 - +Rule sol88 1988 only - Jul 16 12:06:00s -0:06:00 - +Rule sol88 1988 only - Jul 17 12:06:05s -0:06:05 - +Rule sol88 1988 only - Jul 18 12:06:10s -0:06:10 - +Rule sol88 1988 only - Jul 19 12:06:15s -0:06:15 - +Rule sol88 1988 only - Jul 20 12:06:20s -0:06:20 - +Rule sol88 1988 only - Jul 21 12:06:25s -0:06:25 - +Rule sol88 1988 only - Jul 22 12:06:25s -0:06:25 - +Rule sol88 1988 only - Jul 23 12:06:25s -0:06:25 - +Rule sol88 1988 only - Jul 24 12:06:30s -0:06:30 - +Rule sol88 1988 only - Jul 25 12:06:30s -0:06:30 - +Rule sol88 1988 only - Jul 26 12:06:30s -0:06:30 - +Rule sol88 1988 only - Jul 27 12:06:30s -0:06:30 - +Rule sol88 1988 only - Jul 28 12:06:30s -0:06:30 - +Rule sol88 1988 only - Jul 29 12:06:25s -0:06:25 - +Rule sol88 1988 only - Jul 30 12:06:25s -0:06:25 - +Rule sol88 1988 only - Jul 31 12:06:20s -0:06:20 - +Rule sol88 1988 only - Aug 1 12:06:15s -0:06:15 - +Rule sol88 1988 only - Aug 2 12:06:15s -0:06:15 - +Rule sol88 1988 only - Aug 3 12:06:10s -0:06:10 - +Rule sol88 1988 only - Aug 4 12:06:05s -0:06:05 - +Rule sol88 1988 only - Aug 5 12:05:55s -0:05:55 - +Rule sol88 1988 only - Aug 6 12:05:50s -0:05:50 - +Rule sol88 1988 only - Aug 7 12:05:45s -0:05:45 - +Rule sol88 1988 only - Aug 8 12:05:35s -0:05:35 - +Rule sol88 1988 only - Aug 9 12:05:25s -0:05:25 - +Rule sol88 1988 only - Aug 10 12:05:20s -0:05:20 - +Rule sol88 1988 only - Aug 11 12:05:10s -0:05:10 - +Rule sol88 1988 only - Aug 12 12:05:00s -0:05:00 - +Rule sol88 1988 only - Aug 13 12:04:50s -0:04:50 - +Rule sol88 1988 only - Aug 14 12:04:35s -0:04:35 - +Rule sol88 1988 only - Aug 15 12:04:25s -0:04:25 - +Rule sol88 1988 only - Aug 16 12:04:15s -0:04:15 - +Rule sol88 1988 only - Aug 17 12:04:00s -0:04:00 - +Rule sol88 1988 only - Aug 18 12:03:50s -0:03:50 - +Rule sol88 1988 only - Aug 19 12:03:35s -0:03:35 - +Rule sol88 1988 only - Aug 20 12:03:20s -0:03:20 - +Rule sol88 1988 only - Aug 21 12:03:05s -0:03:05 - +Rule sol88 1988 only - Aug 22 12:02:50s -0:02:50 - +Rule sol88 1988 only - Aug 23 12:02:35s -0:02:35 - +Rule sol88 1988 only - Aug 24 12:02:20s -0:02:20 - +Rule sol88 1988 only - Aug 25 12:02:00s -0:02:00 - +Rule sol88 1988 only - Aug 26 12:01:45s -0:01:45 - +Rule sol88 1988 only - Aug 27 12:01:30s -0:01:30 - +Rule sol88 1988 only - Aug 28 12:01:10s -0:01:10 - +Rule sol88 1988 only - Aug 29 12:00:50s -0:00:50 - +Rule sol88 1988 only - Aug 30 12:00:35s -0:00:35 - +Rule sol88 1988 only - Aug 31 12:00:15s -0:00:15 - +Rule sol88 1988 only - Sep 1 11:59:55s 0:00:05 - +Rule sol88 1988 only - Sep 2 11:59:35s 0:00:25 - +Rule sol88 1988 only - Sep 3 11:59:20s 0:00:40 - +Rule sol88 1988 only - Sep 4 11:59:00s 0:01:00 - +Rule sol88 1988 only - Sep 5 11:58:40s 0:01:20 - +Rule sol88 1988 only - Sep 6 11:58:20s 0:01:40 - +Rule sol88 1988 only - Sep 7 11:58:00s 0:02:00 - +Rule sol88 1988 only - Sep 8 11:57:35s 0:02:25 - +Rule sol88 1988 only - Sep 9 11:57:15s 0:02:45 - +Rule sol88 1988 only - Sep 10 11:56:55s 0:03:05 - +Rule sol88 1988 only - Sep 11 11:56:35s 0:03:25 - +Rule sol88 1988 only - Sep 12 11:56:15s 0:03:45 - +Rule sol88 1988 only - Sep 13 11:55:50s 0:04:10 - +Rule sol88 1988 only - Sep 14 11:55:30s 0:04:30 - +Rule sol88 1988 only - Sep 15 11:55:10s 0:04:50 - +Rule sol88 1988 only - Sep 16 11:54:50s 0:05:10 - +Rule sol88 1988 only - Sep 17 11:54:25s 0:05:35 - +Rule sol88 1988 only - Sep 18 11:54:05s 0:05:55 - +Rule sol88 1988 only - Sep 19 11:53:45s 0:06:15 - +Rule sol88 1988 only - Sep 20 11:53:25s 0:06:35 - +Rule sol88 1988 only - Sep 21 11:53:00s 0:07:00 - +Rule sol88 1988 only - Sep 22 11:52:40s 0:07:20 - +Rule sol88 1988 only - Sep 23 11:52:20s 0:07:40 - +Rule sol88 1988 only - Sep 24 11:52:00s 0:08:00 - +Rule sol88 1988 only - Sep 25 11:51:40s 0:08:20 - +Rule sol88 1988 only - Sep 26 11:51:15s 0:08:45 - +Rule sol88 1988 only - Sep 27 11:50:55s 0:09:05 - +Rule sol88 1988 only - Sep 28 11:50:35s 0:09:25 - +Rule sol88 1988 only - Sep 29 11:50:15s 0:09:45 - +Rule sol88 1988 only - Sep 30 11:49:55s 0:10:05 - +Rule sol88 1988 only - Oct 1 11:49:35s 0:10:25 - +Rule sol88 1988 only - Oct 2 11:49:20s 0:10:40 - +Rule sol88 1988 only - Oct 3 11:49:00s 0:11:00 - +Rule sol88 1988 only - Oct 4 11:48:40s 0:11:20 - +Rule sol88 1988 only - Oct 5 11:48:25s 0:11:35 - +Rule sol88 1988 only - Oct 6 11:48:05s 0:11:55 - +Rule sol88 1988 only - Oct 7 11:47:50s 0:12:10 - +Rule sol88 1988 only - Oct 8 11:47:30s 0:12:30 - +Rule sol88 1988 only - Oct 9 11:47:15s 0:12:45 - +Rule sol88 1988 only - Oct 10 11:47:00s 0:13:00 - +Rule sol88 1988 only - Oct 11 11:46:45s 0:13:15 - +Rule sol88 1988 only - Oct 12 11:46:30s 0:13:30 - +Rule sol88 1988 only - Oct 13 11:46:15s 0:13:45 - +Rule sol88 1988 only - Oct 14 11:46:00s 0:14:00 - +Rule sol88 1988 only - Oct 15 11:45:45s 0:14:15 - +Rule sol88 1988 only - Oct 16 11:45:35s 0:14:25 - +Rule sol88 1988 only - Oct 17 11:45:20s 0:14:40 - +Rule sol88 1988 only - Oct 18 11:45:10s 0:14:50 - +Rule sol88 1988 only - Oct 19 11:45:00s 0:15:00 - +Rule sol88 1988 only - Oct 20 11:44:45s 0:15:15 - +Rule sol88 1988 only - Oct 21 11:44:40s 0:15:20 - +Rule sol88 1988 only - Oct 22 11:44:30s 0:15:30 - +Rule sol88 1988 only - Oct 23 11:44:20s 0:15:40 - +Rule sol88 1988 only - Oct 24 11:44:10s 0:15:50 - +Rule sol88 1988 only - Oct 25 11:44:05s 0:15:55 - +Rule sol88 1988 only - Oct 26 11:44:00s 0:16:00 - +Rule sol88 1988 only - Oct 27 11:43:55s 0:16:05 - +Rule sol88 1988 only - Oct 28 11:43:50s 0:16:10 - +Rule sol88 1988 only - Oct 29 11:43:45s 0:16:15 - +Rule sol88 1988 only - Oct 30 11:43:40s 0:16:20 - +Rule sol88 1988 only - Oct 31 11:43:40s 0:16:20 - +Rule sol88 1988 only - Nov 1 11:43:35s 0:16:25 - +Rule sol88 1988 only - Nov 2 11:43:35s 0:16:25 - +Rule sol88 1988 only - Nov 3 11:43:35s 0:16:25 - +Rule sol88 1988 only - Nov 4 11:43:35s 0:16:25 - +Rule sol88 1988 only - Nov 5 11:43:40s 0:16:20 - +Rule sol88 1988 only - Nov 6 11:43:40s 0:16:20 - +Rule sol88 1988 only - Nov 7 11:43:45s 0:16:15 - +Rule sol88 1988 only - Nov 8 11:43:45s 0:16:15 - +Rule sol88 1988 only - Nov 9 11:43:50s 0:16:10 - +Rule sol88 1988 only - Nov 10 11:44:00s 0:16:00 - +Rule sol88 1988 only - Nov 11 11:44:05s 0:15:55 - +Rule sol88 1988 only - Nov 12 11:44:10s 0:15:50 - +Rule sol88 1988 only - Nov 13 11:44:20s 0:15:40 - +Rule sol88 1988 only - Nov 14 11:44:30s 0:15:30 - +Rule sol88 1988 only - Nov 15 11:44:40s 0:15:20 - +Rule sol88 1988 only - Nov 16 11:44:50s 0:15:10 - +Rule sol88 1988 only - Nov 17 11:45:00s 0:15:00 - +Rule sol88 1988 only - Nov 18 11:45:15s 0:14:45 - +Rule sol88 1988 only - Nov 19 11:45:25s 0:14:35 - +Rule sol88 1988 only - Nov 20 11:45:40s 0:14:20 - +Rule sol88 1988 only - Nov 21 11:45:55s 0:14:05 - +Rule sol88 1988 only - Nov 22 11:46:10s 0:13:50 - +Rule sol88 1988 only - Nov 23 11:46:30s 0:13:30 - +Rule sol88 1988 only - Nov 24 11:46:45s 0:13:15 - +Rule sol88 1988 only - Nov 25 11:47:05s 0:12:55 - +Rule sol88 1988 only - Nov 26 11:47:20s 0:12:40 - +Rule sol88 1988 only - Nov 27 11:47:40s 0:12:20 - +Rule sol88 1988 only - Nov 28 11:48:00s 0:12:00 - +Rule sol88 1988 only - Nov 29 11:48:25s 0:11:35 - +Rule sol88 1988 only - Nov 30 11:48:45s 0:11:15 - +Rule sol88 1988 only - Dec 1 11:49:05s 0:10:55 - +Rule sol88 1988 only - Dec 2 11:49:30s 0:10:30 - +Rule sol88 1988 only - Dec 3 11:49:55s 0:10:05 - +Rule sol88 1988 only - Dec 4 11:50:15s 0:09:45 - +Rule sol88 1988 only - Dec 5 11:50:40s 0:09:20 - +Rule sol88 1988 only - Dec 6 11:51:05s 0:08:55 - +Rule sol88 1988 only - Dec 7 11:51:35s 0:08:25 - +Rule sol88 1988 only - Dec 8 11:52:00s 0:08:00 - +Rule sol88 1988 only - Dec 9 11:52:25s 0:07:35 - +Rule sol88 1988 only - Dec 10 11:52:55s 0:07:05 - +Rule sol88 1988 only - Dec 11 11:53:20s 0:06:40 - +Rule sol88 1988 only - Dec 12 11:53:50s 0:06:10 - +Rule sol88 1988 only - Dec 13 11:54:15s 0:05:45 - +Rule sol88 1988 only - Dec 14 11:54:45s 0:05:15 - +Rule sol88 1988 only - Dec 15 11:55:15s 0:04:45 - +Rule sol88 1988 only - Dec 16 11:55:45s 0:04:15 - +Rule sol88 1988 only - Dec 17 11:56:15s 0:03:45 - +Rule sol88 1988 only - Dec 18 11:56:40s 0:03:20 - +Rule sol88 1988 only - Dec 19 11:57:10s 0:02:50 - +Rule sol88 1988 only - Dec 20 11:57:40s 0:02:20 - +Rule sol88 1988 only - Dec 21 11:58:10s 0:01:50 - +Rule sol88 1988 only - Dec 22 11:58:40s 0:01:20 - +Rule sol88 1988 only - Dec 23 11:59:10s 0:00:50 - +Rule sol88 1988 only - Dec 24 11:59:40s 0:00:20 - +Rule sol88 1988 only - Dec 25 12:00:10s -0:00:10 - +Rule sol88 1988 only - Dec 26 12:00:40s -0:00:40 - +Rule sol88 1988 only - Dec 27 12:01:10s -0:01:10 - +Rule sol88 1988 only - Dec 28 12:01:40s -0:01:40 - +Rule sol88 1988 only - Dec 29 12:02:10s -0:02:10 - +Rule sol88 1988 only - Dec 30 12:02:35s -0:02:35 - +Rule sol88 1988 only - Dec 31 12:03:05s -0:03:05 - + +# Riyadh is at about 46 degrees 46 minutes East: 3 hrs, 7 mins, 4 secs +# Before and after 1988, we'll operate on local mean solar time. + +# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] +Zone Asia/Riyadh88 3:07:04 - ?? 1988 + 3:07:04 sol88 ?? 1989 + 3:07:04 - ?? +# For backward compatibility... +Link Asia/Riyadh88 Mideast/Riyadh88 diff --git a/zic.tproj/datfiles/solar89 b/zic.tproj/datfiles/solar89 new file mode 100644 index 0000000..2d47f4c --- /dev/null +++ b/zic.tproj/datfiles/solar89 @@ -0,0 +1,394 @@ +# $OpenBSD: solar89,v 1.4 1997/01/14 04:36:57 millert Exp $ +# @(#)solar89 7.4 + +# Apparent noon times below are for Riyadh; they're a bit off for other places. +# Times were computed using a formula provided by the U. S. Naval Observatory: +# eqt = -105.8 * sin(l) + 596.2 * sin(2 * l) + 4.4 * sin(3 * l) +# -12.7 * sin(4 * l) - 429.0 * cos(l) - 2.1 * cos (2 * l) +# + 19.3 * cos(3 * l); +# where l is the "mean longitude of the Sun" given by +# l = 279.642 degrees + 0.985647 * d +# and d is the interval in days from January 0, 0 hours Universal Time +# (equaling the day of the year plus the fraction of a day from zero hours). +# The accuracy of the formula is plus or minus three seconds. +# +# Rounding to the nearest five seconds results in fewer than +# 256 different "time types"--a limit that's faced because time types are +# stored on disk as unsigned chars. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule sol89 1989 only - Jan 1 12:03:35s -0:03:35 - +Rule sol89 1989 only - Jan 2 12:04:05s -0:04:05 - +Rule sol89 1989 only - Jan 3 12:04:30s -0:04:30 - +Rule sol89 1989 only - Jan 4 12:05:00s -0:05:00 - +Rule sol89 1989 only - Jan 5 12:05:25s -0:05:25 - +Rule sol89 1989 only - Jan 6 12:05:50s -0:05:50 - +Rule sol89 1989 only - Jan 7 12:06:15s -0:06:15 - +Rule sol89 1989 only - Jan 8 12:06:45s -0:06:45 - +Rule sol89 1989 only - Jan 9 12:07:10s -0:07:10 - +Rule sol89 1989 only - Jan 10 12:07:35s -0:07:35 - +Rule sol89 1989 only - Jan 11 12:07:55s -0:07:55 - +Rule sol89 1989 only - Jan 12 12:08:20s -0:08:20 - +Rule sol89 1989 only - Jan 13 12:08:45s -0:08:45 - +Rule sol89 1989 only - Jan 14 12:09:05s -0:09:05 - +Rule sol89 1989 only - Jan 15 12:09:25s -0:09:25 - +Rule sol89 1989 only - Jan 16 12:09:45s -0:09:45 - +Rule sol89 1989 only - Jan 17 12:10:05s -0:10:05 - +Rule sol89 1989 only - Jan 18 12:10:25s -0:10:25 - +Rule sol89 1989 only - Jan 19 12:10:45s -0:10:45 - +Rule sol89 1989 only - Jan 20 12:11:05s -0:11:05 - +Rule sol89 1989 only - Jan 21 12:11:20s -0:11:20 - +Rule sol89 1989 only - Jan 22 12:11:35s -0:11:35 - +Rule sol89 1989 only - Jan 23 12:11:55s -0:11:55 - +Rule sol89 1989 only - Jan 24 12:12:10s -0:12:10 - +Rule sol89 1989 only - Jan 25 12:12:20s -0:12:20 - +Rule sol89 1989 only - Jan 26 12:12:35s -0:12:35 - +Rule sol89 1989 only - Jan 27 12:12:50s -0:12:50 - +Rule sol89 1989 only - Jan 28 12:13:00s -0:13:00 - +Rule sol89 1989 only - Jan 29 12:13:10s -0:13:10 - +Rule sol89 1989 only - Jan 30 12:13:20s -0:13:20 - +Rule sol89 1989 only - Jan 31 12:13:30s -0:13:30 - +Rule sol89 1989 only - Feb 1 12:13:40s -0:13:40 - +Rule sol89 1989 only - Feb 2 12:13:45s -0:13:45 - +Rule sol89 1989 only - Feb 3 12:13:55s -0:13:55 - +Rule sol89 1989 only - Feb 4 12:14:00s -0:14:00 - +Rule sol89 1989 only - Feb 5 12:14:05s -0:14:05 - +Rule sol89 1989 only - Feb 6 12:14:10s -0:14:10 - +Rule sol89 1989 only - Feb 7 12:14:10s -0:14:10 - +Rule sol89 1989 only - Feb 8 12:14:15s -0:14:15 - +Rule sol89 1989 only - Feb 9 12:14:15s -0:14:15 - +Rule sol89 1989 only - Feb 10 12:14:20s -0:14:20 - +Rule sol89 1989 only - Feb 11 12:14:20s -0:14:20 - +Rule sol89 1989 only - Feb 12 12:14:20s -0:14:20 - +Rule sol89 1989 only - Feb 13 12:14:15s -0:14:15 - +Rule sol89 1989 only - Feb 14 12:14:15s -0:14:15 - +Rule sol89 1989 only - Feb 15 12:14:10s -0:14:10 - +Rule sol89 1989 only - Feb 16 12:14:10s -0:14:10 - +Rule sol89 1989 only - Feb 17 12:14:05s -0:14:05 - +Rule sol89 1989 only - Feb 18 12:14:00s -0:14:00 - +Rule sol89 1989 only - Feb 19 12:13:55s -0:13:55 - +Rule sol89 1989 only - Feb 20 12:13:50s -0:13:50 - +Rule sol89 1989 only - Feb 21 12:13:40s -0:13:40 - +Rule sol89 1989 only - Feb 22 12:13:35s -0:13:35 - +Rule sol89 1989 only - Feb 23 12:13:25s -0:13:25 - +Rule sol89 1989 only - Feb 24 12:13:15s -0:13:15 - +Rule sol89 1989 only - Feb 25 12:13:05s -0:13:05 - +Rule sol89 1989 only - Feb 26 12:12:55s -0:12:55 - +Rule sol89 1989 only - Feb 27 12:12:45s -0:12:45 - +Rule sol89 1989 only - Feb 28 12:12:35s -0:12:35 - +Rule sol89 1989 only - Mar 1 12:12:25s -0:12:25 - +Rule sol89 1989 only - Mar 2 12:12:10s -0:12:10 - +Rule sol89 1989 only - Mar 3 12:12:00s -0:12:00 - +Rule sol89 1989 only - Mar 4 12:11:45s -0:11:45 - +Rule sol89 1989 only - Mar 5 12:11:35s -0:11:35 - +Rule sol89 1989 only - Mar 6 12:11:20s -0:11:20 - +Rule sol89 1989 only - Mar 7 12:11:05s -0:11:05 - +Rule sol89 1989 only - Mar 8 12:10:50s -0:10:50 - +Rule sol89 1989 only - Mar 9 12:10:35s -0:10:35 - +Rule sol89 1989 only - Mar 10 12:10:20s -0:10:20 - +Rule sol89 1989 only - Mar 11 12:10:05s -0:10:05 - +Rule sol89 1989 only - Mar 12 12:09:50s -0:09:50 - +Rule sol89 1989 only - Mar 13 12:09:30s -0:09:30 - +Rule sol89 1989 only - Mar 14 12:09:15s -0:09:15 - +Rule sol89 1989 only - Mar 15 12:09:00s -0:09:00 - +Rule sol89 1989 only - Mar 16 12:08:40s -0:08:40 - +Rule sol89 1989 only - Mar 17 12:08:25s -0:08:25 - +Rule sol89 1989 only - Mar 18 12:08:05s -0:08:05 - +Rule sol89 1989 only - Mar 19 12:07:50s -0:07:50 - +Rule sol89 1989 only - Mar 20 12:07:30s -0:07:30 - +Rule sol89 1989 only - Mar 21 12:07:15s -0:07:15 - +Rule sol89 1989 only - Mar 22 12:06:55s -0:06:55 - +Rule sol89 1989 only - Mar 23 12:06:35s -0:06:35 - +Rule sol89 1989 only - Mar 24 12:06:20s -0:06:20 - +Rule sol89 1989 only - Mar 25 12:06:00s -0:06:00 - +Rule sol89 1989 only - Mar 26 12:05:40s -0:05:40 - +Rule sol89 1989 only - Mar 27 12:05:25s -0:05:25 - +Rule sol89 1989 only - Mar 28 12:05:05s -0:05:05 - +Rule sol89 1989 only - Mar 29 12:04:50s -0:04:50 - +Rule sol89 1989 only - Mar 30 12:04:30s -0:04:30 - +Rule sol89 1989 only - Mar 31 12:04:10s -0:04:10 - +Rule sol89 1989 only - Apr 1 12:03:55s -0:03:55 - +Rule sol89 1989 only - Apr 2 12:03:35s -0:03:35 - +Rule sol89 1989 only - Apr 3 12:03:20s -0:03:20 - +Rule sol89 1989 only - Apr 4 12:03:00s -0:03:00 - +Rule sol89 1989 only - Apr 5 12:02:45s -0:02:45 - +Rule sol89 1989 only - Apr 6 12:02:25s -0:02:25 - +Rule sol89 1989 only - Apr 7 12:02:10s -0:02:10 - +Rule sol89 1989 only - Apr 8 12:01:50s -0:01:50 - +Rule sol89 1989 only - Apr 9 12:01:35s -0:01:35 - +Rule sol89 1989 only - Apr 10 12:01:20s -0:01:20 - +Rule sol89 1989 only - Apr 11 12:01:05s -0:01:05 - +Rule sol89 1989 only - Apr 12 12:00:50s -0:00:50 - +Rule sol89 1989 only - Apr 13 12:00:35s -0:00:35 - +Rule sol89 1989 only - Apr 14 12:00:20s -0:00:20 - +Rule sol89 1989 only - Apr 15 12:00:05s -0:00:05 - +Rule sol89 1989 only - Apr 16 11:59:50s 0:00:10 - +Rule sol89 1989 only - Apr 17 11:59:35s 0:00:25 - +Rule sol89 1989 only - Apr 18 11:59:20s 0:00:40 - +Rule sol89 1989 only - Apr 19 11:59:10s 0:00:50 - +Rule sol89 1989 only - Apr 20 11:58:55s 0:01:05 - +Rule sol89 1989 only - Apr 21 11:58:45s 0:01:15 - +Rule sol89 1989 only - Apr 22 11:58:30s 0:01:30 - +Rule sol89 1989 only - Apr 23 11:58:20s 0:01:40 - +Rule sol89 1989 only - Apr 24 11:58:10s 0:01:50 - +Rule sol89 1989 only - Apr 25 11:58:00s 0:02:00 - +Rule sol89 1989 only - Apr 26 11:57:50s 0:02:10 - +Rule sol89 1989 only - Apr 27 11:57:40s 0:02:20 - +Rule sol89 1989 only - Apr 28 11:57:30s 0:02:30 - +Rule sol89 1989 only - Apr 29 11:57:20s 0:02:40 - +Rule sol89 1989 only - Apr 30 11:57:15s 0:02:45 - +Rule sol89 1989 only - May 1 11:57:05s 0:02:55 - +Rule sol89 1989 only - May 2 11:57:00s 0:03:00 - +Rule sol89 1989 only - May 3 11:56:50s 0:03:10 - +Rule sol89 1989 only - May 4 11:56:45s 0:03:15 - +Rule sol89 1989 only - May 5 11:56:40s 0:03:20 - +Rule sol89 1989 only - May 6 11:56:35s 0:03:25 - +Rule sol89 1989 only - May 7 11:56:30s 0:03:30 - +Rule sol89 1989 only - May 8 11:56:30s 0:03:30 - +Rule sol89 1989 only - May 9 11:56:25s 0:03:35 - +Rule sol89 1989 only - May 10 11:56:25s 0:03:35 - +Rule sol89 1989 only - May 11 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 12 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 13 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 14 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 15 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 16 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 17 11:56:20s 0:03:40 - +Rule sol89 1989 only - May 18 11:56:25s 0:03:35 - +Rule sol89 1989 only - May 19 11:56:25s 0:03:35 - +Rule sol89 1989 only - May 20 11:56:30s 0:03:30 - +Rule sol89 1989 only - May 21 11:56:35s 0:03:25 - +Rule sol89 1989 only - May 22 11:56:35s 0:03:25 - +Rule sol89 1989 only - May 23 11:56:40s 0:03:20 - +Rule sol89 1989 only - May 24 11:56:45s 0:03:15 - +Rule sol89 1989 only - May 25 11:56:55s 0:03:05 - +Rule sol89 1989 only - May 26 11:57:00s 0:03:00 - +Rule sol89 1989 only - May 27 11:57:05s 0:02:55 - +Rule sol89 1989 only - May 28 11:57:15s 0:02:45 - +Rule sol89 1989 only - May 29 11:57:20s 0:02:40 - +Rule sol89 1989 only - May 30 11:57:30s 0:02:30 - +Rule sol89 1989 only - May 31 11:57:35s 0:02:25 - +Rule sol89 1989 only - Jun 1 11:57:45s 0:02:15 - +Rule sol89 1989 only - Jun 2 11:57:55s 0:02:05 - +Rule sol89 1989 only - Jun 3 11:58:05s 0:01:55 - +Rule sol89 1989 only - Jun 4 11:58:15s 0:01:45 - +Rule sol89 1989 only - Jun 5 11:58:25s 0:01:35 - +Rule sol89 1989 only - Jun 6 11:58:35s 0:01:25 - +Rule sol89 1989 only - Jun 7 11:58:45s 0:01:15 - +Rule sol89 1989 only - Jun 8 11:59:00s 0:01:00 - +Rule sol89 1989 only - Jun 9 11:59:10s 0:00:50 - +Rule sol89 1989 only - Jun 10 11:59:20s 0:00:40 - +Rule sol89 1989 only - Jun 11 11:59:35s 0:00:25 - +Rule sol89 1989 only - Jun 12 11:59:45s 0:00:15 - +Rule sol89 1989 only - Jun 13 12:00:00s 0:00:00 - +Rule sol89 1989 only - Jun 14 12:00:10s -0:00:10 - +Rule sol89 1989 only - Jun 15 12:00:25s -0:00:25 - +Rule sol89 1989 only - Jun 16 12:00:35s -0:00:35 - +Rule sol89 1989 only - Jun 17 12:00:50s -0:00:50 - +Rule sol89 1989 only - Jun 18 12:01:05s -0:01:05 - +Rule sol89 1989 only - Jun 19 12:01:15s -0:01:15 - +Rule sol89 1989 only - Jun 20 12:01:30s -0:01:30 - +Rule sol89 1989 only - Jun 21 12:01:40s -0:01:40 - +Rule sol89 1989 only - Jun 22 12:01:55s -0:01:55 - +Rule sol89 1989 only - Jun 23 12:02:10s -0:02:10 - +Rule sol89 1989 only - Jun 24 12:02:20s -0:02:20 - +Rule sol89 1989 only - Jun 25 12:02:35s -0:02:35 - +Rule sol89 1989 only - Jun 26 12:02:45s -0:02:45 - +Rule sol89 1989 only - Jun 27 12:03:00s -0:03:00 - +Rule sol89 1989 only - Jun 28 12:03:10s -0:03:10 - +Rule sol89 1989 only - Jun 29 12:03:25s -0:03:25 - +Rule sol89 1989 only - Jun 30 12:03:35s -0:03:35 - +Rule sol89 1989 only - Jul 1 12:03:45s -0:03:45 - +Rule sol89 1989 only - Jul 2 12:04:00s -0:04:00 - +Rule sol89 1989 only - Jul 3 12:04:10s -0:04:10 - +Rule sol89 1989 only - Jul 4 12:04:20s -0:04:20 - +Rule sol89 1989 only - Jul 5 12:04:30s -0:04:30 - +Rule sol89 1989 only - Jul 6 12:04:40s -0:04:40 - +Rule sol89 1989 only - Jul 7 12:04:50s -0:04:50 - +Rule sol89 1989 only - Jul 8 12:05:00s -0:05:00 - +Rule sol89 1989 only - Jul 9 12:05:10s -0:05:10 - +Rule sol89 1989 only - Jul 10 12:05:20s -0:05:20 - +Rule sol89 1989 only - Jul 11 12:05:25s -0:05:25 - +Rule sol89 1989 only - Jul 12 12:05:35s -0:05:35 - +Rule sol89 1989 only - Jul 13 12:05:40s -0:05:40 - +Rule sol89 1989 only - Jul 14 12:05:50s -0:05:50 - +Rule sol89 1989 only - Jul 15 12:05:55s -0:05:55 - +Rule sol89 1989 only - Jul 16 12:06:00s -0:06:00 - +Rule sol89 1989 only - Jul 17 12:06:05s -0:06:05 - +Rule sol89 1989 only - Jul 18 12:06:10s -0:06:10 - +Rule sol89 1989 only - Jul 19 12:06:15s -0:06:15 - +Rule sol89 1989 only - Jul 20 12:06:20s -0:06:20 - +Rule sol89 1989 only - Jul 21 12:06:20s -0:06:20 - +Rule sol89 1989 only - Jul 22 12:06:25s -0:06:25 - +Rule sol89 1989 only - Jul 23 12:06:25s -0:06:25 - +Rule sol89 1989 only - Jul 24 12:06:30s -0:06:30 - +Rule sol89 1989 only - Jul 25 12:06:30s -0:06:30 - +Rule sol89 1989 only - Jul 26 12:06:30s -0:06:30 - +Rule sol89 1989 only - Jul 27 12:06:30s -0:06:30 - +Rule sol89 1989 only - Jul 28 12:06:30s -0:06:30 - +Rule sol89 1989 only - Jul 29 12:06:25s -0:06:25 - +Rule sol89 1989 only - Jul 30 12:06:25s -0:06:25 - +Rule sol89 1989 only - Jul 31 12:06:20s -0:06:20 - +Rule sol89 1989 only - Aug 1 12:06:20s -0:06:20 - +Rule sol89 1989 only - Aug 2 12:06:15s -0:06:15 - +Rule sol89 1989 only - Aug 3 12:06:10s -0:06:10 - +Rule sol89 1989 only - Aug 4 12:06:05s -0:06:05 - +Rule sol89 1989 only - Aug 5 12:06:00s -0:06:00 - +Rule sol89 1989 only - Aug 6 12:05:50s -0:05:50 - +Rule sol89 1989 only - Aug 7 12:05:45s -0:05:45 - +Rule sol89 1989 only - Aug 8 12:05:35s -0:05:35 - +Rule sol89 1989 only - Aug 9 12:05:30s -0:05:30 - +Rule sol89 1989 only - Aug 10 12:05:20s -0:05:20 - +Rule sol89 1989 only - Aug 11 12:05:10s -0:05:10 - +Rule sol89 1989 only - Aug 12 12:05:00s -0:05:00 - +Rule sol89 1989 only - Aug 13 12:04:50s -0:04:50 - +Rule sol89 1989 only - Aug 14 12:04:40s -0:04:40 - +Rule sol89 1989 only - Aug 15 12:04:30s -0:04:30 - +Rule sol89 1989 only - Aug 16 12:04:15s -0:04:15 - +Rule sol89 1989 only - Aug 17 12:04:05s -0:04:05 - +Rule sol89 1989 only - Aug 18 12:03:50s -0:03:50 - +Rule sol89 1989 only - Aug 19 12:03:35s -0:03:35 - +Rule sol89 1989 only - Aug 20 12:03:25s -0:03:25 - +Rule sol89 1989 only - Aug 21 12:03:10s -0:03:10 - +Rule sol89 1989 only - Aug 22 12:02:55s -0:02:55 - +Rule sol89 1989 only - Aug 23 12:02:40s -0:02:40 - +Rule sol89 1989 only - Aug 24 12:02:20s -0:02:20 - +Rule sol89 1989 only - Aug 25 12:02:05s -0:02:05 - +Rule sol89 1989 only - Aug 26 12:01:50s -0:01:50 - +Rule sol89 1989 only - Aug 27 12:01:30s -0:01:30 - +Rule sol89 1989 only - Aug 28 12:01:15s -0:01:15 - +Rule sol89 1989 only - Aug 29 12:00:55s -0:00:55 - +Rule sol89 1989 only - Aug 30 12:00:40s -0:00:40 - +Rule sol89 1989 only - Aug 31 12:00:20s -0:00:20 - +Rule sol89 1989 only - Sep 1 12:00:00s 0:00:00 - +Rule sol89 1989 only - Sep 2 11:59:45s 0:00:15 - +Rule sol89 1989 only - Sep 3 11:59:25s 0:00:35 - +Rule sol89 1989 only - Sep 4 11:59:05s 0:00:55 - +Rule sol89 1989 only - Sep 5 11:58:45s 0:01:15 - +Rule sol89 1989 only - Sep 6 11:58:25s 0:01:35 - +Rule sol89 1989 only - Sep 7 11:58:05s 0:01:55 - +Rule sol89 1989 only - Sep 8 11:57:45s 0:02:15 - +Rule sol89 1989 only - Sep 9 11:57:20s 0:02:40 - +Rule sol89 1989 only - Sep 10 11:57:00s 0:03:00 - +Rule sol89 1989 only - Sep 11 11:56:40s 0:03:20 - +Rule sol89 1989 only - Sep 12 11:56:20s 0:03:40 - +Rule sol89 1989 only - Sep 13 11:56:00s 0:04:00 - +Rule sol89 1989 only - Sep 14 11:55:35s 0:04:25 - +Rule sol89 1989 only - Sep 15 11:55:15s 0:04:45 - +Rule sol89 1989 only - Sep 16 11:54:55s 0:05:05 - +Rule sol89 1989 only - Sep 17 11:54:35s 0:05:25 - +Rule sol89 1989 only - Sep 18 11:54:10s 0:05:50 - +Rule sol89 1989 only - Sep 19 11:53:50s 0:06:10 - +Rule sol89 1989 only - Sep 20 11:53:30s 0:06:30 - +Rule sol89 1989 only - Sep 21 11:53:10s 0:06:50 - +Rule sol89 1989 only - Sep 22 11:52:45s 0:07:15 - +Rule sol89 1989 only - Sep 23 11:52:25s 0:07:35 - +Rule sol89 1989 only - Sep 24 11:52:05s 0:07:55 - +Rule sol89 1989 only - Sep 25 11:51:45s 0:08:15 - +Rule sol89 1989 only - Sep 26 11:51:25s 0:08:35 - +Rule sol89 1989 only - Sep 27 11:51:05s 0:08:55 - +Rule sol89 1989 only - Sep 28 11:50:40s 0:09:20 - +Rule sol89 1989 only - Sep 29 11:50:20s 0:09:40 - +Rule sol89 1989 only - Sep 30 11:50:00s 0:10:00 - +Rule sol89 1989 only - Oct 1 11:49:45s 0:10:15 - +Rule sol89 1989 only - Oct 2 11:49:25s 0:10:35 - +Rule sol89 1989 only - Oct 3 11:49:05s 0:10:55 - +Rule sol89 1989 only - Oct 4 11:48:45s 0:11:15 - +Rule sol89 1989 only - Oct 5 11:48:30s 0:11:30 - +Rule sol89 1989 only - Oct 6 11:48:10s 0:11:50 - +Rule sol89 1989 only - Oct 7 11:47:50s 0:12:10 - +Rule sol89 1989 only - Oct 8 11:47:35s 0:12:25 - +Rule sol89 1989 only - Oct 9 11:47:20s 0:12:40 - +Rule sol89 1989 only - Oct 10 11:47:00s 0:13:00 - +Rule sol89 1989 only - Oct 11 11:46:45s 0:13:15 - +Rule sol89 1989 only - Oct 12 11:46:30s 0:13:30 - +Rule sol89 1989 only - Oct 13 11:46:15s 0:13:45 - +Rule sol89 1989 only - Oct 14 11:46:00s 0:14:00 - +Rule sol89 1989 only - Oct 15 11:45:50s 0:14:10 - +Rule sol89 1989 only - Oct 16 11:45:35s 0:14:25 - +Rule sol89 1989 only - Oct 17 11:45:20s 0:14:40 - +Rule sol89 1989 only - Oct 18 11:45:10s 0:14:50 - +Rule sol89 1989 only - Oct 19 11:45:00s 0:15:00 - +Rule sol89 1989 only - Oct 20 11:44:50s 0:15:10 - +Rule sol89 1989 only - Oct 21 11:44:40s 0:15:20 - +Rule sol89 1989 only - Oct 22 11:44:30s 0:15:30 - +Rule sol89 1989 only - Oct 23 11:44:20s 0:15:40 - +Rule sol89 1989 only - Oct 24 11:44:10s 0:15:50 - +Rule sol89 1989 only - Oct 25 11:44:05s 0:15:55 - +Rule sol89 1989 only - Oct 26 11:44:00s 0:16:00 - +Rule sol89 1989 only - Oct 27 11:43:50s 0:16:10 - +Rule sol89 1989 only - Oct 28 11:43:45s 0:16:15 - +Rule sol89 1989 only - Oct 29 11:43:40s 0:16:20 - +Rule sol89 1989 only - Oct 30 11:43:40s 0:16:20 - +Rule sol89 1989 only - Oct 31 11:43:35s 0:16:25 - +Rule sol89 1989 only - Nov 1 11:43:35s 0:16:25 - +Rule sol89 1989 only - Nov 2 11:43:35s 0:16:25 - +Rule sol89 1989 only - Nov 3 11:43:30s 0:16:30 - +Rule sol89 1989 only - Nov 4 11:43:35s 0:16:25 - +Rule sol89 1989 only - Nov 5 11:43:35s 0:16:25 - +Rule sol89 1989 only - Nov 6 11:43:35s 0:16:25 - +Rule sol89 1989 only - Nov 7 11:43:40s 0:16:20 - +Rule sol89 1989 only - Nov 8 11:43:45s 0:16:15 - +Rule sol89 1989 only - Nov 9 11:43:50s 0:16:10 - +Rule sol89 1989 only - Nov 10 11:43:55s 0:16:05 - +Rule sol89 1989 only - Nov 11 11:44:00s 0:16:00 - +Rule sol89 1989 only - Nov 12 11:44:05s 0:15:55 - +Rule sol89 1989 only - Nov 13 11:44:15s 0:15:45 - +Rule sol89 1989 only - Nov 14 11:44:25s 0:15:35 - +Rule sol89 1989 only - Nov 15 11:44:35s 0:15:25 - +Rule sol89 1989 only - Nov 16 11:44:45s 0:15:15 - +Rule sol89 1989 only - Nov 17 11:44:55s 0:15:05 - +Rule sol89 1989 only - Nov 18 11:45:10s 0:14:50 - +Rule sol89 1989 only - Nov 19 11:45:20s 0:14:40 - +Rule sol89 1989 only - Nov 20 11:45:35s 0:14:25 - +Rule sol89 1989 only - Nov 21 11:45:50s 0:14:10 - +Rule sol89 1989 only - Nov 22 11:46:05s 0:13:55 - +Rule sol89 1989 only - Nov 23 11:46:25s 0:13:35 - +Rule sol89 1989 only - Nov 24 11:46:40s 0:13:20 - +Rule sol89 1989 only - Nov 25 11:47:00s 0:13:00 - +Rule sol89 1989 only - Nov 26 11:47:20s 0:12:40 - +Rule sol89 1989 only - Nov 27 11:47:35s 0:12:25 - +Rule sol89 1989 only - Nov 28 11:47:55s 0:12:05 - +Rule sol89 1989 only - Nov 29 11:48:20s 0:11:40 - +Rule sol89 1989 only - Nov 30 11:48:40s 0:11:20 - +Rule sol89 1989 only - Dec 1 11:49:00s 0:11:00 - +Rule sol89 1989 only - Dec 2 11:49:25s 0:10:35 - +Rule sol89 1989 only - Dec 3 11:49:50s 0:10:10 - +Rule sol89 1989 only - Dec 4 11:50:15s 0:09:45 - +Rule sol89 1989 only - Dec 5 11:50:35s 0:09:25 - +Rule sol89 1989 only - Dec 6 11:51:00s 0:09:00 - +Rule sol89 1989 only - Dec 7 11:51:30s 0:08:30 - +Rule sol89 1989 only - Dec 8 11:51:55s 0:08:05 - +Rule sol89 1989 only - Dec 9 11:52:20s 0:07:40 - +Rule sol89 1989 only - Dec 10 11:52:50s 0:07:10 - +Rule sol89 1989 only - Dec 11 11:53:15s 0:06:45 - +Rule sol89 1989 only - Dec 12 11:53:45s 0:06:15 - +Rule sol89 1989 only - Dec 13 11:54:10s 0:05:50 - +Rule sol89 1989 only - Dec 14 11:54:40s 0:05:20 - +Rule sol89 1989 only - Dec 15 11:55:10s 0:04:50 - +Rule sol89 1989 only - Dec 16 11:55:40s 0:04:20 - +Rule sol89 1989 only - Dec 17 11:56:05s 0:03:55 - +Rule sol89 1989 only - Dec 18 11:56:35s 0:03:25 - +Rule sol89 1989 only - Dec 19 11:57:05s 0:02:55 - +Rule sol89 1989 only - Dec 20 11:57:35s 0:02:25 - +Rule sol89 1989 only - Dec 21 11:58:05s 0:01:55 - +Rule sol89 1989 only - Dec 22 11:58:35s 0:01:25 - +Rule sol89 1989 only - Dec 23 11:59:05s 0:00:55 - +Rule sol89 1989 only - Dec 24 11:59:35s 0:00:25 - +Rule sol89 1989 only - Dec 25 12:00:05s -0:00:05 - +Rule sol89 1989 only - Dec 26 12:00:35s -0:00:35 - +Rule sol89 1989 only - Dec 27 12:01:05s -0:01:05 - +Rule sol89 1989 only - Dec 28 12:01:35s -0:01:35 - +Rule sol89 1989 only - Dec 29 12:02:00s -0:02:00 - +Rule sol89 1989 only - Dec 30 12:02:30s -0:02:30 - +Rule sol89 1989 only - Dec 31 12:03:00s -0:03:00 - + +# Riyadh is at about 46 degrees 46 minutes East: 3 hrs, 7 mins, 4 secs +# Before and after 1989, we'll operate on local mean solar time. + +# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] +Zone Asia/Riyadh89 3:07:04 - ?? 1989 + 3:07:04 sol89 ?? 1990 + 3:07:04 - ?? +# For backward compatibility... +Link Asia/Riyadh89 Mideast/Riyadh89 diff --git a/zic.tproj/datfiles/southamerica b/zic.tproj/datfiles/southamerica new file mode 100644 index 0000000..9124910 --- /dev/null +++ b/zic.tproj/datfiles/southamerica @@ -0,0 +1,1072 @@ +# @(#)southamerica 7.54 + +# This data is by no means authoritative; if you think you know better, +# go ahead and edit the file (and please send any changes to +# tz@elsie.nci.nih.gov for general use in the future). + +# From Paul Eggert (1999-07-07): +# A good source for time zone historical data outside the U.S. is +# Thomas G. Shanks, The International Atlas (5th edition), +# San Diego: ACS Publications, Inc. (1999). +# +# Gwillim Law writes that a good source +# for recent time zone data is the International Air Transport +# Association's Standard Schedules Information Manual (IATA SSIM), +# published semiannually. Law sent in several helpful summaries +# of the IATA's data after 1990. +# +# Except where otherwise noted, Shanks is the source for entries through 1990, +# and IATA SSIM is the source for entries after 1990. +# +# Earlier editions of these tables used the North American style (e.g. ARST and +# ARDT for Argentine Standard and Daylight Time), but the following quote +# suggests that it's better to use European style (e.g. ART and ARST). +# I suggest the use of _Summer time_ instead of the more cumbersome +# _daylight-saving time_. _Summer time_ seems to be in general use +# in Europe and South America. +# -- E O Cutler, _New York Times_ (1937-02-14), quoted in +# H L Mencken, _The American Language: Supplement I_ (1960), p 466 +# +# Earlier editions of these tables also used the North American style +# for time zones in Brazil, but this was incorrect, as Brazilians say +# "summer time". Reinaldo Goulart, a Sao Paulo businessman active in +# the railroad sector, writes (1999-07-06): +# The subject of time zones is currently a matter of discussion/debate in +# Brazil. Let's say that "the Brasilia time" is considered the +# "official time" because Brasilia is the capital city. +# The other three time zones are called "Brasilia time "minus one" or +# "plus one" or "plus two". As far as I know there is no such +# name/designation as "Eastern Time" or "Central Time". +# So I invented the following (English-language) abbreviations for now. +# Corrections are welcome! +# std dst +# -2:00 FNT FNST Fernando de Noronha +# -3:00 BRT BRST Brasilia +# -4:00 AMT AMST Amazon +# -5:00 ACT ACST Acre + +############################################################################### + +############################################################################### + +# Argentina + +# From Bob Devine (1988-01-28): +# Argentina: first Sunday in October to first Sunday in April since 1976. +# Double Summer time from 1969 to 1974. Switches at midnight. + +# From U. S. Naval Observatory (1988-01-199): +# ARGENTINA 3 H BEHIND UTC + +# From Hernan G. Otero (1995-06-26): +# I am sending modifications to the Argentine time zone table... +# AR was chosen because they are the ISO letters that represent Argentina. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Arg 1930 only - Dec 1 0:00 1:00 S +Rule Arg 1931 only - Apr 1 0:00 0 - +Rule Arg 1931 only - Oct 15 0:00 1:00 S +Rule Arg 1932 1940 - Mar 1 0:00 0 - +Rule Arg 1932 1939 - Nov 1 0:00 1:00 S +Rule Arg 1940 only - Jul 1 0:00 1:00 S +Rule Arg 1941 only - Jun 15 0:00 0 - +Rule Arg 1941 only - Oct 15 0:00 1:00 S +Rule Arg 1943 only - Aug 1 0:00 0 - +Rule Arg 1943 only - Oct 15 0:00 1:00 S +Rule Arg 1946 only - Mar 1 0:00 0 - +Rule Arg 1946 only - Oct 1 0:00 1:00 S +Rule Arg 1963 only - Oct 1 0:00 0 - +Rule Arg 1963 only - Dec 15 0:00 1:00 S +Rule Arg 1964 1966 - Mar 1 0:00 0 - +Rule Arg 1964 1966 - Oct 15 0:00 1:00 S +Rule Arg 1967 only - Apr 2 0:00 0 - +Rule Arg 1967 1968 - Oct Sun>=1 0:00 1:00 S +Rule Arg 1968 1969 - Apr Sun>=1 0:00 0 - +Rule Arg 1974 only - Jan 23 0:00 1:00 S +Rule Arg 1974 only - May 1 0:00 0 - +Rule Arg 1988 only - Dec 1 0:00 1:00 S +# +# From Hernan G. Otero (1995-06-26): +# These corrections were contributed by InterSoft Argentina S.A., +# obtaining the data from the: +# Talleres de Hidrografia Naval Argentina +# (Argentine Naval Hydrography Institute) +# +# Shanks stops after 1992-03-01; go with Otero. +Rule Arg 1989 1993 - Mar Sun>=1 0:00 0 - +Rule Arg 1989 1992 - Oct Sun>=15 0:00 1:00 S +# +# From Hernan G. Otero (1995-06-26): +# From this moment on, the law that mandated the daylight saving +# time corrections was derogated and no more modifications +# to the time zones (for daylight saving) are now made. +# +# From Rives McDow (2000-01-10): +# On October 3, 1999, 0:00 local, Argentina implemented daylight savings time, +# which did not result in the switch of a time zone, as they stayed 9 hours +# from the International Date Line. +Rule Arg 1999 only - Oct Sun>=1 0:00 1:00 S +Rule Arg 2000 only - Mar Sun>=1 0:00 0 - +# +# From Peter Gradelski via Steffen Thorsen (2000-03-01): +# We just checked with our Sao Paulo office and they say the government of +# Argentina decided not to become one of the countries that go on or off DST. +# So Buenos Aires should be -3 hours from GMT at all times. +# +# From Fabian L. Arce Jofre (2000-04-04): +# The law that claimed DST for Argentina was derogated by President Fernando +# de la Rua on March 2, 2000, because it would make people spend more energy +# in the winter time, rather than less. The change took effect on March 3. +# +# From Mariano Absatz (2001-06-06): +# one of the major newspapers here in Argentina said that the 1999 +# Timezone Law (which never was effectively applied) will (would?) be +# in effect.... The article is at +# http://ar.clarin.com/diario/2001-06-06/e-01701.htm +# ... The Law itself is "Ley No 25155", sanctioned on 1999-08-25, enacted +# 1999-09-17, and published 1999-09-21. The official publication is at: +# http://www.boletin.jus.gov.ar/BON/Primera/1999/09-Septiembre/21/PDF/BO21-09-99LEG.PDF +# Regretfully, you have to subscribe (and pay) for the on-line version.... +# +# (2001-06-12): +# the timezone for Argentina will not change next Sunday. +# Apparently it will do so on Sunday 24th.... +# http://ar.clarin.com/diario/2001-06-12/s-03501.htm +# +# (2001-06-25): +# Last Friday (yes, the last working day before the date of the change), the +# Senate annulled the 1999 law that introduced the changes later postponed. +# http://www.clarin.com.ar/diario/2001-06-22/s-03601.htm +# It remains the vote of the Deputies..., but it will be the same.... +# This kind of things had always been done this way in Argentina. +# We are still -03:00 all year round in all of the country. +# +# From Mariano Absatz (2004-05-21): +# Today it was officially published that the Province of Mendoza is changing +# its timezone this winter... starting tomorrow night.... +# http://www.gobernac.mendoza.gov.ar/boletin/pdf/20040521-27158-normas.pdf +# From Paul Eggert (2004-05-24): +# It's Law No. 7,210. This change is due to a public power emergency, so for +# now we'll assume it's for this year only. +# +# From Paul Eggert (2002-01-22): +# +# Hora de verano para la Republica Argentina (2000-10-01) +# says that standard time in Argentina from 1894-10-31 +# to 1920-05-01 was -4:16:48.25. Go with this more-precise value +# over Shanks. +# +# From Mariano Absatz (2004-06-05): +# These media articles from a major newspaper mostly cover the current state: +# http://www.lanacion.com.ar/04/05/27/de_604825.asp +# http://www.lanacion.com.ar/04/05/28/de_605203.asp +# +# The following eight (8) provinces pulled clocks back to UTC-04:00 at +# midnight Monday May 31st. (that is, the night between 05/31 and 06/01). +# Apparently, all nine provinces would go back to UTC-03:00 at the same +# time in October 17th. +# +# Catamarca, Chubut, La Rioja, San Juan, San Luis, Santa Cruz, +# Tierra del Fuego, Tucuman. +# +# From Mariano Absatz (2004-06-14): +# ... this weekend, the Province of Tucuman decided it'd go back to UTC-03:00 +# yesterday midnight (that is, at 24:00 Saturday 12th), since the people's +# annoyance with the change is much higher than the power savings obtained.... +# +# From Gwillim Law (2004-06-14): +# http://www.lanacion.com.ar/04/06/10/de_609078.asp ... +# "The time change in Tierra del Fuego was a conflicted decision from +# the start. The government had decreed that the measure would take +# effect on June 1, but a normative error forced the new time to begin +# three days earlier, from a Saturday to a Sunday.... +# Our understanding was that the change was originally scheduled to take place +# on June 1 at 00:00 in Chubut, Santa Cruz, Tierra del Fuego (and some other +# provinces). Sunday was May 30, only two days earlier. So the article +# contains a contradiction. I would give more credence to the Saturday/Sunday +# date than the "three days earlier" phrase, and conclude that Tierra del +# Fuego set its clocks back at 2004-05-30 00:00. +# +# From Steffen Thorsen (2004-10-05): +# The previous law 7210 which changed the province of Mendoza's time zone +# back in May have been modified slightly in a new law 7277, which set the +# new end date to 2004-09-26 (original date was 2004-10-17). +# http://www.gobernac.mendoza.gov.ar/boletin/pdf/20040924-27244-normas.pdf +# +# From Mariano Absatz (2004-10-05): +# San Juan changed from UTC-03:00 to UTC-04:00 at midnight between +# Sunday, May 30th and Monday, May 31st. It changed back to UTC-03:00 +# at midnight between Saturday, July 24th and Sunday, July 25th.... +# http://www.sanjuan.gov.ar/prensa/archivo/000329.html +# http://www.sanjuan.gov.ar/prensa/archivo/000426.html +# http://www.sanjuan.gov.ar/prensa/archivo/000441.html + +# Unless otherwise specified, data are from Shanks through 1992, from +# the IATA otherwise. As noted below, Shanks says that +# America/Cordoba split into 6 subregions during 1991/1992, but we +# haven't verified this yet so for now we'll keep it a single region. +# +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# +# Buenos Aires (BA), Capital Federal (CF), +Zone America/Argentina/Buenos_Aires -3:53:48 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May # Cordoba Mean Time + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART +# +# Santa Fe (SF), Entre Rios (ER), Corrientes (CN), Misiones (MN), Chaco (CC), +# Formosa (FM), Salta (SA), Santiago del Estero (SE), Cordoba (CB), +# San Luis (SL), La Pampa (LP), Neuquen (NQ), Rio Negro (RN) +# +# Shanks also makes the following claims, which we haven't verified: +# - Formosa switched to -3:00 on 1991-01-07. +# - Misiones switched to -3:00 on 1990-12-29. +# - Chaco switched to -3:00 on 1991-01-04. +# - San Luis switched to -4:00 on 1990-03-14, then to -3:00 on 1990-10-15, +# then to -4:00 on 1991-03-01, then to -3:00 on 1991-06-01. +# - Santiago del Estero switched to -4:00 on 1991-04-01, +# then to -3:00 on 1991-04-26. +# +Zone America/Argentina/Cordoba -4:16:48 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1991 Mar 3 + -4:00 - WART 1991 Oct 20 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART +# +# Tucuman (TM) +Zone America/Argentina/Tucuman -4:20:52 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1991 Mar 3 + -4:00 - WART 1991 Oct 20 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 Jun 1 + -4:00 - WART 2004 Jun 13 + -3:00 - ART +# +# La Rioja (LR) +Zone America/Argentina/La_Rioja -4:27:24 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1991 Mar 1 + -4:00 - WART 1991 May 7 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 Jun 1 + -4:00 - WART 2004 Jun 20 + -3:00 - ART +# +# San Juan (SJ) +Zone America/Argentina/San_Juan -4:34:04 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1991 Mar 1 + -4:00 - WART 1991 May 7 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 May 31 + -4:00 - WART 2004 Jul 25 + -3:00 - ART +# +# Jujuy (JY) +Zone America/Argentina/Jujuy -4:21:12 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1990 Mar 4 + -4:00 - WART 1990 Oct 28 + -4:00 1:00 WARST 1991 Mar 17 + -4:00 - WART 1991 Oct 6 + -3:00 1:00 ARST 1992 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART +# +# Catamarca (CT) +Zone America/Argentina/Catamarca -4:23:08 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1991 Mar 3 + -4:00 - WART 1991 Oct 20 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 Jun 1 + -4:00 - WART 2004 Jun 20 + -3:00 - ART +# +# Mendoza (MZ) +Zone America/Argentina/Mendoza -4:35:16 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1990 Mar 4 + -4:00 - WART 1990 Oct 15 + -4:00 1:00 WARST 1991 Mar 1 + -4:00 - WART 1991 Oct 15 + -4:00 1:00 WARST 1992 Mar 1 + -4:00 - WART 1992 Oct 18 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 May 23 + -4:00 - WART 2004 Sep 26 + -3:00 - ART +# +# Chubut (CH) +# The name "Comodoro Rivadavia" exceeds the 14-byte POSIX limit. +Zone America/Argentina/ComodRivadavia -4:30:00 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1991 Mar 3 + -4:00 - WART 1991 Oct 20 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 Jun 1 + -4:00 - WART 2004 Jun 20 + -3:00 - ART +# +# Santa Cruz (SC) +Zone America/Argentina/Rio_Gallegos -4:36:52 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May # Cordoba Mean Time + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 Jun 1 + -4:00 - WART 2004 Jun 20 + -3:00 - ART +# +# Tierra del Fuego, Antartida e Islas del Atlantico Sur (TF) +Zone America/Argentina/Ushuaia -4:33:12 - LMT 1894 Oct 31 + -4:16:48 - CMT 1920 May # Cordoba Mean Time + -4:00 - ART 1930 Dec + -4:00 Arg AR%sT 1969 Oct 5 + -3:00 Arg AR%sT 1999 Oct 3 + -4:00 Arg AR%sT 2000 Mar 3 + -3:00 - ART 2004 May 30 + -4:00 - WART 2004 Jun 20 + -3:00 - ART + +# Aruba +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Aruba -4:40:24 - LMT 1912 Feb 12 # Oranjestad + -4:30 - ANT 1965 # Netherlands Antilles Time + -4:00 - AST + +# Bolivia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/La_Paz -4:32:36 - LMT 1890 + -4:32:36 - CMT 1931 Oct 15 # Calamarca MT + -4:32:36 1:00 BOST 1932 Mar 21 # Bolivia ST + -4:00 - BOT # Bolivia Time + +# Brazil + +# From Paul Eggert (1993-11-18): +# The mayor of Rio recently attempted to change the time zone rules +# just in his city, in order to leave more summer time for the tourist trade. +# The rule change lasted only part of the day; +# the federal government refused to follow the city's rules, and business +# was in a chaos, so the mayor backed down that afternoon. + +# From IATA SSIM (1996-02): +# _Only_ the following states in BR1 observe DST: Rio Grande do Sul (RS), +# Santa Catarina (SC), Parana (PR), Sao Paulo (SP), Rio de Janeiro (RJ), +# Espirito Santo (ES), Minas Gerais (MG), Bahia (BA), Goias (GO), +# Distrito Federal (DF), Tocantins (TO), Sergipe [SE] and Alagoas [AL]. +# [The last three states are new to this issue of the IATA SSIM.] + +# From Gwillim Law (1996-10-07): +# Geography, history (Tocantins was part of Goias until 1989), and other +# sources of time zone information lead me to believe that AL, SE, and TO were +# always in BR1, and so the only change was whether or not they observed DST.... +# The earliest issue of the SSIM I have is 2/91. Each issue from then until +# 9/95 says that DST is observed only in the ten states I quoted from 9/95, +# along with Mato Grosso (MT) and Mato Grosso do Sul (MS), which are in BR2 +# (UTC-4).... The other two time zones given for Brazil are BR3, which is +# UTC-5, no DST, and applies only in the state of Acre (AC); and BR4, which is +# UTC-2, and applies to Fernando de Noronha (formerly FN, but I believe it's +# become part of the state of Pernambuco). The boundary between BR1 and BR2 +# has never been clearly stated. They've simply been called East and West. +# However, some conclusions can be drawn from another IATA manual: the Airline +# Coding Directory, which lists close to 400 airports in Brazil. For each +# airport it gives a time zone which is coded to the SSIM. From that +# information, I'm led to conclude that the states of Amapa (AP), Ceara (CE), +# Maranhao (MA), Paraiba (PR), Pernambuco (PE), Piaui (PI), and Rio Grande do +# Norte (RN), and the eastern part of Para (PA) are all in BR1 without DST. + +# From Marcos Tadeu (1998-09-27): +# +# Brazilian official page +# + +# From Jesper Norgaard (2000-11-03): +# [For an official list of which regions in Brazil use which time zones, see:] +# http://pcdsh01.on.br/Fusbr.htm +# http://pcdsh01.on.br/Fusbrhv.htm + +# From Celso Doria via David Madeo (2002-10-09): +# The reason for the delay this year has to do with elections in Brazil. +# +# Unlike in the United States, elections in Brazil are 100% computerized and +# the results are known almost immediately. Yesterday, it was the first +# round of the elections when 115 million Brazilians voted for President, +# Governor, Senators, Federal Deputies, and State Deputies. Nobody is +# counting (or re-counting) votes anymore and we know there will be a second +# round for the Presidency and also for some Governors. The 2nd round will +# take place on October 27th. +# +# The reason why the DST will only begin November 3rd is that the thousands +# of electoral machines used cannot have their time changed, and since the +# Constitution says the elections must begin at 8:00 AM and end at 5:00 PM, +# the Government decided to postpone DST, instead of changing the Constitution +# (maybe, for the next elections, it will be possible to change the clock)... + +# From Rodrigo Severo (2004-10-04): +# It's just the biannual change made necessary by the much hyped, supposedly +# modern Brazilian eletronic voting machines which, apparently, can't deal +# with a time change between the first and the second rounds of the elections. + +# From Paul Eggert (2002-10-10): +# The official decrees referenced below are mostly taken from +# +# Decretos sobre o Horario de Verao no Brasil +# (2001-09-20, in Portuguese). +# The official site for all decrees, including those not related to time, is +# +# Presidencia da Republica, Subchefia para Assuntos Juridicos, Decretos +# (in Portuguese). + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Decree 20,466 (1931-10-01) +# Decree 21,896 (1932-01-10) +Rule Brazil 1931 only - Oct 3 11:00 1:00 S +Rule Brazil 1932 1933 - Apr 1 0:00 0 - +Rule Brazil 1932 only - Oct 3 0:00 1:00 S +# Decree 23,195 (1933-10-10) +# revoked DST. +# Decree 27,496 (1949-11-24) +# Decree 27,998 (1950-04-13) +Rule Brazil 1949 1952 - Dec 1 0:00 1:00 S +Rule Brazil 1950 only - Apr 16 1:00 0 - +Rule Brazil 1951 1952 - Apr 1 0:00 0 - +# Decree 32,308 (1953-02-24) +Rule Brazil 1953 only - Mar 1 0:00 0 - +# Decree 34,724 (1953-11-30) +# revoked DST. +# Decree 52,700 (1963-10-18) +# established DST from 1963-10-23 00:00 to 1964-02-29 00:00 +# in SP, RJ, GB, MG, ES, due to the prolongation of the drought. +# Decree 53,071 (1963-12-03) +# extended the above decree to all of the national territory on 12-09. +Rule Brazil 1963 only - Dec 9 0:00 1:00 S +# Decree 53,604 (1964-02-25) +# extended summer time by one day to 1964-03-01 00:00 (start of school). +Rule Brazil 1964 only - Mar 1 0:00 0 - +# Decree 55,639 (1965-01-27) +Rule Brazil 1965 only - Jan 31 0:00 1:00 S +Rule Brazil 1965 only - Mar 31 0:00 0 - +# Decree 57,303 (1965-11-22) +Rule Brazil 1965 only - Dec 1 0:00 1:00 S +# Decree 57,843 (1966-02-18) +Rule Brazil 1966 1968 - Mar 1 0:00 0 - +Rule Brazil 1966 1967 - Nov 1 0:00 1:00 S +# Decree 63,429 (1968-10-15) +# revoked DST. +# Decree 91,698 (1985-09-27) +Rule Brazil 1985 only - Nov 2 0:00 1:00 S +# Decree 92,310 (1986-01-21) +# Decree 92,463 (1986-03-13) +Rule Brazil 1986 only - Mar 15 0:00 0 - +# Decree 93,316 (1986-10-01) +Rule Brazil 1986 only - Oct 25 0:00 1:00 S +Rule Brazil 1987 only - Feb 14 0:00 0 - +# Decree 94,922 (1987-09-22) +Rule Brazil 1987 only - Oct 25 0:00 1:00 S +Rule Brazil 1988 only - Feb 7 0:00 0 - +# Decree 96,676 (1988-09-12) +# except for the states of AC, AM, PA, RR, RO, and AP (then a territory) +Rule Brazil 1988 only - Oct 16 0:00 1:00 S +Rule Brazil 1989 only - Jan 29 0:00 0 - +# Decree 98,077 (1989-08-21) +# with the same exceptions +Rule Brazil 1989 only - Oct 15 0:00 1:00 S +Rule Brazil 1990 only - Feb 11 0:00 0 - +# Decree 99,530 (1990-09-17) +# adopted by RS, SC, PR, SP, RJ, ES, MG, GO, MS, DF. +# Decree 99,629 (1990-10-19) adds BA, MT. +Rule Brazil 1990 only - Oct 21 0:00 1:00 S +Rule Brazil 1991 only - Feb 17 0:00 0 - +# Unnumbered decree (1991-09-25) +# adopted by RS, SC, PR, SP, RJ, ES, MG, BA, GO, MT, MS, DF. +Rule Brazil 1991 only - Oct 20 0:00 1:00 S +Rule Brazil 1992 only - Feb 9 0:00 0 - +# Unnumbered decree (1992-10-16) +# adopted by same states. +Rule Brazil 1992 only - Oct 25 0:00 1:00 S +Rule Brazil 1993 only - Jan 31 0:00 0 - +# Decree 942 (1993-09-28) +# adopted by same states, plus AM. +# Decree 1,252 (1994-09-22; +# web page corrected 2004-01-07) adopted by same states, minus AM. +# Decree 1,636 (1995-09-14) +# adopted by same states, plus MT and TO. +# Decree 1,674 (1995-10-13) +# adds AL, SE. +Rule Brazil 1993 1995 - Oct Sun>=11 0:00 1:00 S +Rule Brazil 1994 1995 - Feb Sun>=15 0:00 0 - +Rule Brazil 1996 only - Feb 11 0:00 0 - +# Decree 2,000 (1996-09-04) +# adopted by same states, minus AL, SE. +Rule Brazil 1996 only - Oct 6 0:00 1:00 S +Rule Brazil 1997 only - Feb 16 0:00 0 - +# From Daniel C. Sobral (1998-02-12): +# In 1997, the DS began on October 6. The stated reason was that +# because international television networks ignored Brazil's policy on DS, +# they bought the wrong times on satellite for coverage of Pope's visit. +# This year, the ending date of DS was postponed to March 1 +# to help dealing with the shortages of electric power. +# +# From Paul Eggert (1998-02-25): +# +# Brazil Prepares for Papal Visit +# , +# Church Net UK (1997-10-02). +# +# Decree 2,317 (1997-09-04), adopted by same states. +Rule Brazil 1997 only - Oct 6 0:00 1:00 S +# Decree 2,495 +# (1998-02-10) +Rule Brazil 1998 only - Mar 1 0:00 0 - +# Decree 2,780 (1998-09-11) +# adopted by the same states as before. +Rule Brazil 1998 only - Oct 11 0:00 1:00 S +Rule Brazil 1999 only - Feb 21 0:00 0 - +# Decree 3,150 +# (1999-08-23) adopted by same states. +# Decree 3,188 (1999-09-30) +# adds SE, AL, PB, PE, RN, CE, PI, MA and RR. +Rule Brazil 1999 only - Oct 3 0:00 1:00 S +Rule Brazil 2000 only - Feb 27 0:00 0 - +# Decree 3,592 (2000-09-06) +# adopted by the same states as before. +# Decree 3,630 (2000-10-13) +# repeals DST in PE and RR, effective 2000-10-15 00:00. +# Decree 3,632 (2000-10-17) +# repeals DST in SE, AL, PB, RN, CE, PI and MA, effective 2000-10-22 00:00. +# Decree 3,916 +# (2001-09-13) reestablishes DST in AL, CE, MA, PB, PE, PI, RN, SE. +Rule Brazil 2000 2001 - Oct Sun>=8 0:00 1:00 S +Rule Brazil 2001 max - Feb Sun>=15 0:00 0 - +# Decree 4,399 (2002-10-01) repeals DST in AL, CE, MA, PB, PE, PI, RN, SE. +# +Rule Brazil 2002 only - Nov 3 0:00 1:00 S +# Decree 4,844 (2003-09-24; corrected 2003-09-26) repeals DST in BA, MT, TO. +# +Rule Brazil 2003 only - Oct 19 0:00 1:00 S +# Decree 5,223 (2004-10-01) reestablishes DST in MT. +# +Rule Brazil 2004 only - Nov 2 0:00 1:00 S +# The latest ruleset listed above says that the following states observe DST: +# DF, ES, GO, MG, MS, MT, PR, RJ, RS, SC, SP. +# +Rule Brazil 2005 max - Oct Sun>=15 0:00 1:00 S +# For dates after mid-2005, the above rules with TO="max" are guesses +# and are quite possibly wrong, but are more likely than no DST at all. + + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +# +# Fernando de Noronha (administratively part of PE) +Zone America/Noronha -2:09:40 - LMT 1914 + -2:00 Brazil FN%sT 1990 Sep 17 + -2:00 - FNT 1999 Sep 30 + -2:00 Brazil FN%sT 2000 Oct 15 + -2:00 - FNT 2001 Sep 13 + -2:00 Brazil FN%sT 2002 Oct 1 + -2:00 - FNT +# Other Atlantic islands have no permanent settlement. +# These include Trindade and Martin Vaz (administratively part of ES), +# Atol das Rocas (RN), and Penedos de Sao Pedro e Sao Paulo (PE). +# Fernando de Noronha was a separate territory from 1942-09-02 to 1989-01-01; +# it also included the Penedos. +# +# Amapa (AP), east Para (PA) +# East Para includes Belem, Maraba, Serra Norte, and Sao Felix do Xingu. +# The division between east and west Para is the river Xingu. +# In the north a very small part from the river Javary (now Jari I guess, +# the border with Amapa) to the Amazon, then to the Xingu. +Zone America/Belem -3:13:56 - LMT 1914 + -3:00 Brazil BR%sT 1988 Sep 12 + -3:00 - BRT +# +# Maranhao (MA), Piaui (PI), Ceara (CE), Rio Grande do Norte (RN), +# Paraiba (PB) +Zone America/Fortaleza -2:34:00 - LMT 1914 + -3:00 Brazil BR%sT 1990 Sep 17 + -3:00 - BRT 1999 Sep 30 + -3:00 Brazil BR%sT 2000 Oct 22 + -3:00 - BRT 2001 Sep 13 + -3:00 Brazil BR%sT 2002 Oct 1 + -3:00 - BRT +# +# Pernambuco (PE) (except Atlantic islands) +Zone America/Recife -2:19:36 - LMT 1914 + -3:00 Brazil BR%sT 1990 Sep 17 + -3:00 - BRT 1999 Sep 30 + -3:00 Brazil BR%sT 2000 Oct 15 + -3:00 - BRT 2001 Sep 13 + -3:00 Brazil BR%sT 2002 Oct 1 + -3:00 - BRT +# +# Tocantins (TO) +Zone America/Araguaina -3:12:48 - LMT 1914 + -3:00 Brazil BR%sT 1990 Sep 17 + -3:00 - BRT 1995 Sep 14 + -3:00 Brazil BR%sT 2003 Sep 24 + -3:00 - BRT +# +# Alagoas (AL), Sergipe (SE) +Zone America/Maceio -2:22:52 - LMT 1914 + -3:00 Brazil BR%sT 1990 Sep 17 + -3:00 - BRT 1995 Oct 13 + -3:00 Brazil BR%sT 1996 Sep 4 + -3:00 - BRT 1999 Sep 30 + -3:00 Brazil BR%sT 2000 Oct 22 + -3:00 - BRT 2001 Sep 13 + -3:00 Brazil BR%sT 2002 Oct 1 + -3:00 - BRT +# +# Bahia (BA) +# There are too many Salvadors elsewhere, so use America/Bahia instead +# of America/Salvador. +Zone America/Bahia -2:34:04 - LMT 1914 + -3:00 Brazil BR%sT 2003 Sep 24 + -3:00 - BRT +# +# Goias (GO), Distrito Federal (DF), Minas Gerais (MG), +# Espirito Santo (ES), Rio de Janeiro (RJ), Sao Paulo (SP), Parana (PR), +# Santa Catarina (SC), Rio Grande do Sul (RS) +Zone America/Sao_Paulo -3:06:28 - LMT 1914 + -3:00 Brazil BR%sT 1963 Oct 23 00:00 + -3:00 1:00 BRST 1964 + -3:00 Brazil BR%sT +# +# Mato Grosso do Sul (MS) +Zone America/Campo_Grande -3:38:28 - LMT 1914 + -4:00 Brazil AM%sT +# +# Mato Grosso (MT) +Zone America/Cuiaba -3:44:20 - LMT 1914 + -4:00 Brazil AM%sT 2003 Sep 24 + -4:00 - AMT 2004 Oct 4 + -4:00 Brazil AM%sT +# +# west Para (PA), Rondonia (RO) +# West Para includes Altamira, Oribidos, Prainha, Oriximina, and Santarem. +Zone America/Porto_Velho -4:15:36 - LMT 1914 + -4:00 Brazil AM%sT 1988 Sep 12 + -4:00 - AMT +# +# Roraima (RR) +Zone America/Boa_Vista -4:02:40 - LMT 1914 + -4:00 Brazil AM%sT 1988 Sep 12 + -4:00 - AMT 1999 Sep 30 + -4:00 Brazil AM%sT 2000 Oct 15 + -4:00 - AMT +# +# east Amazonas (AM): Boca do Acre, Jutai, Manaus, Floriano Peixoto +# The great circle line from Tabatinga to Porto Acre divides +# east from west Amazonas. +Zone America/Manaus -4:00:04 - LMT 1914 + -4:00 Brazil AM%sT 1988 Sep 12 + -4:00 - AMT 1993 Sep 28 + -4:00 Brazil AM%sT 1994 Sep 22 + -4:00 - AMT +# +# west Amazonas (AM): Atalaia do Norte, Boca do Maoco, Benjamin Constant, +# Eirunepe, Envira, Ipixuna +Zone America/Eirunepe -4:39:28 - LMT 1914 + -5:00 Brazil AC%sT 1988 Sep 12 + -5:00 - ACT 1993 Sep 28 + -5:00 Brazil AC%sT 1994 Sep 22 + -5:00 - ACT +# +# Acre (AC) +Zone America/Rio_Branco -4:31:12 - LMT 1914 + -5:00 Brazil AC%sT 1988 Sep 12 + -5:00 - ACT + + +# Chile + +# From Eduardo Krell (1995-10-19): +# The law says to switch to DST at midnight [24:00] on the second SATURDAY +# of October.... The law is the same for March and October. +# (1998-09-29): +# Because of the drought this year, the government decided to go into +# DST earlier (saturday 9/26 at 24:00). This is a one-time change only ... +# (unless there's another dry season next year, I guess). + +# From Julio I. Pacheco Troncoso (1999-03-18): +# Because of the same drought, the government decided to end DST later, +# on April 3, (one-time change). + +# From Gwillim Law (2001-05-04): +# I came across another article in "La Tercera" about Chilean DST. +# +# It clearly confirms my earlier suggestion, that DST begins at 22:00 +# on Easter Island.... But it also seems to be saying that the +# observance of DST in Chile began in 1966, rather than 1969 as +# ... [Shanks] has it.... +# +# My translation: +# +# "The Chilean Army has announced that summer time will begin tomorrow, +# Saturday, October 14 in continental Chile, insular Chile, and +# Antarctica, as provided by Supreme Decree 25 of January 11, 1966. +# By the preceding, official time in continental Chile and Chilean +# Antarctic, and official time in Western Insular Chile, which applies +# to Easter Island and Sala y Gomez Island, will be set forward at +# midnight and at 22:00, respectively, by 20 minutes." + +# From Paul Eggert (2001-05-04): +# Go with this article in preference to Shanks's 1969 date for modern DST. +# Assume this rule has been used since DST was introduced in the islands. + +# From Paul Eggert (2002-10-24): +# gives many details that +# disagree with the following table, but we haven't had time to compare them. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Chile 1918 only - Sep 1 0:00 1:00 S +Rule Chile 1919 only - Jul 2 0:00 0 - +Rule Chile 1927 1931 - Sep 1 0:00 1:00 S +Rule Chile 1928 1932 - Apr 1 0:00 0 - +Rule Chile 1966 1997 - Oct Sun>=9 4:00u 1:00 S +Rule Chile 1967 1998 - Mar Sun>=9 3:00u 0 - +Rule Chile 1998 only - Sep 27 4:00u 1:00 S +Rule Chile 1999 only - Apr 4 3:00u 0 - +Rule Chile 1999 max - Oct Sun>=9 4:00u 1:00 S +Rule Chile 2000 max - Mar Sun>=9 3:00u 0 - +# IATA SSIM anomalies: (1990-09) says 1990-09-16; (1992-02) says 1992-03-14; +# (1996-09) says 1998-03-08. Ignore these. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Santiago -4:42:40 - LMT 1890 + -4:42:40 - SMT 1910 # Santiago Mean Time + -5:00 Chile CL%sT 1932 Sep # Chile Time + -4:00 Chile CL%sT +Zone Pacific/Easter -7:17:28 - LMT 1890 # Mataveri + -7:17:28 - MMT 1932 Sep # Mataveri Mean Time + -7:00 Chile EAS%sT 1982 Mar 14 # Easter I Time + -6:00 Chile EAS%sT +# +# Sala y Gomez Island is like Pacific/Easter. +# Other Chilean locations, including Juan Fernandez Is, San Ambrosio, +# San Felix, and Antarctic bases, are like America/Santiago. + +# Colombia +# Shanks specifies 24:00 for 1992 transition times; go with IATA, +# as it seems implausible to change clocks at midnight New Year's Eve. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule CO 1992 only - May 2 0:00 1:00 S +Rule CO 1992 only - Dec 31 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Bogota -4:56:20 - LMT 1884 Mar 13 + -4:56:20 - BMT 1914 Nov 23 # Bogota Mean Time + -5:00 CO CO%sT # Colombia Time +# Malpelo, Providencia, San Andres +# no information; probably like America/Bogota + +# Curacao +# Shanks says that Bottom and Oranjestad have been at -4:00 since +# standard time was introduced on 1912-03-02; and that Kralendijk and Rincon +# used Kralendijk Mean Time (-4:33:08) from 1912-02-02 to 1965-01-01. +# This all predates our 1970 cutoff, though. +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Curacao -4:35:44 - LMT 1912 Feb 12 # Willemstad + -4:30 - ANT 1965 # Netherlands Antilles Time + -4:00 - AST + +# Ecuador +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Guayaquil -5:19:20 - LMT 1890 + -5:14:00 - QMT 1931 # Quito Mean Time + -5:00 - ECT # Ecuador Time +Zone Pacific/Galapagos -5:58:24 - LMT 1931 # Puerto Baquerizo Moreno + -5:00 - ECT 1986 + -6:00 - GALT # Galapagos Time + +# Falklands + +# From Paul Eggert (2001-03-05): +# Between 1990 and 2000 inclusive, Shanks and the IATA agree except +# the IATA gives 1996-09-08. Go with Shanks. + +# From Falkland Islands Government Office, London (2001-01-22) +# via Jesper Norgaard: +# ... the clocks revert back to Local Mean Time at 2 am on Sunday 15 +# April 2001 and advance one hour to summer time at 2 am on Sunday 2 +# September. It is anticipated that the clocks will revert back at 2 +# am on Sunday 21 April 2002 and advance to summer time at 2 am on +# Sunday 1 September. + +# From Rives McDow (2001-02-13): +# +# I have communicated several times with people there, and the last +# time I had communications that was helpful was in 1998. Here is +# what was said then: +# +# "The general rule was that Stanley used daylight saving and the Camp +# did not. However for various reasons many people in the Camp have +# started to use daylight saving (known locally as 'Stanley Time') +# There is no rule as to who uses daylight saving - it is a matter of +# personal choice and so it is impossible to draw a map showing who +# uses it and who does not. Any list would be out of date as soon as +# it was produced. This year daylight saving ended on April 18/19th +# and started again on September 12/13th. I do not know what the rule +# is, but can find out if you like. We do not change at the same time +# as UK or Chile." +# +# I did have in my notes that the rule was "Second Saturday in Sep at +# 0:00 until third Saturday in Apr at 0:00". I think that this does +# not agree in some cases with Shanks; is this true? +# +# Also, there is no mention in the list that some areas in the +# Falklands do not use DST. I have found in my communications there +# that these areas are on the western half of East Falkland and all of +# West Falkland. Stanley is the only place that consistently observes +# DST. Again, as in other places in the world, the farmers don't like +# it. West Falkland is almost entirely sheep farmers. +# +# I know one lady there that keeps a list of which farm keeps DST and +# which doesn't each year. She runs a shop in Stanley, and says that +# the list changes each year. She uses it to communicate to her +# customers, catching them when they are home for lunch or dinner. + +# From Paul Eggert (2001-03-05): +# For now, we'll just record the time in Stanley, since we have no +# better info. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Falk 1937 1938 - Sep lastSun 0:00 1:00 S +Rule Falk 1938 1942 - Mar Sun>=19 0:00 0 - +Rule Falk 1939 only - Oct 1 0:00 1:00 S +Rule Falk 1940 1942 - Sep lastSun 0:00 1:00 S +Rule Falk 1943 only - Jan 1 0:00 0 - +Rule Falk 1983 only - Sep lastSun 0:00 1:00 S +Rule Falk 1984 1985 - Apr lastSun 0:00 0 - +Rule Falk 1984 only - Sep 16 0:00 1:00 S +Rule Falk 1985 2000 - Sep Sun>=9 0:00 1:00 S +Rule Falk 1986 2000 - Apr Sun>=16 0:00 0 - +Rule Falk 2001 max - Apr Sun>=15 2:00 0 - +Rule Falk 2001 max - Sep Sun>=1 2:00 1:00 S +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Atlantic/Stanley -3:51:24 - LMT 1890 + -3:51:24 - SMT 1912 Mar 12 # Stanley Mean Time + -4:00 Falk FK%sT 1983 May # Falkland Is Time + -3:00 Falk FK%sT 1985 Sep 15 + -4:00 Falk FK%sT + +# French Guiana +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Cayenne -3:29:20 - LMT 1911 Jul + -4:00 - GFT 1967 Oct # French Guiana Time + -3:00 - GFT + +# Guyana +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Guyana -3:52:40 - LMT 1915 Mar # Georgetown + -3:45 - GBGT 1966 May 26 # Br Guiana Time + -3:45 - GYT 1975 Jul 31 # Guyana Time + -3:00 - GYT 1991 +# IATA SSIM (1996-06) says -4:00. Assume a 1991 switch. + -4:00 - GYT + +# Paraguay +# From Paul Eggert (1999-10-29): +# Shanks (1999) says that spring transitions are from 01:00 -> 02:00, +# and autumn transitions are from 00:00 -> 23:00. Go with earlier +# editions of Shanks, and with the IATA, who say transitions occur at 00:00. +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Para 1975 1988 - Oct 1 0:00 1:00 S +Rule Para 1975 1978 - Mar 1 0:00 0 - +Rule Para 1979 1991 - Apr 1 0:00 0 - +Rule Para 1989 only - Oct 22 0:00 1:00 S +Rule Para 1990 only - Oct 1 0:00 1:00 S +Rule Para 1991 only - Oct 6 0:00 1:00 S +Rule Para 1992 only - Mar 1 0:00 0 - +Rule Para 1992 only - Oct 5 0:00 1:00 S +Rule Para 1993 only - Mar 31 0:00 0 - +Rule Para 1993 1995 - Oct 1 0:00 1:00 S +Rule Para 1994 1995 - Feb lastSun 0:00 0 - +Rule Para 1996 only - Mar 1 0:00 0 - +# IATA SSIM (2000-02) says 1999-10-10; ignore this for now. +# From Steffen Thorsen (2000-10-02): +# I have three independent reports that Paraguay changed to DST this Sunday +# (10-01). +# +# Translated by Gwillim Law (2001-02-27) from +# +# Noticias, a daily paper in Asuncion, Paraguay (2000-10-01) +# : +# Starting at 0:00 today, the clock will be set forward 60 minutes, in +# fulfillment of Decree No. 7,273 of the Executive Power.... The time change +# system has been operating for several years. Formerly there was a separate +# decree each year; the new law has the same effect, but permanently. Every +# year, the time will change on the first Sunday of October; likewise, the +# clock will be set back on the first Sunday of March. +# +# From Jesper Norgaard (2001-03-06) [an official URL saying similar things]: +# http://gateway.abc.com.py:8000/pub/pag04.mbr/artic?FHA=2001-03-03-02.24.52.900592 +# +Rule Para 1996 2001 - Oct Sun>=1 0:00 1:00 S +# IATA SSIM (1997-09) says Mar 1; go with Shanks. +Rule Para 1997 only - Feb lastSun 0:00 0 - +# Shanks says 1999-02-28; IATA SSIM (1999-02) says 1999-02-27, but +# (1999-09) reports no date; go with above sources and Gerd Knops (2001-02-27). +Rule Para 1998 2001 - Mar Sun>=1 0:00 0 - +# From Rives McDow (2002-02-28): +# A decree was issued in Paraguay (no. 16350) on 2002-02-26 that changed the +# dst method to be from the first Sunday in September to the first Sunday in +# April. +Rule Para 2002 max - Apr Sun>=1 0:00 0 - +Rule Para 2002 max - Sep Sun>=1 0:00 1:00 S + + +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Asuncion -3:50:40 - LMT 1890 + -3:50:40 - AMT 1931 Oct 10 # Asuncion Mean Time + -4:00 - PYT 1972 Oct # Paraguay Time + -3:00 - PYT 1974 Apr + -4:00 Para PY%sT + +# Peru +# +# +# From Evelyn C. Leeper via Mark Brader (2003-10-26): +# When we were in Peru in 1985-1986, they apparently switched over +# sometime between December 29 and January 3 while we were on the Amazon. +# +# From Paul Eggert (2003-11-02): +# Shanks doesn't have this transition. Assume 1986 was like 1987. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +Rule Peru 1938 only - Jan 1 0:00 1:00 S +Rule Peru 1938 only - Apr 1 0:00 0 - +Rule Peru 1938 1939 - Sep lastSun 0:00 1:00 S +Rule Peru 1939 1940 - Mar Sun>=24 0:00 0 - +Rule Peru 1986 1987 - Jan 1 0:00 1:00 S +Rule Peru 1986 1987 - Apr 1 0:00 0 - +Rule Peru 1990 only - Jan 1 0:00 1:00 S +Rule Peru 1990 only - Apr 1 0:00 0 - +# IATA is ambiguous for 1993/1995; go with Shanks. +Rule Peru 1994 only - Jan 1 0:00 1:00 S +Rule Peru 1994 only - Apr 1 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Lima -5:08:12 - LMT 1890 + -5:08:36 - LMT 1908 Jul 28 # Lima Mean Time? + -5:00 Peru PE%sT # Peru Time + +# South Georgia +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone Atlantic/South_Georgia -2:26:08 - LMT 1890 # Grytviken + -2:00 - GST # South Georgia Time + +# South Sandwich Is +# uninhabited; scientific personnel have wintered + +# Suriname +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Paramaribo -3:40:40 - LMT 1911 + -3:40:52 - PMT 1935 # Paramaribo Mean Time + -3:40:36 - PMT 1945 Oct # The capital moved? + -3:30 - NEGT 1975 Nov 20 # Dutch Guiana Time + -3:30 - SRT 1984 Oct # Suriname Time + -3:00 - SRT + +# Trinidad and Tobago +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Port_of_Spain -4:06:04 - LMT 1912 Mar 2 + -4:00 - AST + +# Uruguay +# From Paul Eggert (1993-11-18): +# Uruguay wins the prize for the strangest peacetime manipulation of the rules. +# From Shanks: +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +# Whitman gives 1923 Oct 1; go with Shanks. +Rule Uruguay 1923 only - Oct 2 0:00 0:30 HS +Rule Uruguay 1924 1926 - Apr 1 0:00 0 - +Rule Uruguay 1924 1925 - Oct 1 0:00 0:30 HS +Rule Uruguay 1933 1935 - Oct lastSun 0:00 0:30 HS +# Shanks gives 1935 Apr 1 0:00 and 1936 Mar 30 0:00; go with Whitman. +Rule Uruguay 1934 1936 - Mar Sat>=25 23:30s 0 - +Rule Uruguay 1936 only - Nov 1 0:00 0:30 HS +Rule Uruguay 1937 1941 - Mar lastSun 0:00 0 - +# Whitman gives 1937 Oct 3; go with Shanks. +Rule Uruguay 1937 1940 - Oct lastSun 0:00 0:30 HS +# Whitman gives 1941 Oct 24 - 1942 Mar 27, 1942 Dec 14 - 1943 Apr 13, +# and 1943 Apr 13 ``to present time''; go with Shanks. +Rule Uruguay 1941 only - Aug 1 0:00 0 - +Rule Uruguay 1942 only - Jan 1 0:00 0:30 HS +Rule Uruguay 1942 only - Dec 14 0:00 1:00 S +Rule Uruguay 1943 only - Mar 14 0:00 0 - +Rule Uruguay 1959 only - May 24 0:00 1:00 S +Rule Uruguay 1959 only - Nov 15 0:00 0 - +Rule Uruguay 1960 only - Jan 17 0:00 1:00 S +Rule Uruguay 1960 only - Mar 6 0:00 0 - +Rule Uruguay 1965 1967 - Apr Sun>=1 0:00 1:00 S +Rule Uruguay 1965 only - Sep 26 0:00 0 - +Rule Uruguay 1966 1967 - Oct 31 0:00 0 - +Rule Uruguay 1968 1970 - May 27 0:00 0:30 HS +Rule Uruguay 1968 1970 - Dec 2 0:00 0 - +Rule Uruguay 1972 only - Apr 24 0:00 1:00 S +Rule Uruguay 1972 only - Aug 15 0:00 0 - +Rule Uruguay 1974 only - Mar 10 0:00 0:30 HS +Rule Uruguay 1974 only - Dec 22 0:00 1:00 S +Rule Uruguay 1976 only - Oct 1 0:00 0 - +Rule Uruguay 1977 only - Dec 4 0:00 1:00 S +Rule Uruguay 1978 only - Apr 1 0:00 0 - +Rule Uruguay 1979 only - Oct 1 0:00 1:00 S +Rule Uruguay 1980 only - May 1 0:00 0 - +Rule Uruguay 1987 only - Dec 14 0:00 1:00 S +Rule Uruguay 1988 only - Mar 14 0:00 0 - +Rule Uruguay 1988 only - Dec 11 0:00 1:00 S +Rule Uruguay 1989 only - Mar 12 0:00 0 - +Rule Uruguay 1989 only - Oct 29 0:00 1:00 S +# Shanks says no DST was observed in 1990/1 and 1991/2, +# and that 1992/3's DST was from 10-25 to 03-01. Go with IATA. +Rule Uruguay 1990 1992 - Mar Sun>=1 0:00 0 - +Rule Uruguay 1990 1991 - Oct Sun>=21 0:00 1:00 S +Rule Uruguay 1992 only - Oct 18 0:00 1:00 S +Rule Uruguay 1993 only - Feb 28 0:00 0 - +# From Eduardo Cota (2004-09-20): +# The uruguayan government has decreed a change in the local time.... +# http://www.presidencia.gub.uy/decretos/2004091502.htm +Rule Uruguay 2004 only - Sep Sun>=15 0:00 1:00 S +Rule Uruguay 2005 only - Mar Sun>=8 0:00 0 - +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Montevideo -3:44:44 - LMT 1898 Jun 28 + -3:44:44 - MMT 1920 May 1 # Montevideo MT + -3:30 Uruguay UY%sT 1942 Dec 14 # Uruguay Time + -3:00 Uruguay UY%sT + +# Venezuela +# Zone NAME GMTOFF RULES FORMAT [UNTIL] +Zone America/Caracas -4:27:44 - LMT 1890 + -4:27:40 - CMT 1912 Feb 12 # Caracas Mean Time? + -4:30 - VET 1965 # Venezuela Time + -4:00 - VET diff --git a/zic.tproj/datfiles/systemv b/zic.tproj/datfiles/systemv new file mode 100644 index 0000000..c6a6b64 --- /dev/null +++ b/zic.tproj/datfiles/systemv @@ -0,0 +1,50 @@ +# @(#)systemv 7.3 + +# Old rules, should the need arise. +# No attempt is made to handle Newfoundland, since it cannot be expressed +# using the System V "TZ" scheme (half-hour offset), or anything outside +# North America (no support for non-standard DST start/end dates), nor +# the change in the DST rules in the US in 1987 (which occurred before +# the old rules were written). +# +# If you need the old rules, uncomment ## lines and comment-out Link lines. +# Compile this *without* leap second correction for true conformance. + +# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S +## Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D +## Rule SystemV min 1973 - Oct lastSun 2:00 0 S +## Rule SystemV 1974 only - Jan 6 2:00 1:00 D +## Rule SystemV 1974 only - Nov lastSun 2:00 0 S +## Rule SystemV 1975 only - Feb 23 2:00 1:00 D +## Rule SystemV 1975 only - Oct lastSun 2:00 0 S +## Rule SystemV 1976 max - Apr lastSun 2:00 1:00 D +## Rule SystemV 1976 max - Oct lastSun 2:00 0 S + +# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] +## Zone SystemV/AST4ADT -4:00 SystemV A%sT +## Zone SystemV/EST5EDT -5:00 SystemV E%sT +## Zone SystemV/CST6CDT -6:00 SystemV C%sT +## Zone SystemV/MST7MDT -7:00 SystemV M%sT +## Zone SystemV/PST8PDT -8:00 SystemV P%sT +## Zone SystemV/YST9YDT -9:00 SystemV Y%sT +## Zone SystemV/AST4 -4:00 - AST +## Zone SystemV/EST5 -5:00 - EST +## Zone SystemV/CST6 -6:00 - CST +## Zone SystemV/MST7 -7:00 - MST +## Zone SystemV/PST8 -8:00 - PST +## Zone SystemV/YST9 -9:00 - YST +## Zone SystemV/HST10 -10:00 - HST +# For now... +Link America/Halifax SystemV/AST4ADT +Link America/New_York SystemV/EST5EDT +Link America/Chicago SystemV/CST6CDT +Link America/Denver SystemV/MST7MDT +Link America/Los_Angeles SystemV/PST8PDT +Link America/Anchorage SystemV/YST9YDT +Link America/Puerto_Rico SystemV/AST4 +Link America/Indianapolis SystemV/EST5 +Link America/Regina SystemV/CST6 +Link America/Phoenix SystemV/MST7 +Link Pacific/Pitcairn SystemV/PST8 +Link Pacific/Gambier SystemV/YST9 +Link Pacific/Honolulu SystemV/HST10 diff --git a/zic.tproj/datfiles/tzdata2007h.tar.gz b/zic.tproj/datfiles/tzdata2007h.tar.gz deleted file mode 100644 index 55fccf4f75fc170ff188c93b11cc1b4d15c443d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 162187 zcmV(rK<>XEiwFR}{s2b;1JpZfbK6Fe`3nDvxpM7Es!$Xje1P)Llt{Kql%u-c z+DeAtkQ@udFc?4#{p+v02T#6ab8}a9N~{Oi)6=i%=@o-^Sl3puT&>IhAma7RdhfQu~NxFCT(Od zXUhBT|H;>D_V?4*XPm6S@|%wR>NWeXWh{Pp1;0GZrDhYJa0WleYZfWC5IoY1r^#H! zGU17Q7H^oGvb9QCGMCX4{q_{86&s5r5pe_X%oO8u!6%GI6DB4y0Z_rFG8F6-A1y<{ zwP0FA2(o6uoJTXES)yQZ^5yR$)KWB~KsF;eZ_d;+o2r=2L?mJ!vJ{re$e>Jr8j7VINWLpGevM4Yfw*S0(7ws-EjXZ=^N0b~G_sR`36jRQeA6S)xVi;4sT))R$N z35^6)nrJx@w9TjHs0kt=38@9w?7GQDK=YF(4)5jfsbC)!un%m+4S*8tCIVqZATY49 zkPVU$mYsHzImrVao}r*dJYrW;%v7HZE=TNRIu3yX{8%>tL(n89JYW#Xzh22OlnZvt zS8N5^K#9$H!g!S}fJ4S&5r`>&m#`I8JW{4+AzD-P{phOJqa?Jm`2Kd4w?Gy2*%ijf8;$wRk3d z&PBMKg4%StSnya1l(U)|LILYZW|DjgL^G$?vyC){e*|Kgu+?0|f+>KGR}w5EQi+%} za`pUYsg|7iQu}}eNWmT9gIJ}rIiYWmQVWK**A=UXq!kE98BOL4{lza>a zl#VRgN5W-<8)nS#F`S6fp0qg+S3v9&`%$g5Xt3*8h-d{{8Zg8Zs%R#YbON7#oXb!y z*`q|qn{y;$I29oDZf4>iWAQ9is`FE#jU{AmX^dWj1o=34Xs}ECHo|YX)o}2T+5Y!- z-?j^te(%9w4Pa0&MS%V*T%%~mz|9?xpV&S7h25ob%+~;eN5Gsa0Qqe+7(JZi`d8Db zgkuqcB*sXkv47gn#r-nj1|aDqUL)Njkl36J$k*bQzX8F7E>MewigKf67Qm?hHLc+tAK(%BV0-x>KMBeUK~fdlfly^a@;1ge7KpX5zcD!cOl3$5{*pN% zv>LQJ_+5~O8gvc_XXa7pxZcpwFrk#1!eTi8G6YkDcqd^CTrJD{)+qG`9zCOzo*dHX z8#qd!z`&>%>=KZM;0DBh6cTn(Uz>n+3^;IHAb`3mj3{Z^~r zYBN~*Y4_4kk(^2~*^k0A1~S^RkP3zS7w)i}uUUqSZZe1;w#yY?jc-rt2MG(RHe1yolJTO4~goJFnnxB$k%*0)Hj+d-V)|XP#&W z-c}30wE=RljIBFGDm3SHH)>c=5eD-!;9aQOHIh5~iRcz`KqB1sVdhF`#OrnrNUdA3 zxV6PP*!`U9RevMo=JN`S+`u2tx4pHmZjM8%|dU(AnA(=ri ziuihc*QPt;BV5zEyeQvbBE6E}#3;Z%!GN1C1jyF|%yrCK2cwLCKum623|_k*-o3N# zKiv*T*1He)ci>_E`RV<`&F#Nl5t#8`7eKg#_}jAkjtl>@bL$o^Y{&087#K6Bjrg5c zmStu80An8!qUU4~4uh}Pn`CDz>_Re+!@p=;*0LF#ZRWN~E(qpS!7g*K4g>iy)-4d7 z0}A}4-C;k$CT_1-dk(Acla9wgLCk6G-Mrf+tgf?n-)_%9boS!#k?(bVbMo}jOojY7 zE!?IU(!hRgx8Lqqg%Vst1w6G|Xnr3G!LNZtmTy`}JfjGL6r|{_fZVN;Kx)3Gm;>S@ zFeuFAF{E*_qyuH%z|0wb^IC6A1&0i8+iJhj*s{y=;v-};>Kt63LVL6OuAj5obKHue zuj!H3GM3WW!I?_*ibqFE`x?^N82@(qEw2v-nakU6<5q5_)&bd}$G|;+ND6Z;eK18P z=y}aS*Z?66L~I&A$%wOeT&v^c_92Bte*%fDO09E{Q3uR{)g{MD(Peu=t}l<=zMF z#J374f%Gep!3ARYl`vr7@3pE5vAeJ#RxvoleemmfF0Wt6T3j@!^0~33UyLQS$@w_# z?Pc9IgL6}Lo99mPIq_7BkRx_4sQwllC(O4znxztmb6RjO9Tw)CPmbH<{p2&)PQ(de z#Xai##+SBC{_f8PeKCK+&seyoR(1_Fgrq(%#&o< zzqp9RN;hX}(G1|9m|e^aCl|}f^a9DhuzMGde_=aKcv6)lepo9JI6H)RCF3V{t8_3Y zVRX-J|J-Sj{BEfK3hDiXaV*`3M%N%rF5^%F>(rXdqvcElIbVRF${AQvMV6xM;}!BU zyZ6rR4jNMNSGSpy`V%(4Vz}Vr8K>@}2s5o4s@rFM_RoiUDR~wP(f?N|%++eujKFX| z3*E$u^u=2s=VA=s+Rb^gV0B2O91>gXM56RBR@mbt?Oy~kS>uZEZ_!`d-XW7TY=B6~ zAd3cEwI1GV_UjvKi7J0abq}Kp65NLfMSgK7bs$2B;)P1}1&wXE7q*LoDAg~g?b}G+ zhCOtv_5cRDQCH2l7>p+(jQJc>p&z-{yvj(2Y~u>f5NHV%_@n$BOLiKj5k#;zI^+w8 zvH}jeneh0Gtpz+b4F?DyCTJ@fqyqx;tD#k;bV`;E^zTgwg%;s{M zXa>-s1X~cCTEn=yX?j$INM>d>7TKW#69$eGu^6L6^w??n7p(a`l?euBbCnc!dS?2u zNRONdGjx!(_@>~IkR8D_(ttHDFpMYc0*~>u6O9Nk#ttAh@z6!+(pg{+8h8a+(9xI+ zo-{Ea)#CRQY}2%M(^3IhMW$+FQdI=|hJ+#3xhRbMJ>@tJ1BdN81w|ZLZMlQ2e2fJjue}|4 z*9txz4>F}7OMmM*z%Z6cd@Kb6z2Gqi9)SX{Om@0iF@v6>z_SvE#h58+nsxP>CV^8% zJh(Ddst#4-+SwAYH=KunRS(;F;4qm>wWMy)OM^|V)@&i-nJLtG{;-XAyJ7W=q8OhhZs5*1 z0l!dbts7Wi8jo?o{gL&-!2}TeIvDdYX{*(5`Mb1rtoX6+7ad30t)!kRrmSGd-3nnl zQ`T#~7)yS1>E$y-#8}?x)Y3;culi(<-x>k5t=G(~saxuKt$xyJ?MQU5=cb1GZF%BG zoe$k9&OsD61w}bPm_rTo-_Q*%V}S!-CnqnJm5CA}i*##}H*?(EWV*+ zdzX@lu=BSNxbyT#lccq@nTu_zN=3tTBDP8Cws(;7vxwG5is(IFU}G$*xZS=}v`Bhz zZ*LVoAuHsf`mCV(#Hy)gX6pQC}?Y8x>NLeYZjk5m1 zffmE)g%$&TPV~xgHfHeR#d1TlLT#uBp+OZlWR)%ILJa-3;XnNiP5(fiShin z4!cE=+oWM4ah?hSA*apYA^;m%K**H{O~Yc?xU9|9QG^NW;bxhuNadlcjLB0#zzDtq zqCpua^NC63$XV2GLxV5Nnc!XobZCrD!%Tz1pY?rz;?c`ZEsW`M!IWb=?#@xti~u;a zt=8tIW&1S3uSe`=4Ldg#EyK99Pz)wOH+Ps--}j1KF$)6_8~m zi$~ifxdP0qRX=+N5VpP!VQo6Y+fg(uAUj`$(05G@ZGWA#4%yyUg)G2o1yI&GfUr}8 zY<&$RZSC#bx@)R@U%^WOxyj2>r|Kb=OBG7fi*J>kAh(=gFgxdS1np`MWk}-*zPksu zXVZydt*q!))?bPlbMOx2hPU0&n{0%)995@5c}#ja&e!7%ry6JT)Q}^@;F32f>viY` z^6agVie8sSD%eKb?Q%HEKBXazRvjar(K|ljGp++3e`CO%b>0R*egyx;@);5m92VH> zzinOm?JP3tGLtVC08TNwM?e&_^frNtyB`zQ)sfAgx7Z(E#{%P&!FRJCCF zrkvOh<jeV*8Ud{e+M^uZCD(A8c@$9C?b)>?*{e(x zntgIYijl%By)z)S3)t^e9p2;cfr@a|S3GKj48vasT&6VXfRRe+Z^5@hn7AWR?^K2+ ztNV~E_=1J3-&1jHBD_o!EIT_jiR`-z-}8kuWiyO|us?fl!~b5T?@E=%-GNYZchNLU zyTAcsp{i)<`hdDj!7zBLygw=u91jdb&PEbnt`T|d-#hoH9*XbFX6+^pV8ktTxajp! zp|P>pwLK5tZuY6o^+Vs}gQ0P$5ZKAMd`~QY_f=wkOm7U=$Qn56Yp`uDHy;X?q z5s@UJSO5mfpD+0mVkF7ZC~u9ytwP-!OwRKcp6K1hlzK%pLlZ-uY2I4}bY(vXSXe@= zNmXF;7Go@C*zRsJb~%?~YTizPEE({cF3!E=kS#vLzkjSlCjMB45O#{PuuShvL1Ii6 z3&;~~a8zHD!|*l;m8PCptEe3mWMLeeMo4qn@rvOPl<$aUn9v3ev~ECs4%I*gOJoyU zMP`^Oli>)W?PY#Zqa3rErY;6fGwqC1+TT0K8hup_k99*0;JBX(Ye3m6FG%*PIlmH7E#ST%V!)j( z&cbc<_yNbxD>xi%oktVRPH*t_^dTH@aB*jhPr#c5DAL}7%WocUqAP|w+bk5ksW!upT?cjUQ|`6 z<<{NrS7r>(;3>4VUG#R0Z%bh}h0n`)&5>+%6{kEH{HfOGoJYt$pr(1;U6V*!WYu-= zGVjl`bxG2JxIctJ2Lg!L(Xi|L9Wb}&sIXlAD0YIbAXC@GP^1`}>z}F1SO=da5Lfda z%(IzbvIox~)}`sskc@yTYOy$+E=i3fU8;+ujNz~R8G63bJ4rvSe`aDjZpew;W6wqQ zPI;3NcV8zfDc66oqEBT-M*UlTrIwMT0RSJ6`xK6-^)D6i!g&mAOtDyDk#&^d5NSMb>Fn{Y57qGfPUuN`WfQRMBl#< zf1o3~Nww?MwE2bS6?%4)wx8CviG`9yfE$s^QmI~mL-&Df%}fj5BB4`MIcj6iNz9fw z8s!{SwD(U@hD?KY5bdiy+9tQ-=ww2DCdDjH0dml4jDqJh<5ahH^A}u_|EQQHP=iQm zLBbqgGs)kA6ZA(?OvseZ3({p$xx5<<3$VI{41e&T^{Hm`lT^)SaZx06cRJvTOXw*y z*3&I3TxxM^OI$k>rYdvJGmTtumeYii%{|p$8tNm4!rAzdWrvSO1AV?hWMw3f7q#(z|ef<;5SOkD&p}3J2 z0Pm9-=bc#Ge|iM&-+b2iTlQ*tUe^twsI#WGnyZUkb)4ra|D#$W7YYY^92aDQE#so& z(3cj8z;o1k0er4+I~j6GXH)-z3HSb0|;8CPiPqkUAt{yN(NwfwA$X=_47+c zl$*xIMU^ick4rV(JB=SPNVa?+G(8UG!!w(+!fB*WY`}s}z-#Z2nSiK!Grmb-To8z2Gri zA$|1^Vymkn)7}I;*Toks()SV$xKP zNC|>cp95T^jA`m(GH8gLQT>&?sQ(?UeS(|o(-rdDDz+pYj*M}4U(qj*@n3oUEJg8d50Z? zNm184=xNXmp3LYQbFPQToPVlimeIr%SRXi(<&eG1d(6yk(T1I}Zs-pDs2}zR^J;x1 z?pU_Fl~afbRF-){#(=0~lQRt}#0YARS*#y*obU8}ct!JgmdvG#nqTu&5;nDTg#xdE zGuln&dZ(!jq9sp((RSOBtR-6EOE{!10r=H1>rQ15%?@d#cjre>e408jC&j>9_y>;} zT&%swy4nVr_M4TOag`E>x;cXj8SplD{LXP6(fP4TyJDg7xDgg_5Wi>N?)z2pX{`$~ zLa5iSB$K^TXLRm`L6u5!#vap{f^(ISvWdgkC{&&hC$`QBl4qqh+`U((eU;Ca&=>1J z_#=1VhJ7_FD^g#G=l5637>QAQfHV>~JDmELoN?xcus)w+TV+cfcZvNLtSIr@(%C$v zr6pX=&~pMt`SP}!^_mTskc2|$_bORgd32+?JZf(dk`Z3)a|fmvr+=Za;wghNkhQ^> zdi?8YlY1xhfI~gS7I1Z$FIZAPr}MhUp-v8y~l9w_T2-He9rW-Hy{f{GfmK zHp|Wb$Q}HN?#f3PA#{a*C{=Ow({&Qx{E*Cl@<=)T;iQb$^ykpMX9|`k=~l#6mxAtr zmD$%?2V%EjWtyft0p2?Y9<*}7Y7m-z70S8JWO$l-}S zljgEYi9TV@^&0)V1~)yh-CI5WBgjg7hKD<}11iCgGkxqG2R(o!zJA_ua`H2 zT^^R#ZX{qtPF+m(7ZI9xx6L*mnZmDki*N9#tMvvjEIzvzo0$J!$Eo$w)9lL>KiPhap$m8)D^9~RQd-jDs;^Z!&zYUr%|w_?EGjsG6F zf#?61=SGnq_=6ydfd3wF`~Sy(|4-q+*HrLe)En3k@Vj1hjy`%G7l{j?>{T3Z3|jA6 zrD_o?4!GQqVoKJZK;o`44P*`&>}mtBPw2tj97xm%@!&S?b4igZnv%Av{^-k}^l!bi zxa^BBDRgsUSP04HetK#5%%+ z7zz6G=g$v$dxh`e-$b@HCw;?7PTLU$vX)Sb!_e^@aV)cyj-l`7nD*{xVZ5!1V)B~+ zpR`LJcJ=kGw!y*7$)+Ln-?6u?n)z)lr)eIV=3mfq>K@~kmBBp}&BzZ9&b{eTPpRp# zJEd{(b$XZGfpdkva>?T_XlY+V1_h!5K$HX2__q+lBwz5PqJf~-)BvW z$e0zaYH#a-)Yn)m8*`ktYR#hQFlz0X=N}%L%^$AX`I?E0T2`3ev^ys<-sy1n%x!}y zhwtIwT$+~JguQcEPj1WCEmKRnegdSEMaS7uSor(AEb{7i3=hUEkLa)W|A3&T)JZ zlVD#Y)r(c7xZz+!RqMY^qsLEbEuX?KLA5YKwq$V!<#w%QhP(i5+gczN3Bz~Br^a4{L zEm5o23p!WOphNT)kZkzQo#DjpGCKHhp}VtY8=3~RV>DB(*Er441&u0-r&+T zy@3rnwlx)4=UW|jz9?H|e^QKk`DCQa(k8!4T^ib&B&oONsTGD~+h+rju`^Gu88V9q zS*dwH{xjS3i_5G(!@kM?f22{Hv;f{v+B3z0JZ=0C$A~QB=P!P1jt%NxC-XRKz9YM) zZM%-OBmXzwT=Q0Ke^hVa-CqssuR^Hg2v6?{9D$$(DG}SD1Iwx1A#U%xbdkc5Z?WM~ z&>slOF086uaVDvi*-cuoWSUj;IEO&s#c1^NI05-dqyg z1>~DlYMvv!8Yc&5$}(m&7`0>!adsC{?uCA&?HL{z%jcQ%=Hbg^u}JWsSz|Z1m`>nP z_i*T1OCMmD1+5uHs3g@(vJru+T=EnG5-Q<%07>{hL9xy&RnQicIVyKZMkwAF0FlXl zX-hfbjk9)Gs*J|9b<&u!%u3bjMsisJf`&9+wGi9G5m$eteHABZQ6^76*LHk3uE+T0@BF zftb?4wa*&`LJyGBoF?;lMOu#8cuA+!Wj%Ytw;d=wuCvG>5unC?gmSJeTEd;Dy#L z4qeW6y(G=1`6fFvH}(b{hJ&X+ z`eVt=#UOovTS$3FDSpVhBq0SpVZAM#cHO{(OZ`4xVLXBL2d|M<#|ol1^2U8m!TJ7v z_2Tu0*s|DtuxIlim_rfF=g%RRPo{5(is!^No;M{dTX)X@d*ZP#N3aWtEi-21n*P?E zKYW)n5?KeOCl20fL&0J!x>z)DpLhe;^{hjQNbPDpO~{|2E5s8vntkYAt+`OI<6OiG zWe$srF8Or`MiM;{;2!#FnP<0>=y!=y#w-;}2WsD-_m}t9R;_rQ$9k0xA{(;F0}cRr zI?Dfe=N8f9N#d(LdBlH6F}MTcdap=W9HSx=*EGdEs1V$jc;4;1&;#c86|2yxkpn z;olhNNlJWnJ0GhnTodPoN*7s~C)^c0h3p*8?)XJ*RJvbs9iuejdG(1q4ZZOb`sRR* z#M|tKCHa^PCLjMCg#MtBBQHt2xUH@dXIg#6Z`$VZ4I=7E%C2huG^DV(!X1akav5Tf zMX*Mz+LN)vGcf)1yO-vbHOWk>BOVPyx|A=%XAZh1vR3BRQlV%OcjKPpO!+>wzJlRN zj={yQZ!B_jx5su8pjoNSCeJo`qO{BtTs*EXAyvsJ9liVC8=l#&Ng@yB=&Y4x?1D7e)37tXFAJDBP#bb*k#tH6VN`2qMlyM4DK-aD{ww+Yi@R0k!GylXSBTHAPsv7d%fgJ z94D$szRgMg`oor^m{XR52UbkrxZN@|SnRfs|6udB!_^rbZaH=(&7=Kf-5t}g6TQrY zn@VThEZT7=dk31z_lJ8*1Gd|8v!>Yk3wvM#`fm2j0R)@nWMS;Mz@BB*H7RcU$*?AC z68-eklfy*IN}aw8yTm&oa?EautHXw#J02k6bL0;PmbN(@N)}*IB!``>Q2oeAA-0_! zzQtZRW01z)X8-qbLZTxZ_|;&0%x#l#GUX{CSzGTarf;I-g~H z8(-JXB~p;w0cpU*@*i09))lT1{Jc`+3Z^v_Pb;3RTB*-;7q5#e9{0BjfV!uunj6nA z*{%_ZP%m^3jO_L!Pmke9!d#f8>$ z{-Yw{1@~nyRfU4Dqu)gM`@c;PLf??Vl^6Zv#DsY}kO7?!CuhveSx_J4Dp@$EG;=yZ zX5IsySNIs5`>8eYTEapQ>DaiCL~4m|h{(7!kJ%PtKFQnA1szr~%WgWlo0WO{Dvq6( zS^3!%^bxZkX;gh$Xr45$p5p!W(mBdj6;gp{QW@guX{j+U_<2rhAd}XWsEK~L`ld!d z297d7FXR=K=H@Nb4Fn6bf9A=Amd*o)b-75oy%aBWIbEQh_N! z08X{1lTP&BF+?7VW@s>t_eYRUQCo?BTN$b?GU} z2Iys8<>ny^M%?FegDe(A)ig%^vcCRxVFlyo$NUa-!R``F0BWgJplTA~DX!V6(aN2tMq7Vt_%bpS)T3pZ`em~EmM?8jU2L92I*S5THFkxkivYw!X=)(zw(f#oGJ zKclUiCJSh&wM!(b2e&-Adieceoo9&^Hj}O_a}$_m;Q&>8!N~U5i~@e23=x{vRz*JK za^waKZQGtHatzsn(%HXCWR>@k0ns@enp1XgF8&jCH21Bm{V#|S&t~kB#xT-nq396c zm=_ol^R%g`3+*lC9!NGFkFKr_zR7no2p z(i~QoJYD)BlESh%(Hh7M5;p(=owoc!^IcJa;Jp*&e-{sY!QpOSDY$>p1 zvOqZdpnmCcq$2cOR$1RoCx_hKXKJ;EA7zqWgG#q;xhQlVNj<8Ou2R!KvI?et<|98& zP{Rt%DZ)`02S>>{lSNY(WR#$@igt=t5~o-QM|wI2xvS%R!lNW?J~F_ifzpu6O{zWD zUMYAO${O?oPn*<`+U&Xp(qtO+G0@1kCt7qRha7=lY?Enon@4lxz`K zzX?tbjllCIc7I0KBNsdb#XiJKxdXBDT&=Fe=>A>h)-deP5#giV>snc^^EbYU=;SMQ zoK@b{WJn3gk(#^}0KQ0Gmkb+XZ2x@Zn>T-@w@F4hdWDqv@5O~Liryhl033YxUyB~R z<<4YRCZ~;pT(n3e@vgVY$5QtU3YVRx>;v~bTdW56Lm8JB`_ zVOb1EOO!VpK|<(wG|e^Y`tn%M6ae*hl_FU~h|0$Gvq{Y^)jmY+%rj_qQ1q}&StFLg zOsEK!3LtIp4-TzXeKcxr=I*jW$P1sn`8Pznz6DAb8Vs*^PxC@PdWz3El zM9D%fjM=p*hG$0Yv=Sc)y# zZOQRUaxxr{+W^q{)^9Z$wPi3_Jj)+L z&!Qc=C#)GCh}d;@gp5S(TUwe|(tJ3ku8wQo+0XKr9G!1tO}zXg2lJcg7tYdAbF{aw zHeu3JhVvARUV>}@b6%e1g3_2$AL;_o5ppPf0psOevkx6HJYJeh!YEBgw^8@$a3;-$ zmPBSAL*i0!V?YtE95ElyGU1lU@{moSQ{>9l06MXngJejn@H#R6az%#})H5dT>sa&! zetTVDis|@{t~l=B6gDq)+oQ^F_oq$~a9-Jaj z?)2)Vb7u=5%>d#@8$aZOra-`*1K48z<-fv77KQbA7}euw3}Yr=g4Y^YloxLDt9+iP z;dcF-M{wWZT&9*KbguC|CKqcJEpf=u1vCP5%pfL8?0)t0y4Vaa#>tc}iC1-#6pHS= z2S{>}99m;5-U(D$i-rIYK++1jbW^CZyIs@Z+QTTkPWHV0gLBdaz_M*@rzi2S&Yfs& zi=^Yia4;R52Eznyw>0Yr?4$AA>7SX_`C{8hO}GFA1j14=N?Dc+B}?deRzyOc569t% zy;LU-Hs)y%(|zV`Sq2L37t@8aA2kc7Q4q&`=g~EUrh^QOQGIbC(X*sy&#q|NGETG- z|A*cisP(xn$%2r#lm^ArJ5D-PoXn9*wIpX(J73H`Rbn_c=HrwNsHk2HcLk-!!gB>P z2bu(YCJnVUAr@McB9sG4Ky|HO%jg~PykQ}cz@K|%qpLXo@&NEc(YFu>}47-Xfkh% zG@L{NIEpQc^#KMEHvC9u9K$#>3(9^tq{iMzj&luxZDD)|*;9lmstJNxG|xx$?K@JN zqM7$G!m(?51YMis%5;gJP#bUYdeL($8EZibsr$FTJ-7Sc;)JG*T+E$1mJ<)0gg8`IB*h6yWHujp-UvX{@;fqc-@sVxq**^>Z=ZK` zbm7ro=NB7C3Wm*StJPvB=Tz+E@M7a6OM{T)VD{X5`}laDKHg7*%P9C8f8L_v@9B$^ z_b8vjG|Y(;-Ya^`t9){WVjV6GoOAux!AbFz~L*JU@ngk zY43o(!D)icy7(p4&cTlK!GJ&bfj-dEHlX7|G>QJ83)^9D`){W75!KD^1-D}U<_Glp z2kIPGVm^J1PhZog96!LHwxkhTHlZNi_DloHaoo?=@>-}vlfwsdT4_Sl%AP3;gp}WV z$83g_sFh)o!dHirn9nGt#{l5yEHSI^J#bm(-q8fPlc?XX`(TO1a+-MT(+Ng$C6tMc zHOi3w`ze^!1lcAUrb%{BD`=X@A#Ov&*hRr%lYE7pllBPY`z_L>CpqKC1VYhm;|Sgw zsG@x(q<)p-z5|{DA4qrj?MN>x1sRF~KU=;yWpA*NAKT{7;QsobNFP1=u&}x;H@Yc9N&;zY{@o`^TYFtZSnacy&v4^v^d!O7c<8Mo^X>_ES`Vi zmn)K{S~A%iF2cSU1Pfhljjzy)4jD#N8i`mE2@4989!J&(H?O{uXjR3(NAxJ0?)8)GPg;6X94lL#VdtWr};{V8ixhlS**PTvJY zX$s?;*L30_e>!?EkTQ&r!|*s}R88bC_o~=l9zCLTeZGM-ZZ5LSQK@q+#GDnaC4>{L za?Kn2r&@7Go@o~qn>}?ZbbCwMB~SDA`Vyv>LG(NCY~Eq-Vdt27`;!O(P^wTB#Z(Cl z=OA>+rzQ@$0RRie&UPUeRj5uTxe0DPAW0MtBPvAkQZu18;NWRn)L}B1?->(t5M9-S zFS{gxX4V_|iR!P;nLrJpdq{3vyzS>mE@GJnGU1m=if8jPKWzdBdmS_QM$2~eEZmqC0z z2}WTyeoAu=$H0*40vfyBs9cC0AWJb>{qd>7=`&p>rkeESG#D3Z;y)zRMR2e_yjR*A z#`fx9W#pt1*rm~tawiTu&f?=8-y!wvn#9rr9tv4O%`PXU4jtkhE%);9V#6I7`5uEc z&YvhbT#TdXY@B0I`Yy*zyT=Qadr3+Kie2Ulo$NEysM|u06p-c=t$PTCze-=hXYRqt zzGEbt1~ZNV#2HXi-yJM!%y!E5i~#o;70b9B+5>pnEX$|rOA;(NI9Hh>K(FE@tSy#Z zhW(i=DwOgXlp}kdCZl{9j$W`^kl#bsdAa^ZuU0s+B%~~J=qb019f&0$C5KfD%fT4r zKL`aLN3(E3ziii^M(ZFo(Y9*?`)#A3(R31_PTty6_jM+$?{%jA;8`&*b-wvao)`9ysUpitESk(Kb!l6G)$a(YCk%QYmaewR@X zdfu$wX+l@HWn}^az0EI1&?QVlnb-Dat*;m z{k!cPggATBaF|@j(U)*!^PgA)fpxj2gZPZYfe>vQpqd?4BKkI37C z57|lfcNZ`~coP@@djB;~p;b!|UJTXbC-g7vq68N8HbU4Btfq?LQc*9WPYS$kov->(b z(`(|oX6y|bk`q}8;#0tzSj*WB6-Qi5W_DbPVcuf;E(v>jr%o#T;fccjYy;Vj0W{jh zS3PeUjdu1)w*}aBu(38~n_rYu?G(!5i;l|K#KT*@`L#OR9MH-lHWc6j?Z+bZxTLo3?ZCC5l6v7pm%hx=L_48;MpSo7W!=`7&GEx~Xrb8%rAJX|Qr zINVjXo@#}D35Kh?SmC?(2LfT{0-m+klymHhl9N?^x0dXgl127bqg1VflQ2%=ds3xu zG=afy8kmHa7awalxT29H8>A*nGKqKC?v7O}{yF}hkA##&6V<-i_U)hGl8Ozm5GdC(LLww+kJ zA3|VYApr0?U{@yN1L!X9?f7j?)!`!%?z{|9y5<}%TCR~s2=mhfp>mK|fGl&44-43P zj$V1c@P3%3h|?Y_*aP#wLc+g9h3rB$&g3tM5DzEG-LFCgv+rGncP38uvj)B^4;I~G zNYX%MOaUe?#&Z&#!B)t@0BS|~@8}Dy%^maAWs;60@WDQO7+!~pL>k@a8j&|yRjsCa z%1xNcs3ZO_DPm+1q(@S|yjh8P>2r>Irmwo9t>Cq$864D(@A`SQV^OT3CJr zxd&TA4tE5XL7Io#HG8g16F`R|-DWBpi7ZnN8e|&Z@;GAEO<{Ask*I0*>)JNJZB}R8 zwns{qShq9;mqDaX#mzT#^zTq#=Hh1DWKX#Hb{rIn3~lxvbBrh%91=ka7_59t-Ans$NlV zu0KaL_$R;64O*k2rbfr0cf=P!;*-t9Q6E8!vZ(y0Jf>nVoZh|);w*pRsh1mAY^T(c zWD*7X;Xfnp{R?X&;Fpukd0pPze{jIXQ9R>+Uk8!=@Fq`2`~w}u0?G$+%*C?FqBidE zsiI59Na8ye(PcO<)(jlLJc7kY?B8Tablc}KKg?sy!Zm!=G^v##RWaWVXisyU}qz&o7I*%uu=2iN*sKpOo<* zUIVBRqx3pS0e5vu7kr3Ee!$3t9Ojc})cAi!;WXhTbI(yh`6P(%_!})rD`X0=mWyCG z<{B@5 zsxhuwt*`TVl3R2;p!O}!=sOG@Ez5C;-qRs-mGeImA;ixtn>kv|RBnHsXJd>Vhd*KP z<`HT;2oWtrTYQ$|=$V8!p)Sk>k6qC38BVDL08l`$zgQVLPr_vm61)^EHPI=1$%z>6 z^mw3^KGNfXPkFUJ>OR3mX_c$3|HgP-(|_Af(-4kdqdDCYKTU%pnM%%?O0mOmxZz7F8%!ZZ%D}>{ zRWh|b#_`Mexqfzb=rbZ?SfPES5;SH z-DxeauVd=NE8W(W%XK?KqT}|WyW+h?*#f|$yR1@J+4o+=ikz+$q;En@y0yMY^mgNhS7yCvtyrCxq#VY0PEv z{Y3?RNlA$pDr@JqSf>=hv#!EUQ+9{hXR9hi*iC0(!0&c#u>)nz7^x z>#Xi!uWxRg$F;h@ctJU>e!|v~n(1BKuk3Y@;x2#W!y(Kiw1A++*1*hQsZ zl;!@6d+gwTmU3eH6E>whTf*~FL2hBhmlWlruS&mBlq=bSmrdf5qFklFvdZ4#;#gO0 znSHRcvf2`j#p(_X3=M=E54xf-N81kil`yD(fz}yo6VSfQ$G7LV93uEZ(`SHlzioNU zv>iuBx=Q;dM5XCO3Gufu6PF?o`#X)nHhXTQ5|7b+yrT~eK33=^iM=KYZ;9L&4_ zt^ns~wme$Q1=iF_L9IN?=UklYH|g7w$Ef%kO1WEeW|7H%vpFbv<0`&%Wlff=D0bA1VNT+!Bfq?lM7C`O5q(nPi~`dE`iDtC4oIF zX`Hg^3TG>ipdy2~AY!yFY2|>-Vq!qL0FiSiuKO#j&?;=0%`da@FEuX}3IfJnftO4k z!aBuc+H8lR(+uL}y@IeNJEqq&JNkH;A}28l;mw#sv>+duK)8Z9P zT^diztz}khhnoEC?S*%6ynpuUXvK0&5YG1tE#>;JAjC%8Sfn7&Ja^)YQk9dT4_t5~ zjy029IYgt$VR9#qM&6S{fyMZ?&GB?WW-4qoEMv944$SkrgDFeRa1h8=E2-Nn8m znGDcktXanz`*(S;JrEGk3fDLjxfUe{)@;9vS@Mu(@V$ zSva>X)NyO$F>-^Vk66P#5`PG7>2EYM(q>^=QHw(b=SUBatPx1U0FoeK#GN1`$qOp_ zWhyo!^^)sdA^S7okBb+=?!F9JeICRNQWnk!gW)b6W#N=giQQ&*r{(Xq8b=qW`#)J~ z&Z0V!%v0_AQ$?OORHk6S*lqcIjsiD6zed=c;EE>ZFgL*pMskw4 zoL<`=2Ldt5xk6DE3P2HZjqgq1FnvqHT*k+I3YQXsktPWr*m|}pIfTSMa8D3{!TIMU z;6;I2Fi=bMcZxf8#GRJb@C^z;%n1i1nQEid1HLf5aS~mHtAP?43@q0+KsxePYYRju zU}{jsaMI!PIgo1Sj02M>N*MwnMY5#gncf3{o<$s@^KpRdWgfj zZ1)a%sk6NKaTNwD@Pt8GuX6rnhCRxX|hjM!34B z`X!Z@a5IlHyrv{uvupr?52&sTUy8Ux-hCd8@RP2MLpsY5FwtCL&Y&CMjfN~UL$xny zCv^TEnSoppyDaHd&Nos~PogG0H-H=2>zF`(#_xHJhMtARla?{zDV;nBCPPvd0?qj7 zyK&vmyw}O(hSvB0FETb(i@v=cWV2_Sd4bJ^ z^MjEvS?;n;bfb0)MTg-|C8)dM1KlJ^ZZxA25}N@HHmN1BG8k-S)INnUnSyA<)xBOO zX&ffr*6V;q0wCV>5zzG1N9=rjL7flA+m6i1!GM6;?W0Eg(5tV;3I)?8slj~aAFJqF zggP7W3)HkY4H&Ee&Qj)x>=d^@wC%CSXG6isNih^L$?khgvmnHenN{ zbKEuUjUa(`rFv;NP7%6ti3^bFaV+9P-GUX|+1NR^@w0^Fv`Y;|7Hd|Zi-}BcQwiKsjQxI?0O-v#k(o`ad zHP;3d1Zgn53FjvGI1btDxnUu1&Pbb>1ro(xr%RyICgHx-YwUJ+n;q{L7!Gi{_}yP2 zwV+71*KO=xG+Qn2cmvS8QrK@4g&Y2_{1TyXpi_IF4MGQ^O{$JyTfniF`r!et6Qro> z(=U@ilr1N--tfYOA)BQ~LZpXQbav_3&{j|{+P?xZ9l+KjOS@61p>fVPT(jBqcMsiK z+PlrBsij9_fsU7(M<0Pn(bd`GyPh0xo~ccL~H*(NN+h4L=ah}R&n-HH8h+sbQqX@0W9{`Ro-flVkmXf z^K`?Jf_t`ues8V&fw(g+4NwWtOH49wan z@9Qz!fC1j52;vG?NMB7jqE=Q1{m@b4vgf@tVB$a)7nuo39Q<`nO(&Rsf!I?Ba~;Kt zG4&nYRsFU)pyqXalvIn_(Gkl9+m4^lS?Hmz!nn-`jy3HnV{DdK1z{1xj#Iq@CJP`z z7$b`;Zk4tXeie%C9LH)+5Z(mN@j3_XhXvLH>>GcxjKVrBFa(1ndpk1IHlRmA*$-ATSGgE zrStKWPPHK*!NXuCj}4)APK=A>HksUp>dZ+)UPVH+z-tK>sw`wrEz;d4L0mH9VQmF> zGE0xiKU|Y^r|t`=3Ux&lVj%5k?v5~bk5gS`UGTa*8j*Y-A=_Z|97M8{of+R_7~)rF zAL#T9hMCv&>rH8VIJ_}8oh&l}Bu{2D)-XAdw%KU)Bm}V4+_{XzBmN0s=}?!iXoJZe z$!-SwLT=8>C=IgljiDy|98F8ii3YEzFeJ*H!p0a(Le8P5QwPb9ysVAB#B-j9>$_i1Q&F=4Io(p%D_To3+yYleUuH; zkTlLA)I38x0^sz z@=m=&eN-Nwc}d8!Q*3UdYspPySPL4s8SJOrMB~51ftMxNuc+`|Nt2i$$po3g{-Qih zqF&KEWR}&rB}ay_bOz4M-O{jic{3{cf8SF<9%JTPkF3I%AcB zr@ZXHGw{(=v=TXDdU>}dlVuz}KW$HJ_z zD6x2BUJB@a~jsDO9B7D|Q2$I7b zltK*=(bZfM9b6Q2!^x__!KT!}4Nmh1%S)A`f}5@7r3QW}?YgzHX@jPLG~_-sR~PhM z?89br#e2JMOzfH=DGG9RD~4pix!!|Ew9Xb>-8#4%9@RRx;Of@F5RSiE54FxMxVCle z$F{EhsMeLjlh?JbQ>t!N>-vvvUH?(78_-|A|A^Mvg6mr6Hy_zLzxkNf`7Qj_dAM~& z!L_aHKDKq;N42hpzXp$Joh`VobM2_gxIq9^g^7$-3{P(i=;bxyG zG-+>O%NL)2qc++<9Q=+X4%oNyCX6BCYIp;v1qJz&G-?rPL>x!JY8XOQw6VwD*5*lU z=`qfO(I}YiTmjz}zRt~>H>-P{hPe1FfrcTzFlI@#D)L_Eh!jy!x{OiEQ&K&H*%)ov zWb4EjHOC~HjwMXffPX-;vtA(ycF|B>ZndKSikA?UU=#UlBT8Qe*W*zzs&5MKC+Rxx zSu#Hz9wv9r!1T8{ei&#L($wKxjWmBmJLmypDtne0PvPMu@{?JsS?QCKW6w};&{G+Q zMF!~994h?3>DAJ$6l)#j>^CJQC$oic0Y8R|Q?1nOqO;U6~s z2~#SnS+&2ynpr_DgwU?zTH_}~Ghs4W#B@j3vEc@^>j@SS5UM^k#SpJyroK|z$I@-C zw%M4RlmPs@OSyKN(@c`7h7V2Z0YIy z$HxAjmRzMIAeLTq2JG7@2eF0eWtd)@5E*~R_cgE|7B|NB+&nqI*gZMC*z|@`It(~Y zg|_(zjodL9hNiC8XkAgzQ zD^sXcTaat&N-$y67bd-f<0YJA;jeNM36!D5p;9x}B|r&H*0k~Ez=njiZ{P}t5g#%_{_5&VQ(;DBp}I1bP-k^@ zy~;9PUR}SmX9ugRE1ywLb*rU5Wk+U*U8BvM8|)_XyZSTITlzImlvk1sd*$`E0WY0X-hU!8A?M*oJ1?M2iy+t_8Dz7u2WV{Cfca zUlRmfd7Vk2UE~MAo0vybk~TDUrTnfHiO30Zv}g5c-Bzpd>UEDP3p7g4qNK`Vh%%Wz z>y=&AMicx#2TAyB5)7SmVr^zrq+3@yfUKC?BpNMEX(H|84ptOUng0|9a4MfL%fjGm z=18)umdzAmeK3M>!D4pmI$K^#f5T*5QPOt@1YfJrJ-D`;E5sAA2hq23$p}WCEv8k&)F%EL4)iuSN!Z!eQ)yWm8>{1`x z)ecn#nCQHP;ZtuQc4mSQh=Tohmn*5(jJRs4H<^r-N*s+w3at}KggiW~%%BLe(il2c za>7vZ=PH#)LcoFe7BtWJ-VG$IG_|#D!kDB#1&sZ>Aj@E)qeGEntD<@+Ug(fxBJ|}x zcz@~Vvk2jH8sjh_O)oVXvI$Apwh=1^JAR=tO>GR@MA00ZRs9nU-s@;K%Tp-g-1YrA zX;3g9LVMoQhM8vdq*WKRnbI&?->#=x=FCMmaBsxcYH6ZBSal=1r3Ph3((3!VCg&HuCg`ndU0KCzuCA^mV|$&FGyy|;!9^hGA|SwF z15k3QlrX#jE7v`zN!}$+q9kJ?*t_1j>8)L;rfR>zUvTQsg!eQI_y)hcmzc6iDIOPi zAsQP)`*_eJab>65YxwPU4>|wt2mSKWgfS1R6aQYk6=DLcQv7>zCcnScfA=rsU#weZ z@Ljfa2ai>poq||v{S~v>dC081P;iNCxG}15qzi#?b?RaQ*Qn&t6zWNiY`_(h=+;p zJC3_WAR-(^`4He7Si$du%ge|+nnb{6&9b0wD_c4y<;cg(zGv|7>E2KD$LW*&5zz}@ znOn&WDmUU^JgLiZHEUF%a$JqS>hS74;&sdnevL|0I#xX!CzHfNmL=3W_fj0 zQDtRyC3B$HTTxxfXG&M#%IaFB>RKzRD__06)z!5t7BauGJuRpiqCYjIC!c{rLvG16 z+m|7dtcj#8XRb*_VW1T(&CBpUf$zkUKXE>2g9E;0cXC#XDt;=k3x!h?DQ;GAaEs9? za4J+Wsg#8tm;ux%3ny1zbOntD$Y&*!gXj>nft)57))7^+5w6Xe%qMBdCrOzJgeIZT zBh1l(_;mnYVRL~Pxlj*c-f5EP;_l<8ZoJO7GLp3QR$`U#OlT~#$*x#1lReM8Q8wR+ zL<|ilSOV81BmgSlfktJ?)%-3d4!~+Mqe!l$UPOkAMHJ+1<4H6o#ci17F;FnFNP3 zt~u(Q1oC)f%zFj&1NPKj5vy!=SI1%1)t8ozv1gj+Ox>sJ>Ps~AB0#<{CYQW^3+RhA z?;M#H)Vuz+H%b&2V1}4;g!ARSo zoc@QOXA`<^NTI0zi|2XgQ4Tk^ARlpqWo{(|<|A;jv1V{9rQJIH6?OJ1lG*Z7rBHFw z7MGVQ2|mr<@=|`I;*MEf%75h06$QCztEy|dp|cMST_qg1wW7|l3f*5(s(jt7Dpihl zZmcNPee9rgAG4k~5Vz?+c2Ig1Az^u){l}~)e^8NMmX@kS_O4h@P5&|Lso8ww&^4Qn zSx;CKh);do&^23+8M0`^U1Whk5 z)qKpvw_1;!_*UyN6E8u;y+=-btL%DSv4UHjioCqMRQE9x->NztUFGwu!{e-tZUeAf zd!0ozNBWe*=6)~%a?hNAuX1=Cw}hK{B5`nkMj#wx3gL&}06p=X#oOP0KnRlw+9^1E zS0LQMoW>5*ZW&E^KMTeYQ|m(f0W1Vym4oZhYgd4kxe*`~U6LYZ5>FXngkgmS9bcRj zzx~Fl^?f!+A|!BCqYM$mQJiyZt_vopP`b*@F)HBxCJ?#j){<5NN~k}7{!M{-cb`uq z>c({hRvgC9$?fAZRgk0Q+kA%G8Kp z>-@>F~0$Uj+rI`CC$n{+NLS&f&{4ZPrPHAPRVHVk74kDxS>1~UajEoOe+-bNZIZH}E zv+$xE(paEo306KG8e7neE~AuI5UtO7bQKL5K!5?R^C_4ZYl7z>hQ}zSZ98Jz4tDw@ zt$32qTx8o~F8^>2EY*l(K7cHfErNL&2nf8IqeN$Uigl7L-5c2k=XW>jjk>`=0_v%~zn;I3ZUQ>DA+sO;&e+Z+nH zDg$%41(kZ4Z~kEFzJWtPN}ah=*vCrT%x3MuzBC)AFZRM*S(_Y{mx;bLTGsPUbAUN% z^|p%;lTry-AG^I;3BE-kU>x5dTFTKE5@1nnk@`0>XV5G(%LyI+U{Bw)uiX@|VFSS9 zfTxcU{gGJkFf*a{K8ui4v^g9nH+dRHb~s^J%A9WT_6w)8FipgBw&X_Q)Fj?8k_ch< z#GqR%&^{QINbqNno5mI|?<518=uNcE&wbnIHySVKepY}P-Ul?;uQW9WwQxv`ZC@tw zQ;NaEG81jCr=jukX|^%g^ZR>Dai&6l&tMMvAcf4U0CUtymzekm29E37kL23=LC9Rr z6(gwC=h&WNG5~xTGWkd59O?zgEH{mN^#gSsvW_`4s+iEQt=EGzxQqe@Ul^ZYhM41NHS(_=7mun^m+nFcg0A#-O`d5w3pw)PAYzBbX zd1!2kYxHA5YG6Da0%dIgv}&MtuxP4vGngin4A5n`vq-jwEK`BF7IZ*ygm6NnBh1>t z3Yc(*hVKfffd65<{pM>>N?OR^v%AQ-_gpP23yYUL~V6(p;{VAhtY*FoCYLfL>0W5S%|SDmAy_ASN}cPjl)?QuotPjOY3j9(b;V` z8V!M(@ixs?W_Ug!geh}$U^kl>N28iGdz ziLMJ3cFP2_t12v84ObTHuMFcmUs<%wDOs(uk{Gb2#(w8fZRFJ1eqSqOYu?&gZKf@1 zb&D^lx|9RdUsLO#L7msVWP zy6LPgSaJra%Xf9@u9G>vSojHI;{J4sn)d)f-7c_#eQWO3cMF3bWVYAAm*8d$X?~^g zwd>r6q#D6Besnu0fjqg@?~#R~4ry6(RuW9FFWR z^=Zv`IS3Kb>rkm<1|7A!aOvk+g~_m#&~K16k)mHjg>gD8)m02k{ZUr7S4<4zog`PF z(mHx`eo_M~3T%gxLXJClP%(HHFM(trB%hWniFv1LZU#p|LV%zX!S0tXa<9hBELL9& zuPLNzEUD0QQxbgdV6+vxR`unmY9HFP(Wc6g46L(disHJMz)KJBxIJ8kaUhfC*SYLJ z@4wtnu<#4O5tdKB?Qn!o;(goII2)X)oOd;l*c*BNE%KyRJ<3E+SlKhB_U;c>65`wh zU$SHvh4Xvx;?(mS0o%j5vD;|vwi=cliI;`b$D`?GkY#Xtz|Y~m%qJ6oNqf(Hzd+k; z3M&${0RyjHBARpRv)1l3%#w+i;w4 zto2lxM>@=x*xxqDf{I=Y&KwIetYDpLICMu^)BIid6g;wdiEN5+v{|g!12G|SDT8l& z#Ysg@eQfXG?49{t;t-L@ac89NVQ3vuynPs*rNkbjO)2;uKU^FbbxV6;SV;J&*#d$m z%*BRTUhok#&?cCMB({gl?*#r;w*BO(gU@4-x~a}RJrn8Rnct^D&b*32e0@E>r!MBw z6TI9#+%y=SVGX!J_GNq?v63NKfk1ZIRrXE=)iWM_}}J77k^b0ML8 z_^FFU4T4uX!6jtq@mJ|HKAGfnEp8wBU}t|G(1_6~3zn~#mp|Le3mbmvaCa|du5Y6Q z!UzY!-zC~ZjG(?m2z~^(M6d6LaK`!GGh50+Om!86+tIu@7dY=WipRkvdv}C`h~d8hu{@mQqtKe)rZb!Vhsx^Zc?)s? z&Cz(a*G?N9VAW~+o&-ThAoebtZffyv%lYj5_^32n-m}uv&Pn4GUN?VKX36~NlTVmG zPIjwOVtQtJR?v+unf%4+uH0JA3_$1;q`&5p36L}U1C@E6-8i%H;r)JfHnfoF2}J|6 z%$2=E-$4KxJg$`U4>m>Xv9kmll=DDtBbvWK}DAD;1SD8_Uj>twsfze&+Rk zdVT+eul23hQF4f1?g8*@{YssO$-jbzJ4vA)^DzD^bJCh>a)o|qS1H$U%^#>{|WBL??%aR zFz5~H84UY>FOLJLCE#+f8I?=LZ;3)-fr-$>3`y(Jc-CFNZhz_MAaDBKf^P#FiX zX_+0*mzHlk_8?pSiRPe}q{ZEYH?&hbeLBXL%UtGSc>iJH9!c}~OSn?hq$gI=ITt4x zm9lis`L!vuN@CK%c>T(rB+Tg66qr9}qf~CC*RL-Al<>vZbUBmEdj|YcRxr+!d_FGX zqxR!C3cZuM_mboWW4q~rm{B>BUF{!rjRCqcLY&@Bx_f?dakPtIl3g4HpGHwC4v>6D`T2 zt(IGgCnSaXJ>$`^Az}Sh6&7W20JvqJ8ZUevk`fIT-yW%46)?@dfD^yw-Pvg4o_B%; zmU1LKMgJ=IM|_wZQIzagXor2mh&*Z1wO-pJqWz5 zgYyFk8*^wjB;%3a>C2tkB|c>Y}~_Id1Z@E5FPCp-J`CDQv#=PRNoI0~9}WfX_X@1dXV-tdcee~iMr zQ8>qW`j3;t??|y|{Jp-GWVbme6RY1Sb`9_vf@qS}JPw))mG?B%fuzxsc%^9m+){R{ zBIsnlDV=JZ;Iwr$Kp7~~Kz!ec^QY#Pk!`VT-ULbZl+)oyj!g{c*X~}Y;R*`)>(>p@YnWf&=BqB5ltPGR$hB$O9!or zH{PmBE9z~zQ3T6%E2s3J;yW)Deu}O{dT~C7@4V>>8YZubDmE`y=lL^^Y`UjspLRZ- z30XXjKg3V8{VIG44%v%yoWOCobHSeEa}F+C{X7Xk4*bdvyEA6UkIFcE#c8lY>;ytu z$sTi#y5sx!G`aEK+)2XNJJM_y+NNv6n7HGe_iUrzlEe_><&APJa}fyP&rXf9yuvG z@>>0hNzoGlaU)+VjWKR{ylb9@y{270gk;9m?AlQqtho&5>2$GHG`mkw5Pz8AwCv2lP`F#f```$E|Rq*|PX2^bx=lz(Z zlaY;Gz}a${%*Vxx6~JDQl;{ZgW)0n_L^(H=N?~c}#Z>z-Px3U%rW|%UMTR7!;M%wg zgNl0+!?7mGM0Thow8Dm7Z!^aYb!@LPN+myko%R_-$Ezsh>qIsNe^oj38$hskvm z)w~b48X9n%+>Uq)*?@J}SRz(30rU1*T(m&q*=!7zMkTti5Dm z_i$R9Qorf}0qCJ%l+5rEg5eUu>_wPnv!|d^%wepXKa5A3;^4Dyr@vj3VK$Os<=B_d ztao;8{X&ZuV$!dBdX(kPQN~kR^L`F)Z^ocSe??F2>`&%Fv`|N1>cA5jb-RWzw`)AJ zpW@l;AgbvSr5`SmTWaM7zwl;^aiZ1y_BJVsVv6aQ$4^-K^5fg7{Iu}$fxKKd32l)Z z-6P!DUoM>8B(|vuZb}Z+Vz4m{3>4P*SD5ClL!QZJ~(n{txfq8 z7f#&4NK|;}HQ6<8Pb+!I?#_6Q^OEo27>BGIKTKmfn%rApb3w!|L^=Ki2k?X#K>3(ZWSss=L{(cMcx(y^?Egq z*XwUfNTsoXK3mNw-vNBv;%J!xkDWn7*8&b=or6N@@L+w5l(CwROC2t>wIrPWT zfAdQ^)aNQyavl>2lkjMMuFuA^e`GmrIIM{8fZG7S8$yHribw$Z(`~i;gZ5vsRcXP0 z_g6mLKjHZJ?yors1mF38{kzSFmYY(VZiNJzRBEZLcPYjed{5s5Tm9xmLKjJ%ZQ?dC z5yCCsYjpQWGyb;GYc!Z|4(nml-ZRu{Nw7zKt$L@jfN=_P$jsK;H?K}k7|s0K9vt>H z5vwXfCj`nj`@9Ih?W34;-P%aoLP){1d^& zhQ^!bL3*#FchAX}I1v%!hNu{b4ojgQ>Ln`mLakcd0MledZ~HEf^PC3quUR%{ACl+{|08uMmrqnQ9PUhfhB=x4T)9fJ4d}Zc^8z9wJzRooYy|BQ{=5?5D z+V)}d(V$^lEosmsoJW^*2q8#|7cI%SSN7nbl%~YaiBV!RX+-?&N2C;76cG=_gaoknM018(4ynFKVFE}N8Veu3~L9e zkiaN7qMB_WeHN2uG!O8Z`336A2Wphl9#_okAzPr;T+%GHT;pCf&2k?s89cRhR90G7 zY-ZcIm%;C_8s;!))a-Bk3zhy|OUtwO=Gk+4UHCgNe=df$N~b5qdtjRFJGRU<9dXR5 z`dPn)&;VUea=Yb4W6yTy`y+MS*5AWYp zK@fr)wnNWub_G6A(gB0n4F5H{pJ+xD0AWkwlO^G^2`EGZG306n-a&8~LAf;6pTNuL zCa00uWI#Kb`#^G7LlXk*V0ajyaX}Y%($OT*)uk$v>poVagUm8MOOe)PiO`cYx(3Jx z?qxA)aV&@5AvwlOHC%mWW14>CO787=byGJ&n<6u3n!l=no12bGZNUtmMQU1$Qw=N?{=* z>a@|_ohLKD#Q>3oX;Ey5P0lv%7{EAuVxUFLkx~KEaYR=+n+maL4YEkf312Hk?5}8f z3+c0s9=E)sTSm?4id-Yc1qg2T%(Duj(r=%?*+1QXxqn#GOxW&T$qj^gJ|$5vC}jg! zik@?lF>jFV`W{w?5d!68*bKA|N6@PAT6XC;&>fR$)SXD6oY+`E3z<#3WWyruSm1_O z`jss(6=NTBGr1*Ib+y^6z{NuDx2SiM!qKCrGy;eV`jM&WCk|g~EKVxcUp0Hx9zo$} zIshXc8}46#c|h3PIJt|xzK7#+$luZ%@pBSWA7(}<4<{sJr$Bp0=H`>ML_5PJ>I)m- z&!I)WE7C51z{cR}15b=Ac^#yPhCtq9f6sRWy553Z(QZNwvmbK{PmDJjX+S1}$$6$D z5eKb?o1VDOe(IiYQhxyRz^y2Ghl_5%do2Q$-5N%ac^6Db!J)-k1iVj^4Ep6PN)-gK zVLU>nh(GXqHb+j7Vf~JPiqQnyDi?fJ3`a#r1J#2VOH1zeD)<6qt2CNf|1#U4UXqeq z`kbG=WB>_C(T}MEG!WpD=@8aD9;vKj{pj6CelY2cpNQ*V_ zb{FM_6mLDczMmn8Qp_tZny_@d$QJA&Eu9ZfLkbvRSHOc;VDQrRHZ7B}>;Qhl;}mX0 z)6v0b7!(alCmX%kZOBM-V*QC32vCHV7-tM;in3`hh~x0H$a&m&arVFpP;}LJknLeg#oQKMv95T$X&JJRe;jLUiAEQzZEYRfJLF+*S_Q0dd)ccFQr zHK~>ffc+u40S3#n;BrEZ**YIX)Y`6jN0Xi7U_x`g1*VlG-Uc%n1|=99Cp}D`1unM? z`%8pBpw>)z{jew^K?v0)0Zh9*=4{cPSp{=D&bq3UU#a|xZSj=fYt^x-QPRm2*d&Z! z82Vk!)o|1Xy6F@}RzM|^^f_ZO;_?ycs~i^MojjjP^FYTUj&r1NZDl!=;?RRx#dRKK z8Da%8n#LW&<%`H_S-*1AnMHpmMj`=MRKI?3f2qJP;WeCG39sGtOU`i z$1e}O$VfuD8$b@!V0Q+)yv87n8LNUFb6bLkK$5i_pcb((Vx;iU40pmU4btd~((ht` zL*t{fff*B+5ZNz376Ii(qzt)f_Obo`KhntmjVq_WLuYP}e{SRFuKe8X303C*7IP}_ zT%14Oe&x>)6J_J@pa1OvKL0U4n^faVtcPj=J$+Vuj;JIo9&cIQe1LnaA7$lVKsDHS z3y*|RhJ)K6n()wD&-J@~g)d|n{jKO~S64xJZ%zZ5$bTIlocpv4y2sp?9X;Z%8KYcn z-w->nw$)*5BE^i$jw>)3WevwN-tL)55Az5w+45DE6~+wN>D{`U_;JtFeWFzZU=o1# zp~hCFRk6f@=oS}kf%KADDIuB{XMWwJ z3yXS9m;=4*a9+%~^+DZO(V5Ls3}5yDJ}UU7nDa`qIOs)=_nM~DodWFK3h z!F-GZ@5%!_cH#Ttm1y*KKwHf~^v>WkAwz_+72(T&g_A4_>+vwE$I%$(5^g7rZjzE} zDnb)!Hi>tY&k^ON#&{>*=H%q;Tws$-{?m@x#XFveu(W1dp5I_oWzW4EYcehh9ZTo; zB3YT7M~7iHi^=^N=WT#Vi9WYtJ zDyIsfXni}Z^=ZpRL;zwyoxh7R!w|m@?+8c-IGD}3VcaQ=cionBZ+#k+53ba5v! zea9*AJIw+z_c)nwoCvMEWM~683r3W8RCmpj=CyHf*@%XUP*7mB+X=D0*2F|vnR9F(ICh1Xb-7}`zEJ5fY6+a70K z>f2;L>8rSIOG$oW;CL9@7?NxPDCrR^7ly$m0QQ&eoy^k>Vw}#Y$=vj!DO=>jdE60Sxs8+!>>5>L60Pim$p1HCXVQUZ-0|oX8LY##4QLZztM?w}0PX%)m z@cY1EBH@3|y8;3BW}m#OEwqv9jsPrCKvq8q=A|uJ+Ky96gx1C2P(7(+WKIY>&sD$A zM}&u(=pCB1{-P;+-66Q#>g9y>JGMF8PBbXA>JtcZbUR!r-Z!6axRzS=`M7Q}swI3A zcLM`luE~A2_x0($n0`2Z!^C;pQ+2^8XB{(gO0v`gJwmq$=7mMP%-b?+;ad~WNiWGW zo!)Pamt|W{*ykMW0fr{Vk;qfJpdiIZS8{qNH?T!KS7ME;N|b3)*4(NF$CBjoIiHG- z$V`X8C^GV#%9wImSXg}R7r20}vA;Ul4LjNwCCig2aJU(>c``8xc&P5T;3|!V!E-v@ z#Gd&COE}lg;7pu}yFMMXTAKdq7i^`aM9gy068VznKTz=iIZM5wwEuAFPLXTdTG@BW1AdN_MzYzKR)b`nkMlnQyRNj-e?RHIUItp17vT zF5|2+Yp-c-PwPcVTEq?`*3OfVM{qJw4ZaIJG9Xb?5kCs%EStKuHRHmgM*F1B!(xS^YiT52mBc!99;1-V)ck}bt<7g7iNWoy`_AS_v z+HDrCx;0V?(qTj=)4_z)+7#(G*J>Nx(Zn+6xGpNH8A~T4Z44)Y^)T{PD-IDlGx$}0 zbEnnNCq!6v3R0YfEKWC*xwZEFz=awZO;iy>iq zgp;1va70fAw4*g*o-+KC)7@G9^X_oIJD{bq>$f|XVY4wDb}#*=KWyv{>BCmoxx5?> zhrL!~)a>+!yGXD>juWWPY@mxS39Re`@Q%NsjY|8I6WQ)a1wun1Bi}`|1WiZ?70?0s z^@$3wt`jK-+6>w+RLL;0~72LD%}Hz@v?X|q9R`2Qd1hOR&tGK5kU>QGCbzbe5Alsa1q z; zkY^-fr5=e)S(H5oX|ug+561zGe-_bDo`-P|)AG9sYsExp#F&i|+p+x<1Qy1I9_S5;v z;dj2@Xf*%syg+sVosSI~=B$WTMywJFd0Te5SYx=~*6+Thr)aM7d6;cWhKsJ18capV zZllHD&;eL{d`;D^b2Y@0*`LiMB=0@)n(2s0ArjMb@57uebVZk%0NLAf21W$YR0;xg z)KHG#FLjpy3h(nj=J&JkyKKlr!Wd)$ET(ZQD!=f1&1SRz^QVUY>EP{~=AhH-Hb1?; zcz;5&;-|)^^MjM4vxB3Z^YV<_*acg z3WkVV(X2HaG>qk?Y$IZ==fpv{o#2bU5o|yQ%ouRNS1|jsL7HUP$<@LFBrPYtL)bK+ zQgDwlIw1}KPG*{LpcCh!0{G$*VPb%0sjpRA)VTL9Ou)(q8k|YQ=njhhZsMk->oCWr z3HUgKkM!c_@19G}L@*h`Bleu#H7b>JY!@qTV%xIOn^KvC3yGSr(l>1BWN7ox$N7T3 zrJf5-UB5(hmFS~yUSF8$DCM{Fal^s&$#f=b(E7|w+|;p~M$fZbU|=)2oD?Zg$Ui3p^jwN$*Vq$xW?3fA4XS69&xaqu_=IQ-#~ zZPGAknhG{qdvt_JK7c1TyLcTIb`}Bf!T4!d&E`=i?c)^HHaq3@+gse=slcyv$h)0>* z%mEXe3RpPwl86a=#3vw@0$E2if`)Z$9!}_$q)@QW0`cAnU3hqp)94E+r0unlub1ke zC=J$*SwA$2XxNrG8c*JNqhuOH;$Vegd@`rGkmGVPhgdMV(by}P!z1zeBOIZO-pk1L=1F!9gx#_{q_H03hx?E9RIlF(&R1^i*wXWYS+331!>MQw> z2CM4pxdym3y)6T}w^p{VWYAl;o?S@S)K<8@)yTyevcF>U?p41lT7=Ec{T@iR{!D@*rf;)9Dky&;|K&zQIUYnZWWKhO4Rp_RuJxDyOa46b{%h;mwzCR0`gNeC|F2mZ{$0cw05nAtg)LRa;f&VM zFrveO4h0B1Vre}~3`v85?hx9oxvAq%;W*ou#tZYnJI?u2cL5ucIXiNqI5FbzhrbMQ z;rHt6*gQJF*ff#ioBRA5_{N_Y@I?*60by-ABt)pht}(ki%geEup;Ix0NTGJKQdwbF zSy7HF8$3`Mt8TrOm9;o>YJqNaNsT2)Os`d{@tMWz`8bY%iDu*b?aVpZaK>+yIh=CJ zCcx=J_nG&xco6x%$fSkWM6(9bnq9OTz8A4d=zE`MYEsaQJQUhx3%1SVXLYxz;j177 znbH&Rvlp5>aj%Rcrm>`VrFRicUw^ONa^TqdgAT%haHM-040Lc_#JcI{tp*P^eWR)0 zcvZ3XpFMG{euVk7WC?aBIx8;=F5GdKm}3FYHp&IdIH?cR+HXIy*1{mjVU)d96%Lw@ zs?arLfa^%t?m~sEfYV=tCA(pvMlRW3*YV22ct=v$c*E=Qx@f!WLJ24t$)4x`qj+6f zB*sjfZ$9FSYPCl>t#_0leY)9SUTwQ0%W6rz`068n!%>oX7{-}swidf*5`OmHM4WOw zFJgcYG48?yjzf6-==cS1tR!nQT0~-To*2G44KrZZ=#2v5Q_t&wu`uW&DcS&+X~yYY zHzA3~lCJO48Mr9Jk~PF>f2EFiLtGZH-mHR`H~rB})Uq)bFlf6lBpRb?5k+pYgio|D zTgSou6!x??km09-e|e0Ei#dQ{%V-0*r|uFq8D*NR=q779?N?^ox>K2WFGJ%rw#*Wm zK#Ds&a0IwN>_=l(ls=_8pUXshpKezlu4|?mE)RNsb(a8-qQ+y+TY+%oj{1dEZJn2Zf*!Er}0{=1*8nPhY9ZsTYFb{W;Mi$UTu*;B0 z+3qNtf0D$SjDzrvObv)Ly{(K)?Lz2qq~6DmCnpM~!#UAt|I@DsNx)mcM)a3$T_N{= z%=*xhk2_|#@IVeGXU+GQ*7~>`>cXBM{`&nUR!Tuvt5r&XouWtgw&aXcwoT868%`P5& znq542nmzT1I!-QwbWTT0o6e~2hI2q^9G6`6J1PSB5{FgTqy54WsU>>mXsgN;-JbL5 z#WE@7ASZ@hO<*<sB| zBLm=3W&Wq_{Wr(5Nu7wgC+Vh?Uq%5_$mjwC9*RCeWd-B>8NxLcRhw{o*C zmR-45E3aO?RZ9ie?bPba*KO1#WmoOf>ibu2(`vyLyL45tg=l$cVbz>P%kmR1OF(CK zm#fxgVX^NU%66aYq}RSVmPPKkm!?rR3@5bG?*;2O8?zPqB&&G`h!kYQFsDC{qHFN& z0!(fkTt@RCo@Xxva8*D%z>XcHA=2YhO_~;-Uxr)?=lp_$1W+yKVc;ZIuc>(&&ch^4 zCdoA@URPCm8Vvu)1CpdcFBpQzl=H0$sP`>Sx16(IHWM!CZO!EaAkGVhLJcN{WO)|G z*Ez7Fqlqc58Aaj9^ZWh&E+lQBh{7vY)h)hZ2B(x7JPp1w?8#GldiywnC7R36S`DK( z_;2B7(g%#G!UWwNAR~>3dQA+;6HYkPTf)6yr;`bG#d7nEq{%#quK}&mfQZ;=J0J-g0H?SO(wreFc4X7g_`Vj(EWl)V)ImF>HkfHg z_8qtW;I#&W9wfsg6ZnWMw4NJ=ghzbrNb=4??|qVG-W9wK_hL&D$2(`s&l6aZ`XyxK z0x!Ihl+P%S^E4Ud!*KMXKw<+xF=O%p6Y6Wj7|n7-XEwTsjcYd?h$$y)>EM8uAqraG zj#-1>N54l;TV;4sqRjQ?!76i4OE)0c6duTRQC2ToPm2mROGoPV5y$DoO!*y6(%Jyg z`z$6@x>P$s59uY&0%9nKrxPJgd6aHJ;0Ut!_$4|ysn}Gf037d8UGdOjg%`m% znn(Odr|+`8*>=7QW+5H(&Q?MY;V~+fhox3pUBEvIQ}(CE2-@es0&jmBB6OV@ayiMA z@gGbUb#=U7aCR#r>BoBCz)y%^j69e=bvEcxYJ7W7vI~~t^@vvL((}oYa~;Hidwai9 z;glb3wl=h3PKkr@xt#d{qj!}vn$eTjQ5s#+we`ev@*+rsyI{kk_1(SZxx@GUyos#!}=fbLTe6|y}zMH+{sz#{cnI*uz2X(g68Gz;#0OH zU~kY7s^ZR5X5&1FW8{Hm2l)n;Sl zIz73&r@`-enrz7WaE>+UkD2n*<5GW|*E&~^J&n11Wi8wVzXy{rin+=qD`DB2N-OmB zM=`y(L>Wbbh^=(#`!PIVgMY%YUu?}Zzv0>FxxiWt-<_n3_aA64;`F4#OLpNq64hty zYHzusrS9(6By7XS<_y8Rw`WqJJh`OG*9kDAQDw(>eC?H?eEs&k7)yQ?o>~|yEhbo! z?z6n1f;`QicuMoLTw~9@#hZeUMY{1b??aGWhWcK<;m+P$@U&Ela4ojcRWLQI1%cKq z*U+<;3DZsb+}IiqXwi&#)So0JogI|YeG#qY%Ga)pBt`ooWm`LASq$eggL3d!$%1sg zj`uoLpiBlQS7dx<0yW8w2oRHk&z*{3#Pi%L))h72?0_Zq zKO_DYQ~Prmuo>xzGy5~vXV2BKyd^o+Qmo_#E<)Q+%VhxL=9(S)j@hA9-M|!GVm)%} zY{3J|cc$gCE-WL<3%cyu%irGaF2)F>zH>q6W4*o8!$mZwyNK~Ln5U`TF<4Or6w%qw zPOKN>don+Hd`kia>;!S5D!#-)lVq4BOy7dI*HJ#3kZ`F;;hZD@=%TFdG`5Hmt*9ru zUk+8hmBy}qpxr4yAeDF4dCSfhs$NkXb(e>@*KsrEmzc8;m(;!ViRJBHVtriG?B%5w zTU}1JFGVFRZ}f@>mbQ7&FgeQ0P3H@huXtch<-HZ&lk??OFBY#3Nd-{);dxy7z>-$4 zcRHLeRJ^pXY4Ot}p8b4ygAHytQbZ(6hkooVD1x`H+O-C0s8@lw2FExtTjP}^UA_mV;COT~b7 z!0-7^`t;4SWu4ofMS=9IDt2`J56Pj_Lhq5nanFab7cU@YtC7i#+N-El2phF}#I5@uAa8#J+ zgPS0^N{nf7!3t5>mS3}JS>IQ@KfZpV{>_hy=fO?(>y>q8r>N`BW*n+PHITz8$Nuc~ zo)25v7g}}EniibYPc%89@;NOVmXMZN%9?WJUA$FrZyn6y=u?ZV6i~YkeCn&OQJn&Q)+q^7-Umh?m%u_>B;L;^&(8 z629%?1AzvOV!>GSu5+*^(7|tyL*Ok2G4N6Sey6uX2ScCbBjry=s%5|5rOyZc3#nWf zfTL+N2~yTt!_T0&1k9}Xye$GG^KBVn6K@?xwBw^7hO4jD0Y`81h4-O;UZ*B1pY&yr zp)G@U3tzWilqFWtkU6ia?sU@TU>yf{K@?R0RJT4{9Eh`YTarv$J#nXp!fe}YbfJVF zO|D5jKdpOj5_Ph}0v&p<<&&CRB1l|43es_q&i7d1KD~!8=N<>fEhv%CBODul_0EUm zTu{ETN0_tmJn>vsWYc;cZXVfcKe+kIVB6~OP#}VTZn?XIOM003SBqS;yFjQ_ehAXr zC}WfE*G&JwoqkMy>mNM(|9ISNp1k_Wm8~(ILRAlHsP(g1hOmFJMg%Y1B;3(t9J8SK zv|VW)FOFZ0L4g1|Ww;in&0-@T-39kWjt8xi8yc}-q_fS$JIX})%lF`VX8>Z1>-RxC z4>J4)tnVllI(mR;dB+i>Y}YWf@9RhPS9R|&xQ&F)WR@G+aYXQ<2&Br1C2`*SzEU3B8&Ac~ifr zd;4kK1C;4IkFG9M<89KHxGdiBcc&+ZANPNv@qe>_cIed?{&yW^9u8xzF z$8YhEbUZ#$=)$8c+jSQQ(pmnmeXuw4zk=@&}51S_oXnN^Jet86}E6S=Tyg*MM>B$OC4D_B}p%4D0I3D z(R3!miGY}X%dG=P3WaLxqxfg4J-KGy{)f-1ZRG8#vMA$!L#2TT)v7iEI} z18I8EiL0G2W*>%yc+PaU^KqKw*JG|;d z(9S4Bgjr9S?1w{Y>EUY=iD09O#0bICfo{#8Tp$7CmMgZM1J!0k=ILfyTVMYY! zrJ-?g2?M}Xk=}s9>2J^N?zjGUPIZ2v^dXFzVHqTq0-dp*#9!c`Q`G=b!o}RF!+av1 zI~ATIQBUufWg+~JZ=P*zWb=_X0z%0KAKz~hoEwEv^x1|d7%d;qFFe?{mSFdA5jb8@ zM*hOOqIwnz|BXwtZ5YuQKLj&q7yJ>)R|j~MJ~oe+-XW^V5fwq`JS5_UW@wBr;-5_P zlYY#h_4KIxWzt8uHO47*df}b@Oy4>I0nTP>cet#&s8HBorb_UTH3FF2`Ydoz)q%gTZ7v} zPW(f**MLA%QFrJTW7M4sVNhd26&E=KtYGGF{}N^vt;bWe9;UHHhneMCBa#8K64JZtz^lB))J&8kpMEi zpyVktjy&YgxeD7cr3A7i&FrB9l&-V5!A#Gg@Xn$10XO`P&Q=s4^G%!XWUG08wrQEh2M)lnkX<2UKVArSyuwqLs7-h)BF2 zmqJZNRyrpQGmZ@GFsB6z`l|w#QZHx=WR-?I)iLnlA!I-vs&9MFIG`ah^Lg<;V_Gv{ zgkiP4=i#s&FFMCdQ+p`!09VoHB8}w^_ug;CfIXKS71?5n)<5C)i zAb_5k=8*WEr`#VTh+$wLV=x&Pjmd|LgY{=1RA)X7J@$vCb;1;GQjvoI6 zU*@*o2jhHrL+9j7&7-8sbqka^(Quf(Jm<|vE5ynEb113q!b>sOC$S^IR)KT^d->>v z!4mI|{dmW3;o-mY#?$vLdkM#iIEoh#k3~-`9ZpZd@d@tf0-8?^jL#}LK-fPzw13U5 z%R|k=xHpQx0+2CtT>*qjRV_lH?x{#_fK>}=dq%gxoXLFUb24***%cnXWlgJ0)uu@A&fJ8u=xdLuuOE1_GJl%;Li zX!_o=29ePjG#MEpwlIU#iI62M&smCv#ue%MM99z;X#`huQrU1PepIS5Q5B*X_uf#1 zA!Hq0=Oi|81zTbLy6$bBU?l0z6#mgmdW=3pVECkbfNt{g*p!qsuAuz&w!L5Ot)onR zK{QyfwcG{wyuXA8FG<9{3?4dW!=yfA@zlihZF+N6n?l6 z(J=7na_K6qsVzc~h2a{3>5R#P`KnTrgC~=8p$wxV)%fQ{AyZ&Bq5bI7_M-+Vq2%AZ z!z9d9$(@9^7(!R%K*lkL^h#L7($%lrc`LS_Vet&KL5l56eSx=##UrK_)ukB8dYxkN z$qWd$aujB=VT_+h>d{*s0$Y^vF6W~O2NBn^*le^3_mx3%j>9{c{I$=tWEV1axS|VQ zhit6*96*6Fi|8E(?cw6BQLpcKL}q-Mn>UH{X9@dW*kbHwU<;+^*(co5XPMD?XQuR~ zZgp&MK=Obtg^;=mA8s+f&MlS+a4KzyPE0UpRq*^*r04FVLp3QgrlX>tX&P>B~4*Mo3f0XiSuClD>T$Q{Xunt%_ z7?W(erz7Zje$8*Ria9Oy4n9C(@9uS`iF}{ zMW<_1dA$C}!2m0yn!K!a(qy#lg4wJs9=0rT--Y63D6iSF)F=G5bMM2s)Iur-AL3zY z4V%?3?Gp9QG^Vibm{E1k6Res%URJa;Cg!XGrBvk(r4>!eqkt!7 zr67F8)h4Y`65}y0Pb_Xcc~1g}v#z^-t<`AjO(=S8WpOn-HNVrP5{Iiw`2AY5+cNU# z@*<5|+wY>tl3Hw`cCFLudz%Lts{@1mlqQhpFx(B2!zt!6Xg8ApV^)QsfF87f&LIu68d^Xa2 z9a{XbX|%W1kPaiv!Npg$2aPDVhnv)EHhY8hO~ObxB9=C>*DP9dzWhXK6HH^NXgz3ip96Wtlh~h6guxq8OjH+7d_6NVe^(B)PU&S;nvkBPEVCya)so z$S1=c!McXwec6U>6PF@7#N)=Emw9p>sQs zF19x)H0r~v=|Awxcl~aC{&~KL~tC}pKh*p*Qw3G zotLWNe%EPJnt{+U06*(LqS1GLyT?1u+!K3H%!3TjQ5?BI1Ai4sJdv1EvXGRBlD9`J z6ow`i2kit0DjtpIm>NjBkbzy|lSg;8+itWP=xX0|RT;7tID+h|43m^@&GRwHfoYGE z9HepJA4x9Y04jXs+?`c7p!mkl-oC#$K6-!VT^zlCe{%8m{ZAnK{e^a7p3+ji_s$SG zdWd)#-7W{?D7-?1HzNvp2=RTkfj_?p8rWda&=2`hHhW4uY(9@j$_gcJ3rlH2lkBcWk+?1FOLIO^-qB>CwNEZ4}1;ycSnC$1WO(>#7j@Ydyb6>o$+XE zh?hn_fnquZ$2234#qLFHMF?pShGTJ#NNoKj%zow7z`d`yt$At}!#e(*Gb@rg4jatc zM-nD6#rq%5FW&FJIoYpF@yGgpoy1e>^1C#g(#HSxAh?X;aPCa*;_UKMSq>Yd25tx5 zHJvwesw&_!k7K!pB8Mdt67w;w$!wNnk=p0DB4y&Dqd6W%u(#1vTtXUzv6$mQ<{Cu} z)t-iGs$pPk)o0!t-ltqyo>{MM$Pz#pnL`w_l>;lwBl##3bDFx(?>$nRhivJ6wxRE$ zt_=AwC|+7#iW|im#B3_HG5@?X|KFiABv#G&#wtfg$uDn{&WO42op)thy?pb$QH zjI|(Oz7Ty$miL51e2lM2Sf(ozE(MQM1?FD2-e?5Vy0>)<*Um`o+jImVnT84D;5T?Vc>;C1BuXm5Si}Wlm{Y*u7W@C-*p({hGP-+ zqD<@eGN(uZR4UpZIKaOT)jMct;l%^&X!QZs zAHWFGlml#YS@$5)#L3Rc+^|*@#4I)zW+cBKGdjuibgv0c;Z1!!z`c7`DJ>(g`a6cA`WAmEQBCt z$i;U2I=tnllkIl=Mg9m9YsQ8(a1^bv!=5%}=3i1!N_qp>F9 z@oEe+$Ymr;Uk4oHPWoG1)S;0(ANR$DKpGrt+Lr!sjF=A=1nZU97)N%yv*9_#hr5t7 zGmhaL?E5eMe#>vSNf$fZ@3i~PPOs@BleXVK{NCUFf4-+XX7?pM;P*N^{>%DobX8bU z-bXkyPKSqySP7bJbsE?qXIWLSUL;yB4X-ig%6TaU1DJI<28d?@odPI@iP2-m#axsP zX1PR8p;x`umKr=Yc!$y#I0d9UTMCi! z60?5@v7UT7UExxkTZ27YZDLw??4FV(Bvx=*kaX$ZQ17tAb9IVlp}Jyigq+uGn77mS z4yqZiArockCaAEG186c9_ER1W-PO}*M2Cl2^ISds%!64P8@y_n@LFF@xK^HfiF(m9 zv#yv)wqKOxURK_xc(#R@rRS_MSODA^BOZV|MW5so@#DPBh)s8-X3$3phj! zEkC-aHFHcueJAb?IaWzX%$#hQP@SKPf;ue)VQSUP8D8&uJPUaX`2?DVbd;__OF9l=v#zl7-3i_P}q)ER%TpWDcK$ZoM0B_6@<0o&L+BWU7 z^DdKg#EuT2i@;gWBNoLr4NMBid{*}>`x5A~M4~gt8=DaiwZjKNbe+e6+hmSM;C7c= z%@n>8bmXwQs)w3~1J__0T1!6Gm0iqd>>{UXma0#Sq`7*qm~d>MUGqDF6jOLN7V{;) zhh+wxJdtt5R4maBbj3$>m;k6tymS&+?u?unSk2?stt1g)@hA*6#0_U@jm3l@wjMSo z`0dW=1<&w+W>`93tp9-uK{FfgLkDDjsWOk+6C9y{`^;0jD2qXf*k?n-ynv$Dcq{LG zpEXBob)=OrN{ZM;12R~nsJx$ z=0SM51mp7^bBXe@P2~VD1_?owB}9LKY4is)W#8D_5WA#IY`(OWJv!J7Lc%#R3|L?j zFDF3y3T9)-u(j$oty#-+!AH+-Bx|m(I2;OhgHSJH1FR~i`b52KF-G66Lt`_BYOrfA zw%rPEb+$84c1UxGce3d74k?~=BkZEnyN&K{v$yN}{bsk>8g#q8MoUcT%eZ>~Ohu;h zu79sK^Cu|a=Wjn;9J?k{YH*>3qX29<#xVW{Qck+YUbc&k!L$N;~!p zY4IX!lIjZw<)X_O0+*K^_$#&UgNHOSU*z}qvTTOPj?89B%sD}F-UYOXqEHe|4PUMR z(n1H-yPyb-qm{=R$e!nI9_ChDFi(2l<0iTdCbh*yE^!zcV@+~wHJ?^AcPxX7D_^XA z@K|Q`%|gU4uO8`H%P`k7X}x&-W^~($wz-w0Hj}7^GZslske^U++ijf0Kd>%9+b8@? zjU`o?o3J3rvl);LSAej|ag5UlvHNpN5mW|^Z5Ga1p5z#~rQ?J17V3q&mzH+3TLb=G zr?=PWdEfd#7ecq$ha>dAmARuC!P&NT&yocFxUB#vaFZFyfN!kLHe@0`3MCk|8IN3- z?50tXfYn1%F`Ef60#e@=S7L&Ti_mrwj#yIDL-sE8W)V%aMKi`|ZBi9$%{Pb}FpKx( z3U$>yzas{Wnpjg6&6~!g)j$hw5KBR#ZaUYn_xo@z50dgC4+7u{h&txc#y}orlgvR9 z$F$7vk%2>15MTXgW1?kl?` za3~#PBG8~$`8|F~qs%y58uWi|(AzOB^sHv$tg1&=rbASu^>B)$wvYLku*a#QuAX^; zoM)EU=}tnFU`l{ccpnc7L79{G0dD1_4sTtGKb{3^w8)qt=-hSeWmP4Z{R>$6?b5lf z0VSLS>G~_m>5q~f%rt5ygYwQX-fTfd-sb*=COX8-ks>a5#(jAWiwtKY-cjF8wj+nD zT~mW_h5+8(v9|o4M5=|bsR7QVKSe~`4C?lixRb@zta?r`fcpJ{^!vl?)-yjeh*`{Sn}S4 zLqPFlh%`>FQ(6?f&|+SJW()FN=NeEsh(@>d!f~Ui=!a=tF1O<_np~#P)0utHq%u-9 z*i@GwuiLy3alu?v2jiUXkv-}^{WeOGxlKFnJedTr^t@#|LV&rYhX3OKDm$!{j?dMc zkJCt^h2OKv4S2fnm*%g=&nQL$OVeC)osA5zQb?0*JmKn|1JVTV%IVC>LgTfik;CDb z$1)fO#Dxy=d>X}K(Dkwz9U1^zpCxk}DK|+(Qe`v0PlpKXtkxmmi*2Jo*WpiC&GfdM zZb3rWR`HaNZv<(CQ_PclJU_=2AOM)o^^YG7 zPCGiY|IFjK3a+u*akjTuS}w@^k_IHoMv(&iuyP_um7LZ#0(JoMdcCVWwt?g?gG`KT zbUzscB?vB(1V(4Q@T|<-@!UXKW$!5F?M`0@2iI9ELfORbKHc%bN z@1)K_ClKEb>xX&9lE)-eV1zK8@-g?@3cQBrRMRgfY+tQOiXtsI_t1)wy-*W`4V&0W zeH#6$NuQcV_YFd|=)q6cZtI=B_1+)tzwu6wNR&N$^{G}$7e$Q%)iJWr4;!VJc@?c!u9j2{;veiZIy=p-)r9#368T9T;Y-9OJ_jK- z)yxcW4jVgRA^SPe1u9n|R*zQu9xaYJ6}$6J>8$2sZ&|!eHXWBNhIB`FcAH&>sG+TH z{%sdw;um*`9ObGcE}Gy>pgIRf0mz?i>&IAaqtZy!e_fe^Vxo5T9EhaCo|9Z%MSO;0 z)C5RtS<1jDO6xS?E;i5bI@%%mWEW(~m%q~izB@{WIs0~b?O98y^k#P+UB8db!$)a zO`nGB_ImuZt!Y2FbNyb&ZU6H3XLLnLElU(_Y0yI7{DJn(iFjc*B2NiUR}CC+!YV@h zo+tOOTlBBn@O{7CZSTsMSlO>-|!f*yzn3XPu_`;yDJJINK$}>$r8u3IY*j(!k6O2}A5MS9olFe0uMF^+|ZiFB`i@AwJq^ z`sOU`+NI|wX& ze^NvwtE;k5Ir>aZe3`^S@)^!%mV#83w3qU+^aJDKyrD@;uc0!Zhr=`k>r8F287~uT zB|S=gqbw~HbC4g+RVfB>KJ=kovs+ztPe2s1zA+C~own{0$=gO)yE(n-l`7-kqhGEu zNOth5HnYu(R)faWFy8yU6(XhVw#228s&He47K4~dw+W2&>@2wrQjjWo$xQ4ksKx0s zLPAoc=eY2Q<{dSU;nPf%vAXnWdHUW}4*xoJtL&#>i(ac?LP=pW4oPnr!Em5e-vMo! zO*%HrRZVcx`za9AX0tR2hH`>nU>$rvr0|FcAc|m=DF=z$kGi$eOJovHSf%UbzVdwY z5@cP44lyQEF>tGk?lCA^|MJ508#~R;@`b6Ro;kx_3@iy9sfpQE>j<9VcaAWgOCRC` zl=Ts$n~pI*LUhdb7Vu2Dz7wy2W(R&0CTdrY$z>Na)UuI*hi3!71~W(MnB=? zA!(m8qvTvS*F1@Rm@KF1Mi9h=isAeahB2TcK!i5vvwr0WSvg_r*a@&>i|G)r{2ga^ zEra_gd`|s=f%q{C!R1GilYk{*Q=2LFXUbiFI^}plpd@5Re8KR_Zb-XLuEQ=}80^O2 zNDaw5V9Rb?;2UgKRMt&|jYi3+ZeqXXsXKPoh6q~C@*!=K3}{UzlF-&B&(cn!!%q}S zEX14?b5iPKO?LIR?A8uO8cC`4W)_?UYQbH9Oa-QB{5w0|Yz(9SFc8H@GP%V?qx23F zZ~y8li0DLoeS&#_S|!pjOE2Hu)F6trRieewIjT9-p)3?JT$Ss8uk1iMtlVb zTUvtklJh$(D!{Ai3|;e#!~$0~rcTk_f00I)khJOrg)zz(BJ$F(K4pehxTis{E&nd% z5wFNvhQGTA@LS+BJY4dIj=o{AGA*dYv0X&&Rphwya%duzcX*+dHoCllY{{L25E753gg8s z%nEo*bN4ao)S4I#domMa>gbN{4}mN&WmsKYxN5bJRIBcYTE%q4T;hXmhD8(Moc6dZe5iy=XYA$CM(8cW=&R8 zlvz`Bl7!CRIpdawVXpCb~m~d!A)k3iKce?R3aF5h0$`fV@#lV2U^| zH)A6%c&2 zY=;tZMA|`S)N-3xr}}NAG;DzOg@8ZPOrBd<14P~9>Ei^WU^oyVyB9J1G`63>Cg`2d(=eRVTXNjKpXj)Oncv?oH`l%Z{{-bF~7A8X#daKah6m`Mifa&!5ZP?Pd?k>>22MI2M$<P$cG|6;X`|Ud50-IgqDgguKc1;}=XCYACV?AIcAovaoG*z$y_Hm1? z!M?Xe2+|`qUuJbf%*MWE*>hufk*r zF&~(gyf>Wp%sx#H4n{cfRml04x(kGFk+I`BZN%T}47^!=S}z(#kF!4D(TC?C9??UM zge(@Dc!1BCw>pRelK5-htDNMGRhQFmzj2r)7@%SJsTpCxh304ECGoL?+LhVgW|09J zM(H=fC}refZnxezwdcZw6CugL6{<~XggZk@aneh*-PyL}2HU&Kn%@L^+VcK7n4lcB z?g+cKO?JKlXVnX_iyS3Rj|?mLeijA0LRMT?=5?WTWY|HUMB+}jZA@@Y7+8eG0!gfX zLq^cV(3FJ28sC5;CF%xDySKT3doOU@B5$P{TUONP;_Mns)`KLz#<2!CCRJ(n>)r>v z=#G)s#R_aTEyH;U+-=An^ht2XQEn-~q)wcAULs}DaPX6}WiAUP10-n_1%3*#AhH{c^Y;HSX z9cfmqMul!(r1{OJSz1B`Lb5fp(PP37#(93TE$Q?HO0fkYe|3666KI^}ORRO=W=$5L zHx;Xkm%f?*M1Jyx#>gM^M1t~P6fsDV+}W`!AuL8|!M! zPr;1+g)(BIgS?}|awbXTuM@DV6eWBCEps7i*ch$lmdrx)g*gp=0JCYzP6s>S1&4b9 znG&Q>s4l#>&pGRhl$qD37suY=59mop)+PtG*yO3#7pKP-IYRfAuu~m}pxC{JQH>6_ zp&1q(eNIOieMV&9ZZ;czPIvJpjQrmfv4XZ*%eTg4yVU1Ja3E>-CL#oJ^coRu*ZG3A zLh$T0Dw7vHq?j3S@L7={-5n=nCzx7D4v8$(h;H?HFu{tFwZyJ{r0x}Y+*Y^rnvfhi zU5=z-YXqWi5KC^d%u8pUHV*}vafO$RJc#gf$gaQ6o+wvXxP?BuTVA-Yf=F(IP(UZ zMVW>}_zI{QKrUtWbmh8SsgDg7d9I&wfjAqG> z=)f5E4{-z-ds7wcB$?ND;AhN(vIFRGYRrnp^J>8bpn=D%(PY?2_5q;JLt@Bqmgw6C z`nH1bn8iNJ@+)8%fs)5qNhDD7hyXWxAtxn3{DXuzgTqY^2M9G|2!nV%L{0-UF>{8w z{=k|j?uydn$b@2R+AfNs7_iqGA(>*yfq|x{Knc1cFj9^rT(p1$$_Ua^IGJTd6Z{58 z0n&C2CO47`7udHlbVvYSUOK;{u}5QHhV!|Sf6Y1Q3?x@m07z-BvXvZZ>pRQIusH`T z$zj`wR#{!D7w}FnK%(d;{%%v8d<9{XYG$4uYkX!7Q--8UgkVOHcSNs7IvgoUGl46z z06emHh0b=lxLrg397C9r2x)V7`u!G^bI|q%Y3TBcV3m;BIk6#@5HcVa`FKWO{< zym1ZiMk?dUbQ+5$aL`RdQExh@eRD}U65T;m2C2|>+XN$^5wOuClY6{^Uo&XK4`SBC zNW*uNNEUgPU$P;}YUNUma}J4#s}$i=c}tL$TEtf|L>Ugy5VW7n)@4RV1Qc^bsjJ&> z(Uu273oFkYLQP?qndhLQUe&1=ij*43)5Sg3e_&1n5CZ*9M#!imVVzJ}7FG2=W4!4l&sb4`$8i zmy$&QqQ|R})dwuu;jr$td^Rtzu~P=O-C%nok2hyVu{8QVxu=N&+8P@wB~(c`T!m;c zw0y&E1y&rKB-#8Qo7_G2$UB2xGa-oL9?0V$&hF@*0ARj}0N?XA-MXc7&PnyE zsc!<{4OVTwHYRmB{~pK!)4&n45=Rlq*mE_1uswMyB8s7s%S^PDnVd6YxjQu$Wdw+W zP??$?)+E1(c_Ns%Gc?CFYc;@HrQ?^w_K#J~N)w2?IPgew-a%*suO-~R24KIMg9LF| zYOTQBB1l9aPsEjj7u-RE;|&u`O6cvys^_{O+Z2!=#W0@FAppj->XH=Rew!nv66N3A z`>5>rahxuS{>L~Y%45t_PVtRRseD7yUS_fgoLh6@1^aLv0G7&%E{zc| zXzJce3fbq;Bs4RtLaF1Olb;8jUb+2h7?o`d`)C^#T;C;jccjU!>L5T=wm`0-5K;}mWYoY#OS7@4cy zq?jA?{Va@CGS!Gez_;@0L`Rle68N4bz_q?9W?BvlF$}bhY0IFpQmt$C(1wXClQYAZ zP9Wt}lRSYnWJXD^5<8?oo}zmb?&M&)jCd$CK5&`GE|+ehw4RJnX8gY9np%C}nQ&S) zyS>ztT#O?piU=HF`$t7Mw?-zcS-aNo$wOfjNMrpf%ZZppL2&>+z&$%-jB#esv7e+7 zNl?I)G7u%K^O?bb`M*RS$pMOT$Vm7}oG_6%qKiyQgB4<EgJoNJu9cAMCAZ^@sOwa8c|%xbLSJ0l&*RXow2hUJ3Hd9ts7g zmhmp(q~fv?r>2xes*qEOKA5V6L}8%|y$Ul@g=rk9YxD+m`5#G{ko(j5H6k?`g1Gd%}RR_;M!zLM{zs z5r632)i-0=I2{g@O9HE0`xJr-<%x^NfBRoOC}Fot`Z-06j zWLYpmGT@xFSp?Et9=e8DWNT%;UY){Jnl+B@x4(>4T=gv`I+#&G05mFXEsbA80(XA-XbpG z-WUx8%bAfvc;RDC#C)R&oh%GVz)1>iu9T~Ia`>i(0H#6=wI)!;EdvLkam&p0D#ChT z527*7nJE7Nka%!rS{o{2Uo?~P5~9SdiNkw0PDsxBY?3xG&c>0UZQx+{N>g#b)C{bW zSWs$ityDyGZjOiwDit{IEWL3XY`J=b%5dtwD#o35cpBc>W)!#&g6xeWLR4TgCWyro zH4dn$k(~If`f4C|kX}Y}#?Fax6j~Bu`iu>toC2sdBL?I$oZqpdr4j(<#Y!72h^?Sd zHR(Rgb!B*BP#h9Z%AA01 z89XX8RW=c|+U;V`>dP%}t-iO~$RZkwM@;sTc3cUdliW!>{}|mwGw?ZD=XDs@@63mC z7SnIL(78S#gyQdpm9uX}X@hm%gr6Tx?_wL+;;Y?+O z^Dw9xw-h|cNHZOU1<5IkjWo7925JLos`jSG-04m^~mti$IB63nvy{HMI*JU zlcJ_}Np<8`aZ_NVGeI?qqagWK^HAgm+RZ>oR-dsM?A)AL^2PJ4LjA0v=fR9E<9N}G zL>L(36w6H`UU5^)j5sSKu!<|k6WG4u^F?x8aIJih|7$|H~(CZv#cIR)1XcZaCeqpX8hNu-#-Pj_>)G? zNXXGYQZU2zdoTsTb*$)q1;4!CZ|sQkqu6U2tzbhhWoV*!fq6z2;0vrciNF%K#0q+v z`Zxb~#Q%jk;@kf6r~W~Bd%NBK3(c?Zw;O+H$RGK))oitToxjk4bepYayVdQ|=YF%> zq3{3lKkz4qZHZo)z%UuCE|(_Bd~GKi=$`3Z>o5P8{CVd6*VeObSp^&YI>#ISFOn$# z{*6g@HL>Tk)8j zV{?%pgmA6-m;VYUSrpdeVMGVP7(w`@Kp>p_dSP7U5Fxi8mt(z8?Mg-_i}p%0qvf!! z!g$aLVyS;V)X(c8<6VrCDP1J5>c%UD&b$X0cHy0>Ezzm==M#Ets|z!oq|SCbzK8Z#ba63S+ z<*Y!)Y0*2?o-gN!mE^QGCv1~cJ6OKGEt~Sf{bJVOjN{$IX=JS9bU2~unNt61K$M4A zAY@VlC4nXW0;3kSKGy{)R&``Z%4i%3u9AqReCystSttxRwPj926Z>OlU$5@S;j}_N zpPD9Z4$s1K_9<=>Y+DME_m=N|lU$e#hd~x8`;d~YGQdAyj~hoLwu*hMGg-kDl9gP{ z?1?y3Cq9D2sIV516~cBA67_0c(>sfT>mUuh{o9&%#IQO5e*lA_w*?J~1_Lv)A+~K} zlGe@h;o!}_0Wy{7yJeo38N6?Z2v-6pb&eUs`X}|EeENvh8BF<%F)8#`Ni>%CRAnPSWR~blPWNSoOUoq*iMs{2aVo47|9Xq8N#y6 zj=qQ$NtN*3czfVHr-*9%?QhTRu~n$iuyeeyc);0QZ6tJ*Dc~<)^=3E||NW{-Qce|Bm?fbsz8t zd#z^OZ+ZJv?99Gue=6~eQ{c*Bp2bk4D|E~6w>mripw-(h^|@)@enxLUJ2JJoHEiLj z9mFxYk2+&~K#v~a(E~KxpoLW%jtBO9#!5Ipa+k^Z9qnWqnk@t&?)d$|zg_D!#k_^I%y&T@E7+4*(=7oyWz zmO>!l&4+aQ-bg@Zt(b9*%>vd*5?@F2962QFBcSsQo^Cy&p}OMK=((~9XQZ9broJ`g zG;lt(`Ods>-E&#=+56?_g9$_Wb1)gIarUI`5a+8bnqv6Rs?!0O)=ouY6TcJ>wCicBe|2*4E8iIvM9BWgIvWN zZmO{nREa`jK(UqQA&*Gcexh4o+hT$oA)Qp%d<6K9R+V!0spS9;aNhWI%4z#@$56pB zl6=ESB815NT#SW&kR#n$jz*0=^$dqqm-=WVByEu>sA5Gzg_j|#0KW|LG!>hLgx(?8 z%9vxt9zjiKV1-{9yn-FW&vJ3di3P5R2^WCkd68@O;k5{pW>-n_qg_l4&%-B01cR>;V$p+sE=cSVTmP~HpIDQ)=b1Dt4(_l6(lo5n2@aB{*|F$0^d=xPN z;0C#*yC=J0QID;yZcqcFT{8iZvQ{Xz@MIj*YW2)CV$0~xBVEE0<~7rJIR zKo_qerRuV{4_V=ekO0$y?S!v7M~DHS@Pz$k>hF?Zq)fYJ5_aLvHvld$p=fX{wY5}t zOk(Thy`)gECuwA;6&y!zR-%WtnLhaC7_l`-K&C@OGW;ynx5->JsaVoJiPxahLwcMI z)BFrEJwXN9!Ze%Zn{RiTn^O2~IubaL^PJ}O-n*v7S6FrN-iv?wy=JfLD-Q@?boWs> zp?=f3|MvUuz3;pol4t!rzr$0cor6*kEiTYC>;amvq6bDP(}k@V=2W^fXE{f|IF}RTsGh^GHUSg{RpAe69m|BU}Ucgz^7(^Tbse23TAswqc5_i_en(u z7}xg+tI*!tY$D=6;F-(_l);=OQCorRAaJTJj-Sfr!{qtuMT>amFuS7sM;Fu0I4lZ zRFN>#2zxR|IYZrvp#`Pw(sinclZ)j6IfCefOOn{68@y8MB2bkTFR$tQdZxIQ2f-v9CCrhh6YRivmxq?!#YO6Izujj-%WNFn zJz4p(%GFaUNTMFL*UX1QSj)LCde!du4Yal!*ZEpJ_BkHL3ebhEZS-k&(<<42%}R7#280 zF?ddr4ClS*$JC~6_2^A(w>-MHM%d?OO|#b?UQ9_y(}>P&o?l)jY0Q4gT!JVoDW)7S zpdn=wiLe$QVZ!K)p+;82L6zA+SqRSkJ<{3vqS2UGuv>NML$g|h15e|2uOhJq+SGF$ z?ZQ(`Ym<{Zwhj?=qqZ=nheRfhx6dxCF`q1nLcsx*M89mV;z z_XyOCJA_3et2_)i7>&E_GbkN1J-MrHKTSE*_edhNG1C_e$*bXb9mqv8oYN%E4dS#} zglI+{--gjdZ<;}~$81evi-v?tCz3}x)lf5$1Ckhbf+2Jw2*MD_=~RwLY5*n>UD~ht z6^xX?fDVWf&@G^%hl17)(@1FWWFA7B{3~~f+~4XRp=rAchE~v}t|X-IFx3@d_%CZtzkB~0`SK$;~2&d@=XmXI`4AR!$tMKgAqEO%v2TNWi* zlGhNAu10wD8XE9bruCYH5f)ud66NnW{a1J*XOo8TO$Wbq@Nv8vB0xPTfPs@v^z^ zozu#Wk?z27B}sK5Y}UMY%8D|fizK`OOgQ^x)+KrmY(^gxp`$}u9y4RwDHFXMNsgD5 z;jyA%gZu5bO7aM&XPdkFUgVllh@eN+BKd^SIA#lC+vvaG;|)SGoe(_doCT3iok&$N zKr06lQjlUf->91B8J~by?3p5yS=$pIW&9058WZ=px>HTXBzkVM2~5Fgtl0S5Z?bKk zKYu8HOPEspfogF3)~G%&Aym5FVU?m4^o3yx0(i3&qF~Nyu!W!5)G9VhhbK-r+O=@_ z*^|6#oaQ{AIi0#~u{;kTn00!4&5j7OA43L4KCwY{s-hs)CK&OR}~C zKsMb^#bJiC!;I2llEcg5p0{ue(m7%=woCwk#Vck`+Y}ypA;5@nXh(5z8P;THy)>9O z^qmN~_Cl6H=G4hRf*KrChK_KC#EQ-RiHa89%lcvcynf-N8vj5y|BPmuuAqD4q>-#u z2@-*!oK1u_{BbD4^47<~er)oBm~^~<^u32PB)$a3;iPc8 zpBK5p`&ytT5A1fDo#t+Tx8pPXRlt#J_MpnMKoB~4khUZRR8J5#T2YU=h@wgNfLjW% zf{x>aTIjz?V$(SgV7g*wTR1E4iBQlzMVGDuPhX&Ne2 zim66C4dS|xfKp+Vmx!eTTYOWOwyyND_OMyZ1Ue1dH7E7TL8?qEh;u0tQ8HNS=!_WV zSzaFo(|RyO?8N{1J)1WByO;8o9W2$|%gZ7Bv3{fN_v zimpdya@d(l7(A_;i44jXYGOG_Lb883`!!iQEfU^eO(B+i=Yj>nT6$e6PSADAYQkv% zB06z74ME8H(8N_Htu$r!WxNP95!;gYrFksUmt@E@+pW_6> zcKDJmaOmukU+^2Y?sLu7HXc77D#NME=c7Vmnc#FKmUXff#GF%b2U?~s4i9A&x5oHT zMxmA$b59n0ISi;x7rXZPQfy_k%dZ8=!LnT4%Q;@K**N6A_H8N+0z2O2bG#Dq2%v3@6BX2FVlO5{Lw> z>F!t-ym)DGjz}!t807 z%HNb{%;Y{R2^|XtkU|%^QDyQuD4!G>QtN%(x?Zd1C>fXGwE%`7+Y?TR1x_e2?s`+dYwYQuTROxmVPRgj2P1KFt_!)cPTYk;G4NvV(o9 zsP@dTKpLkqoBzdzxO^-eE%W0?PET;V6V1&ii0Rbnv%K)t%N_2DNtrLFr6A?FLe+$M zF{m*}IPRBU$oDS_wo=vj-8*GMv$}fs7($ z4TrIY@|(00yXItpE?=L;di;SFcz6#qXPN~5$@p?lGO<6L0w;O-dZiV)cEx(@*DF0< zTCoeO^t}GQ{@1s4USBm@Ds`{bZ*l{V-+JxNuHWeU{%*@}wvaVp)K-Wp45nX%{MPM} zTiL(MhlhXrxFpz1& zpT0rVtLL&A8!bbg!U?4k+A9PBTz3&($;EdXq{!~U+Gph^mI+AJ97d7^6)(j};&7`l z9U~FaMx7jz>IG@a_1O#e=khOc%J;pSsdx5~%^IfnLk_UpW>E$^`d-BF#Pk7S@-}Sl zj=>h`OB1odXFJKGh_;c#-t#umjLU#QXT-P`u$NS1GPxy_yO=ZKq?x?!Hu>S59p%IO zA-P9*+=t11mWA0`wWp&%!>luNBqv?35-H@OTW~@utbcU5Mktnvm*$c*-g*?;OfC)Y zrpk<}jbm@F*~NuCP?I2XxAQ;$yzjSuq8-)Zye9s=iQn7y_db5@m|xFNerz`0z4Dvg zo?_c@E$1gapUSm+MLEBTC+QZnpEU8N_MrHnjb}Oy1CqmKdicmM%JlG1r&)fPj|aQH zTXnPYiQnf>nr`KO7qxd=&T}39r0qO6K(lS{Faq4}Zoe2IJk#^bP2#HiZj*Q*`%S02 z9emI&b+_BbXU-sX@YJADe9+>N9h5rK8lb9y)9iL16%Cy6?=-qU0r{h7<}b2bc$qOt zk)qhCbr^X^LV{Uy0wLID_`e)6Z^=sBtt_Lz*MH>~ZWS+_a}uKF0ay~-RFz~w?ckK` zlUNdS0z;Z4bc&q$$=TD3wRo_(;_P< z)VHPGXUW_#f4H(VAObkI4s22?U1X|fbo+%~q1Xi)T*rZ<629bI)0d(8&%gEMt_loy z3>CeLL_6fe7`Ge~nnamM=`J_fib@x&EHj}xZ?A8!L3M{N|AlzE zy?$rVZ+A#UuQ$7mcB|g_FO~L3A*q#s?EHI8F+W>KvR>dQNhUX;1XOJujDbX+#M^YI zkd8@HbAdRBSW>StWEq40FiLC=z}CUVHm%t|^5{00sQXG&lG%%31*9KxCW&YIYHfLo zw2D5RQuWTh-~O-LD7}uH_V$JMsf@)c4rmaC8IQ>!0%{Q0ewrY&l=n>%-5IFzcqNYK01kqA^;uly{M6!4M53R~{T) z>>`uE(rL2MRB#mdYQ-5NN0G`}ut0G-cO=0YT4SL$1~{Bxo5lge#KjRko;a59Mze$) zB-jjAfGtiMG)8i3CG-N)&`F#DJO<17{KTU(es|C=e2?PPlSpG~n>gBl!w_QtfsJmk z*oye%XWpQ_+w^yj4w#2db9p0!GD$^bqJ+m&_1GWsY_8rD(^z0~WP<)SOA!puyZG7! zRRWznnN3|9G_V=IG+$=>6__C8}e8$mwH#_ZzN7wZIL0V))NbgZqu9Fmh%>$w>=pb#ah* zdZu_|gViBdW9g~J(&;bM(KB_BYP8|?A9|%Nejd&?=(m-x?8_^gz4k&K{i2uYMzj6U zEBo#%TaDGP9Ox?ty@fgk?kjB_D_=QqU)db2d?nC6@XGe$z&0DDUM>vmvTFQ(yS=&| zOmefcx-Gs=a<{cmhhLiH)&t!yiu1Z^t$t-wN4&e(>}IL^-G^S;EWNT{c_kA#E$*OZ zbD^G=+f$*aeem5a{MFXkEt56P`q#9-eqppaU;mme{_1_*Yx-aRn!zJ_zABc{e?59ZI{CL;iaz7*19IP_55o07VgEi@7{~L+I_By ziKF2wTJjA2)xr?v*Jf1xHLusRjP&1ys+#z#?T+^1>q~XDr7l|63w5>KtHliVx^{K+ zSoas}Dy`4cI8sGIQOp#BAE!r@ps!UO(Y+?(en-o$ZBMOR|#xkgQY` z$BeZ6M>S$lG-9yZ>a`XdG59L+p(xIcXgsD7orY~hr?K1dIlE+eNxvxR@3u+RURknP zlx*&{JN`n)It~0)zIz@T;^LWN(O1VgMGU3o$rN&JRbd`=yLX--#dILWbQ_P}jGeC+ zVmjFGo$l8)>+1!N4g`^&H!cjB*@)f#H_tY<;*yti zd-aXfTey&W5ES~2QV$@N}#WmI+><;>?cjcfMjRB2D zuep5SBsJWYZ0|OEgUX_2cqh}xqP@+B+A9Gkw(8z)ljdbxQZaxUz=&9UYh;FQQXqP} zYVdH zoCJ9o4n5Cj5SZ+njg1Zd$cSL_FnUc_3+=OtE&WBGh9dl{wIt^RT z+!TdeBqOWGX{E5EXPUFuGY8X-TeM#>BQGyCFbCa(719|#4L(_SoL9+yCC1z~R(?k$NtWIu0E5A%8y&+*&NB>cP^#=Dc~YIhXO zcM&a1zkg~q8gCknzWB@$yHU7FxJbXfdvsu=d%H-SObX6Kldsj&A{ny&z@|>a-wyYf z$Q?V9O`N8PtYYVM-3jUZxN~HAJr&Y|)~iX#5pn}A!miH>009p>f4z1+Wu<9y%CA~d zS+N3a>7}b`S;5r{Yf0(VYioIfMPhSyvewZ#W8CzS^ls&AK+ zFEnFy&FyBzOtP}lR>^@dSX*hUG!E_6m9{IEjB=$#benih@c>^{y@H)@S=ic&cW`4? z_i*|CTiweQ`)^h43;SJ0(v~qA)lv_Tw%L^|b+LaAnKC-szrwJPG^DK*klA{-PV)&MeQ|OdL zvu6rrSVA9NRRsyV@PL}eot`?+7toxQr~9tWAEr#U)bd}ahi(fN)B9Fd#ZK$49+Rdo z)zX9Ni(91^uPm+u#f!T%V@t}iNx55H3ASM2fn{Sxd&wQJq%0qljZ%9_!8naZB3G<@ z4x{2N+Z#*DF06NsKZlC|=>BCnhaA9SX)IUK%l z*7|mJdtcSAHX^wE);1t|NR|_fh@!e?^XsbPNH~8*g z0#S^6@B&FnN*S)1p?>IHp12_~4rTmXI$)i{(L~WkHitvfc6pE_t4}g_i}*EYu+*y8 z`8YNqYk#n$-E;Xf=ZMx#zvz?acvPQZa|D8LgUk|usmQL4GNxN^>lH1T`4=w_k#RnXq$!sS zd^gQWdECP9uNXlGS3Nr0?9{xM2)xU#`Qb~Db=OFN8>iO+lic+BHSZ#%)8M3rsD0n} zLBHtx+cr5=vW_t->KM|7eIJel$ZLF`A?0c3A{>rmPJTjYUo_7JR*8m$i`)bgjD{BD zagnA4R63YY2j5-1+@{iRg3E+MH=}&&wd-x)+eFX8C?3;4o2ZY}>MKC+v|8;B{eHO9 z>NlD#zxToTWRO9m6jqeO~DnFb}Qj=D=Y1lD($bWwD;JSmgHh@?d&h8DJv^2$-G`?ZKZ=s zJm#uO`;Ahit#y_58x;+HWu>K1#^&1Y_e&CPv$wj^=Hq9--+bik_shFv?dE6roG+{F0z-LCb=_(2gqND^#)@Co6*AzFuLX1F<2%>dxDH1!S&tOYmm34@gr-P)abi$SzgI5@>t$4;(RDJU zmnLgUe>HWKvo?-?^ct88s_s=%MDf$-CND%%QurBebkUxtI!1ITOL5Y?GddfKYRIy} zY!N8@?K{+L@*rQ!sxS-`t9gZR4Gp^YdzcX8M=o!ag zwxKHI4y%)hzUBkE$<1xaH>c;XIT%*H>8~0yeUB zDD#8gFOh0V@~MTjqX#zjfvOfUgr4{2xy?AoCjz2MpK}XHRRNvT{%siNp?4tosS)50 zTckwNWzcVUFW-Oo@1r-gMrz){n;%b3py$M4$l)nIqL5Cevor$we&`+V|8(?o&CBYu zdRm{DpG7Q=9w0QMzM`7>(pIqCYNh%Q`j|CSNB=nXaRtnN2`$)Mwl1Jv|E z29@?OoJlxrMQKYG5}&+*SS!nic&Rj7 zjP)`J=6sp7%D0JAyp-bP*`muUZ#I@0m>(|9IY_NF%_v)=AFSA~CO56FxSUYbd7$E^ zB)vRx@XBdJ&4&iBUDcJ>mM%rnkp25Ba@y6_<~l<^vUX zsxH#i6_-q94^2wDY%D9a_(_7ZxyCnCf~m;P`YGa5Me%5|_)H3f&nL{YLJl~+Sg;=W zZ3%zuFQ^9^{z>)lrM*Iq_JzUCr?>egw2@z62IOO**RWLI@YX9fZI*mRF8AGvOo?7^ zxo(nVU{PauDmYB8liMf`6rAroOfSXC@iL!W2e5b)BJ%`MYu-7X%Q5xjmMS@)LjnTy zEvSxS2Z45=G{vK2m>a64R}5WXelsrsHcEZa-erbC#*ShcoTRUvoxkH>hM#5>7Dk&= z-cEylz_3bsJuwVeN|%=s#>ul&p^lS^Q`JW;Bnj#Uh&X%Q??+6&c^%VV{) zSid1QMvYo=1eax%R+RU_s!FSdP>E4^@*X@-u3$UZYqgdtuiZUP5;~C$C|jz9t#^XB zw@cE=PA~qkpb55{CiIx;Gapp-ZK+Z%y@Az9OW*TI92tdP70Rw>ZGp|=Ri@Oyw_hBU zzvvZTINsZXGzsR>;wC$|pNW~^ona9dEdJjD(q5kn)DSeAefo9xEE*>CFWbWozJ#>Q z4Rp}c)+yJqcpWUWA1xN;+pAx-VA*oriYH=Cm0igTTxS@wWlPt1v$3w)hmB&k=%6YW zmWA*q?1Fb`aGi&AzIS?iZEKY7ck~|OPw9Q{WE)7#JO04Wk0;BPoYkkl->cpc+$Vbj z43^#imLm20AWaxSk*SOLO0d+!1>78XN>U(TUI$F`9Zqo43+PT~bKn-_VlZNvQz(;7#r&n|%ygfMiw7Y+BaJIV-<71=I=(k#po%ctt-ar`T-E`ZkTqEp@o{!Ox7Tf;^1%l(z2U2Fjz=W8T+CAvCDr2^`m4jZh>HCd_ZKZ)9 znx)BYa>MjHad^iKGcRDET7c{n2$3#KujpKvfQf+}g}vzETy?apu+huRJie*zMx)tm zxlKKpD@gP>xkL7=jAWb`eUQl>Lmo>G&@q^teYgvRrV#9=$y||=0p=!;)+}AFqKYyA z9dN%vn#!1MJnUFb5&@(AX3G)JE2BZt5gN_KPIMWXA++8O1B1y>p!&sNr`fk(pqW<| zMSq^=jDf^KG!nR)G4QDJ{3x21W|G)AR!Ayo9v2#~04EE;W`%XiaChiNR-{q^Z+Gif zBqQLzVxaCq0qMqRS1k3wfN)zUk03i{2@SpwyoH8B$Uq~pU99iBxKx0`vP^~3AP%lA z#U@Y0XHxAMvbH7&VhrenjwC`eD&#PNzZDAOrS2KD4s5rK;km~rh#b{K(U;x#-esxdCVyb>;~jzw&_ki&m@~% zc^#IHU|x?r*ptbQG{=%mVX-(1FB4$4;<%Re(s-&XPuKYZ4A#=<*JXtbJXARvr6}1h z#Umh}p|QH!$EeRsOCzv%F;&7T+O34ItgpCR4boj*ajz0=v%cagy2YA`%MmAo2P*En z6&Lm(RyMv)(9+oJ6mAG~8v$jMGSarKpC!FjM;*bli~2O~-lcW@3t| zLY$IbIU@Dhs>7izz|VX*9OleX`Vo{^-bYfFPEKkXi+ImuFms8g%NTwS$2@+!Q~XX# zN6JCbuqYSeq@q*?@fXG~zVhA#2DSCBM5rhP%PgdT7$;L8OJ!&h$BUWy^|7GuAyW2Lhc2V^Gs{9HpW$m`Knm6!H z=S}yfC0`UU;tPAoUZFIo7`t>9sk$Kj4qxD z)yJ{Ig}gSw(xh|q!)MIP{vnA8kc{EdjO8*9GuVnRqTwF3NH+dI3OAnC0Np z#gV}4Zn#l%mx(Zs&??HwHY`^Y(?T)d;l(x1QL3-rb%FWwMxh%1zJu?bS*K$FAN$NI z#_N`k4Efk)QMGR+!8mZia{r^ktzSRbmI5@MXl zsAtQB**gLJna=NXwS#p;cz_ZIBD?Jl9J_S41Ajtxd88p+E%KRCv)|ShKdqT_c zQ!Hd;0k}zOMb+Xu#E`mz6}^JmrL3Zhdy`@;fy-3e&o8h|OdXIZ;N+^O##P1MQMa>C3BtE(2^~?guKN1M&sTMK@u%%d_{gU8l{f-)80ZxgOI%M7n|Dp?;)>JfOCq#4_riFE@e zstmxxBRKck$I>S8PL9SO%6FS{!BBhdnNZfS$a?J&lMID)QO=d&IVoO@96EAGg7rL{ zUBOm?kiOErdCENI*==;iE1sGZPDt?(eKv?v1?=UN51Np3ZPB)EON3~y&P;?veT$M;RGAXWr z;WCNfX?NDffnG|7`7(0oV5E>cQCi$^#?f&_y`C#Kg&>*>d4cdcAcoSdC(9uj?g|Z| z3rDw;;DGaSs;g_GSBsEdI4d3PHr}82Ps7+ggoGNYGs`rg6A~1=iZ6|o-ZE?bj(M1w z-IV&y(vt*w%I0)BF$t%^n!WQ(pg~dyot(NiqAAwM6b!~WJhw9WL0;ju(zlmXP+lxK zQbC5C2{F*riorgN%%2IYvK@4b9!`y5bZa#knd#Bs(Fx4hIKp-`Ie?N9;RuMDlgmi z{CAeurFNH#Ni2L^D^7CLH5x-6FYS#yCtR4TfHS_c`*0E?oWqYcUTP*z{7Bdzav;DMD@cyr;> zqBoP4+-q;X8GgmpD*5L>=>$!ZbP>`0fS0LT@Mv3O9FO18YZK_J!KhrosO~Rc=c>Cl zO*b8S)P}dSvQ_Wb>zl71mg0+KYU|zSo!;}-u<|u$Bn8tce#2q|1O~1X4scx06qYNH|oZIClLeEQqetU~0knk)o&sU&;QRhp_N)`XC&0RWo@ttr>qG- zCl$i`_16-#yNsx@s!-+nlX)apr&g2Fcwu>yk7BagCH_CJyxgPnA(?3 z*TN`5H$u9OSxU*h3GU+|OC_A}S#S}+%D+a+>=JpfoF^mp73C*&M|u(5Pr_V-wYNTQ zGv`%IvXU)f5owdPr4TJCs*-!^AyeC(% zzY6B^wRhkUC^;Xq`|8|j|70eNixhaH8fop9uqUyPE^|HpxOO`!; z;+cgd5Yugskn8Ajm6gaG<;0xkfD{Tm%;bVeFqddsuoF`Wngr;x4X>}e6Go0ZIqX=G zfrWAbC5QP*<-MTLqdhbgC}UVots_!ZBBqMr*RbCe-Jq92niPI6oc}emwq_wLIpM76 zum*EHtrTYQ!@HrNDl@z~=tZhzj=??vh4KH?291jIdgO&Fo zT?c{T6bHGUXciyyn%fPjE}1i*1e}&;6Ko z3t#2;Dn`=8YA0;&y#hTvriWEGP$*IR*<$~ml(IXyiNwMrWsN1+xr9HZq)dB11VJ2T zrYV*mOxcHpnEBSp24UK=ylEOqfZKl9g$j{(>8Y@&D%c>DZ6rckF_g`GdU2}Joq*u{ z*2+T<1@Hjk&*Z}vt7=2iyx)w0QwY+2RR$Nw0`+#s3botYGq{El8rSacNY|n=TurxB zrW6@BbY517gTt32@uT^r-eI-`!ql$}pL-QaNRnMNZ|JyM(^&}|L={l6m3khMfIH7S z1DIBL1$_?Zj3*)P=r?pCMDa}oYE)w(v}R7R6F6rMXw}6sjT{K$Kj55*Y`t72nIsCS z{6L3FH&_$}%pDejEj}CVDsMKMjb!bv1&2Ju72{Cxoy=MtmMG3vVK95La;z;WAVo0j z;AYBbRZ#}`{}(ex&2-5g$u+#;V8}7j9p7#shTVVTY#<4zvlG6V8fhABBR`FXR}B1g z*WozexjD%S(89KrCVw+XqwqRd#NWtyi<{A&yhl-*knojFLpm-Ky#UMegQ4$U->Ut(JO^gtbuqjX-j z*+rUhB4J0|TET>xO8bKzAqfy^it}gJAuN=$0PsQj7Vs`Z4G8H|DlhWwn$164waHC1 z-A%yd`#MpG|x?407p zAu-k1RDW$lzkTKfi%E2~W)$A<aeoQi8Md2;EfO*MBqyknH-jWHJm)xBQSd~u)6-5%# zI&j<5?Utv}b?BgVQs!U-?noRUa^3QLIz;c{ODw$a^0YS&dO{wpW5PCRcEwz`jLEub zPiPuCsz9YZ_f+2oF6#E)%|WY9Y|Kk{3WS3F-Ba+0w8p&f?ySaA;YXzK<%J)S!Iu|) zL;_!4cvOxo-%+@fkJsK^*e?g7?<(9bg_i9s+<7?dH7{Ju#oIm3rBu8JMx*~V9UPST zf_4=imWcv)6)vXX^&VN+KlS+$7xIg?|qH5U;6S7+{X0IRecuLX$rD{?(!GG9|3jX9f_C#w|*Ba(E2)xrNJ#O z>{Em*M00$H`!yjE_A*)15jbDfydx5fmcdnwC)O*eLCVz65~lg3-`@oHVf~m+&2%Nq z!S7Ij-pX%@NZ^LA`$rOd{y+^cNFutDuVL1pAC9A|B#Ko&3GVB2ZeSG5rHW}7tm(6? zej3Gijv6(mv8!k6w0<5y)~At}kQ9R&j!B=#V=0XX$=3Cwd9a>o*y|A@d9GMS=OZ8v6l3L1h`=Bq1d~G zw5JvP?SimKZG|$`Yx=DwX{PP=^{0#N!@&t}{fcngyllG)89|3`YgvOJ-q~JnC5ZTz zdN)ACchp;nBfh2HZi(8|K_A|zw=(K@OT8N@yPaGQ+lJS~%8!tDNbtF&!Qn~xrp=17 zYl*br_ORJ$4*Fh;=9r&p_nISo(C$>sx(lSow6{BYJ17J*!&()s z!D@Z7T@8dg7i{&+W_gp`k#y#4gJ8NsRDwBMjRA^X(`JFo%NWSSh-h4ogi&Ohhp+K| zNFVvQH6a%8-UM{UgZ+W7h|`O@)^2lQ05uA8VJ(Lu;rciV=n~BBRELXR^67#Jx}TD} zhLPJd4Y0w~q84j$L#o&DYBO5?dRms-R6 zg>|twdDB{rq<1>^ARGOqE!k>4y;0O(1%#>Vj7W%^+JoUdn;?9KX5C%>Rbu#7vl|R{ z?cUY~_rz}3FJ-lAu?Nz)H7a{65U&`QN7jt0h_ZR4&0RP_m}F?YHd_E>*$3c4$bzIk zpj(#XFA#oWQiwR%2D%Zcx>$QZgR*M%N1d+Z8&3H%d^w*!zH9uFC)XrldIirS#{pld z4H%Btj>PiB$~F2TOc5x27Zh=NieU5HzXMw9f9)QkXa5NqWWzr*yIwSAVRIfXk|xMo znv*EGN&{MKag$z?(Nc-uM>oklh??wedmY9M$M>^-`ip0Z!I85)CWzAlTVl+vauh9t zl(Xtr^$GV5ty<2q`ehp2U{D)zcG(=X2i@MtZx5!!NxvV4!(O}B@3%Xx7Jb|rjheIY zayl4HCxc=4(jT^hsZRx_?Fmu_>Dfv1zrQ+p_p&+BCa(}2&E3kAFim&7D9hHIf8{02 zN2X>K9c3O~CN2U(0cP38jA@BkG%ExVm15^aE5>wYiHRq}jE4VQN4LQo#(a9?(aX~d znMHuDqdK0^#y3w)AkxiJb&YN&tW*_d9a#|mw!-IEJ;%3KcW*;ns482XQtgy{7;mtu zu!3uBuXgZo0(PPFL&$_xg*mOtRO`wtRfS+cQj)S%Ub@gEvtI zz;7r#CqFj2Jx%A(s*6F|XV+9OJ%fy#k8}=2hmy+xA07_@i8&vTJYpSkMg#TqQ>lP=%V!^hnCxG;1 zjtBj^(`S=5sMF^7te#gFJeWt&2g$n&<{>5&8EkrDDvD}$pyP?zU^4P$Wui@g|C;u6 z{gP3s2sym*9(D44^=oz`mFML;C9~D`;n~pWb`6gZJ$0zr!cF)!ZSS>995CD4)GK$h zRo%@&uVjAQgbJ)Ei#in(JFBX+c)9phC+cQd44&WGxGikKfgp`<1ix;pcu>;%wpKhW zU9jCPLp3U4Vvn|tei6Iepxkd(Ic)8K+1^(4Pr=U}(^(p0s{3rA+PD&+*)n7Ot8@2QEgGOg(a-Dt=j&>(0_%}n*wV&N8KrI z9$8wwp4*$!1F=)DXY`3qh268Nu(Ank9ll<{4ZW4luIhmu+;dLx zK~??!j{2(!^R}(34NUSv-A@zH*Rx<5W-E{v^oyVXxWu<&^w}>=>yC;?qUYd(Rm=Da z1=uc_bjr1npvvaeVHxAk6*)DdD-S0c&w_<_OlmZvii|oO)z`Nc9#AV8`P~NP$S6fH6Q}qv%qrffZ)n$By+a#?x(HTbikz^B6XJvAbqc$s zO_>$$ccrMZd}ndQf#RI;nfJ>Z&jAy2r*q#A01|1Ru2f-dz~pXfLFaDn#!&b=_tTPGNwV1&Yu#V;t>_3R#3QR9bHHvC$4Ro!4CndEq|T856R|l8H~&?_^cbe4 zS!uEQEtCHT6otUiPwf)@@H=gUS)MOhH-t|!L~JK97NA-xc{yE0l8@jFqaY-&fDs?9 z%ut5Y={zJ&7csoF((G6snCM=?Oh(b)xJS*ajqV(J$*r27HD{LACH!w}3;gEWJxLVh zf#jBDW{@my5N9oD#^3p>;k{em03CzA0(Ly+J6qk)!^0W|lpZdYsR0l=u(dT9Z@?|! zAzx>uNLi~in1*0I*39?f2nb|H*6{Z2TM=V#5U z-E+vw#Y~0sEc6ck{`bEhJ~9>)YqfML)ha~Sq7#XZ9%08z)D^!Zfm8^&KZjO)W&4Mz zQZctLdE`UMC6b}5dKu1h2I}J7h!chn7#t*R|8s9(K=3*PvAVa0g;P%aL$VMgzWs@T zpgJ-I?q`k$8&!yZg~F~}w1H~slpGdJp#AM7i$Nak-3=%Pc~}o`MYX$wJhm1#V(r#y z3sG)x*=~}NSCux->k`koQ?%$4A3jiVyA(g?RLm?yojQ{v)%CpAR4&AuFnECYAj{v$ zDYWsfjtJ;ZR;vF%>pC06IPLaE69?49{-C0Xv<{;A*EJD~xIfs%ZO^Y9v9-sExR_B5 z_mbu0^X0lxa{;cQS-{0QrQu%&yGmVM^^i|2b24c#JEPIkb>)25{1I==! zkGn8$e>CV*-#U_xb*}$C&xtiHJ~E|9D`oTF*NFW{buaOwD7O-_{nFNC)w=VYAAWaD}4kqv2j z(DJ71RdRW$srG3I0Ztgu-JpVx30M6nXaeMWQrmFRGLny?LJE|iUfRzqZzR3?Y6?v8 zssVr=sCQ{pmFt*9jR>i$jcJ@VqE&N!(~QD6TFqB*2hZ69d5q{RzQoVPKX{=%lHt?F zBPZxE&uBdO_0`!kkA+~8V{$GYcr8uW-kWUJm-BGC0&Gy3IThlaWbJa%26fMbR=7i9 zFZ!C2l#xC{vQUaf19?H=oH7aDM_Sh2tFt{BzQ3F`yo2+@JtH$5d_LUMXp!f9%7CI1 zlOumi2(kX$l9+)rnu5G3#d6o2YsY<^^`K`&gb5q_M|P7IdDIJqVR`pxRL6h+?J&~eWR$uSn1ws zrre;ylD?(NK?SjBRh5N^VZXJj%3(!1#f75< zXgn9U+Q-RKL2V)R*nG_9|u|+g6kvn41l#STsdW>CUcm zN_?oJib>c~e)zc4x00**Um)Ls1WI*uM-JuqB6e5&F18O7{<~7maKT|_vb8+vbp zI9!H#M5aF=AzW}T81llPoQQE9cD-}Jn*dN_N@E9@T^J>L1+jdNfX zjGu94^6w4ZkAlHFi2E7~1RRQ$np2JPqU|)e`@Ti#8B-hHCyh?e^#3SFu{b6DkAV{N zp2pt!`A3EN@fowBtxP~0c5khD)PAt)PkEg!j!FdvE7kg(wYD6EAy>z!a9crHCDQh< zYWQb%yfVpC129>6FRR zhk}YBm1I$U!lHrDBZs>ts8}`39(Gy+rGt2=`ohEw{jZ<5k(dh}n74NOYvzsX^zG)6 zP>!u*$#4@m8c0)K2eCG<=C-w#gR&pnq|LSXv}Tz_-$0TF)hVDg!mc8VudkUdcQoWc>40Ytb#JM-07IN( z^w>g2!6X8`O?iQ?xVTt>oGX(DNm!xj7V&vB3RCH38_=u0Fk1x^co7vdp22V>fWB(L z6&Dv?Q~oWm_v5)>8EMljq%5N+AaDoS4{*# z0EAs2&&`#BJp1Zp^W!`3y*_3P)v#4dwgTij&Lau{2{+5? z>m|Gf4r1-|+?a{sF+Fh5mH=X810n>u%At*6F)F?1nPtdhBNv*5R(E$ciHmQT^BB$%Hn!7?EtzNqFp^X8n^!Gx!r@ zvX&5XE8^lRo+!kC{fiW@A8D~5$hH5x-Q9%b(oa7cNG^`^?@3DQw|KM+%Oy{6``?}G zLzs@IGpFwA%2!ZxcNNyb#$$@D8$(-sn0-`@)S)vE&jauwYTEg1ew zzw;pKm(I<@&|lRBb;ffBOb*7aK=Rt-qnk4TMwM;SY%&| zbj}k-!v236)N{V7W#MmVeslb51 zm&>7qY|*gal3p>Bp=9`Uix+3K>5lOIy#JS9Qp9z;x>5NsfN?QEeh zRWr7taf-49CQWmJo0peX^m`T15%ekofQGBdL89=ELxfox#O4dBN5!ICq;1oZEU-0m zi0WV4di&Gp)tLOFC|~F8<{g&uGI=`>XmSDWspNefb}Y-9A7=nbML;0J9{K(kbWs|} zWwki&^vTF!Ch1kx1LMoayBt21Xq6dh$-xH5=zNXfR-a+Fi)4|b^s;abY)dH9jgtm& zN25mAFg38kA=U7_Vp8LfhGYU+OiqVGkwjLA5Y!%3uelGo;xcIb7rm@4yT;;*Vx*WV zQwTX%MUKUJdV7Nf5wBNG-*3kLpgY2n_~waFoO+JXdE7-f_r|?1j?((xXSt9Edy?kz z8HhD^8&`ghZeA+<*4*BFOM-&>ZLr2^xQX0pZiRM>lWF|+#vR>m35D-y;~8^%cdBo1 zS{vP+_yOB*Z$)J2_&YA{kwAkgrr~zX&W#R@h6W7LlGPV(Ljm)Ybhx}o@kZ|`&tCP7 zzW$xI7l3=5j5`x)pR$}v26|BVNt14KD$@iqRAd@?upE{%o(6!OY={Z_OO#n^E(}LLT z=peb^TLa_LmUGZ^u#>sWi*SAwtrspn4QqJaBHD`_#h**O?!#gsQ`ZBSFsA{Dh)U#v z5Tx@kortn>ij4WEornBr!56PddYeAz&7zwASn@&Ja^2Ei*->S;1ZlOc%ARqT=h3~r z&G42&@nOpi$1ue=svfpV1JM3gv(%*K*7IIbC+!$7xABYrh>+D4P2j)e7B8^VW?SkS zbX2Oa-%BHp3W>d&D=(SPlH1@>+*sq>TV)7Dl-!FQ&H`!0F_mB=s0c#^XdR<#ncRqr zC=Ie@GOxk~GKe)$!C|8%iO=%3yYMxJ3};$`92?`566|`8EIx@nA=tu$O6CIHncjC5)-$BVcpTFnt`N&gT1_$+ zG<>nOf@sY}DPJb^3Z&=oTiI2QwbV1lyzq^)P$@ zs|3-YlWqSoSwQ8=)9pn^5CH!T8D6Y>oNhblUG-YfcEc()NQiv)=K`>9BhWeKSbuc8~GbTdBDxw2u z3XF0G#P2D`H#ZHE#OQgay$O}~07#w#kmstLyP@KqfD{MB(=ZON(quy{c+U(w$k@of zk;AY8xX>x|%u9t6O0#BRGBZ98>bUqku%HdJBB#1Bi;qn*E>$TNjTdkWA-~z?t~I`K zkLQoDvaP%~4eyq|e+?^zwo|=tUF8-wQ!RcgHfKcQ3bbKO>!l{ljT(liv8ANl-T^zZ z#j#z{s6)eERx73^mpgS}2}?D!Mc0ib3i!5G(&?zo7?pI zK-ta?3q96+6g+k%Kz;N&%kwG?694x8dxU`S9O0t*ZMLt`GWjYJus*D2T@rV40m&6! z>ZaWejMJ?1Xy=tF#mtnVop;yKJXEG|FtUo7ZDaKWv+Gb(y$xeBlLy&3qi1pw@yfkZ z?9<31DGob55fzkIFUo@r*!dYt?ZP?x2H8E#&&@f=Ha-yi&C_V<(DOOftZ3LX!zvc# zk$<-Oe3@78G2x##EO(ejRB=uJ@M4?>a*9NmX_v8KGivMn-U^RSLX;d+=gR=uOPBYI_p@RmZ-&@e4tTb4aE!8#G!ncs~YI`dA>Bc3<^ zpIbVGR?Ry^_xv_9|H1I*fW_jdKK(=McAw0D;6n3;J* zy@Ri)ckmEQUtW-r1uBGSm`4`X*Wu$8O({N`KEI7@(d$^*@uz>nNdY3 zL+u@U_z*JkA|l0V#-Jy3e_Gla7D14k9J7!}mxei0*%wQyk~+zQn5`4)dU=9*);51n zo115(t1`u(%3v^>HisFY z%Q0gPE@SThltm;>I4YTaS|zZsZ40urB8!!6!3{pY4dxRV5 zXEbRm@tr8~D}=4fh^>osiY(`(1n@x;6=;_2i&QPMZD5!I)asrb14oZa*W9N%Ev6dfr`q{L?S^;oN(4nWI3l@)V2P7~q|;_Ruj93?fe-apB8_$2 z9(btJYPH++P^--k9cqj}wW?WQoE0M}9ozF}fj$y9xeh^Op)x?E*#`;$2EaR*25fhr zQ=Nq7rOBO0*x1wKh-Y7tS+3aVbXlcCw=FvdcAA2ud$S7U6~RTJ6NuA9 zcp=P?1bJm(32`_}FZ6LX+y&y);V;E}a1(}0e62JSx#DZIylY^r#7QHj3;nksUZBCv zYX()nXXVbJQ@}flbIu0Q6!tHU@3LIwlKT=14+@5J9$w1xAe{m7AjGsZT*<>6{>n}P zjc(5tP;&E?b`_*)lrf|C%<=Hp-HY=uTZ;4Sk_{*bGNiVwRskZ?c+6zLGegeZ?MU7i zsG+8aKXlVwu(`oFng{|sjiBk3<`9{FDDcj{K_K#uqSgIAz2i*WRQGBs{d92zb4(Vl z>~bv6oLGo}_I87*U&rdO!`Q;+laAgmdVmkb;JJ=U$K?#AQM!?|11#6 zr>l85xn~yney^F`Hceak^!uAR_H7SdjsItnaU_O$S%2uW+5k-rAOewPYnYP@iG-h{`E@v7c*mqKJjAynEflQis;Gk^raLmmXVW1_XO=MrbP0K%;yD8lg^0ftQ+{Y|e!Onk#vXCRD8g}VdbwOJ z=7`I;6I;8H)p3<(_t+?O3kERJnaUbD6i=!$1_^DAVoexYW-B`y_ zV}-XgmhSyET(H}v^hr+k3)%BOvc;ZVk9uFAp;j{FQaB-hO zQkAp*K8}JL7GrwM6g)gsml-=E6v$L4SH!4qCkOE?>y!@@TM%$z@XTV(doc}Or$*Pp zAD-WDbB;sru-K)^6vsEZl7;DAlrl;+o_J=Kra4*(EN?x#P zTqU=t=cd=3B{x*vZ;NKD*J>7BSF0F`jHMOMeY3fN-i>+#8lyOLo;fD&hR>F6)o_esS2gHKN}too_oT z?)$lY=DyUu>Id59f$H&ilFdb;`%Uz}_drfSPjl#YBnDKV!Iy(B_&nBbnc$apyAU_3 z-yRi73EQ2WsPWwbCVi<2$J+S0@YrxzY4SNE`DuL>%yZ}G$93eLg|jsA&Pi}ulj4y` zN*a>YdH|(HkA+F z+b}hGPHf{PVI1<p42Nz(Z}!V`IrUijrmy+ zX14)vntVXNDj(2?SKjtDLqCGKMi7ovuSN*MsKgU*f*04qi^uSUYmyDej&E4*9ClaU zFB68OF1;LgM>~JL75~S7B&qR&(?<;Iy7@Q~r!rrq85+nLNtcJfYTb`k;+$jzRG5~^ZVteLu2DGNzo+7!^y=BmXF=p z`&wGB?;T30ko3=nbjX@i4>l)##jFUV_biOp6b7G> zl49yIz2bZsFiQbU0_vI}842F^Gzn%N$U0}L(ppN|9Rgsw+JJQ|hxc#FwR9LhngeU& z6)HBC5)w?YK>?btl14r+s@`AbpXzR~x0`aqs#KQhDo2lgdoiQMWMfnp^&ekrx9nDb zMA6;duTI^luCg!r7Ah+QD;BY~R9l(oQC)3isz-Iv%4Cnqq8-01;&pZ_V;u&)@`jIJ zvyiOdmwwE6m_A7s#HmLNDUP)rz z(c}Kt&Xuq;w!fmsgR*MAy)}gcp}lL9bvBFx4>erUfCgXD@KKrhwR(Y-*a^BDP1#AU zU20V2gmzoPKVVb&wzb5s${MR2ziwMB2I|DcIvnmUUUJI1RI!^}yPJ=#uXvW)4>!ne zjP}-}v)d^jotwB;%VdD``w|9{8xp(%&cHyC zcKiJCmP&>lDby>|aeOW$p_0bM#az~ojqLxvK_9T$|56o|;d)AJBckPjC8XPa-gWFX zU66gACGjdC-D!Rm%mQT->2+ny-sE{R_eiSpkm8Z9N?1%$S0;|)FcE0SG-;lF zc-Qm?gW)on=U9C2fxY+P85a`J7{)Pzv#(QO+EDC6yYtyo++yRQ6X`%#(h24(tjh6L?1@{DomCoz(En5*1a; zzUGHyADbd0f&EIA0g-W8@4a!uJGu_jIJwp63?6zDWml2X&XE?}!#m?-H#LB2h>tQk zY53-WKazI7^u%zG-cw|Y`|9HTW_syAC z+-^=CU(h9eooO^0sjNvBO`@zR*u=Z2yPUp zR4k?6Nx0^voQ)?)n3D(!leEAFQwe1^0S#i%t^Z8{&*TJ_9Ly}i&>lF=J_M{LU_xyO z2N!q7YGXEyNgu33JW9Wwp1*y@tAlfox|DfU8Tu-nQ4^bakxk_`Kac-je<~qK6K#ZmXf#)Iy5^K~l>sA@8ICg! zCUgex=o*>LM~FtF#@m7G2tn)E4Fv-9er}PX? z2%AOuaXp#L!~L4~j^=+%U(HpZwTaLc(hm5<^?Gs%xI2<*vantk4;Z#6EwMXhlA|F{ z)~joHkmzh%B&nMkWaF+AIMhPdb-`GQOT%3uiO^Ffo>+67Z+0I~&GKHEBhX^8OX$R1 zA|%E2IzphpnmmipR}Hxe6>*XCmvBS^U~r0YBN6U0yfYzNf^(S%Z1Vbh4M@I-ls-D@ zbY%KDmo-)UEVCGj94;IJ`PaCa=rp~#29~^c!qJPm#yOgqLoh#G9R1bTo8h{cuFPMx zY8EO}vZoPCDcF(LO9k!q{N&W|3C|-=vHfZN$90_4O#@^>^DXu9li%`!dBP_hRdE_X zT|#Rl%FJRovxsRzd^x)G?_ z;!X>XgDV6V$2A4FFIC}`Jc+N?*>$*zs6RZ@w5}%+?VK0E{3g&g<>d>{(u6PWZ|sxv z`*Nd-h0}nxcX*rBAqU*hJ*iI?3x#uhT=+0qaIo9k1QBVA(ktGkK^7+Ci~9bL_NT1dGY8 zwR#cI!OzPYw+~RSibXH(%Nx=AG=Fx#xdDJ)51GO=%w69{*X!FL+uU70(Roj2b+M+x z`6t2-4xmnJ69XPXNq49hy`*XSBTduHt(VouV!LhBS+9Uf z)X_L9|6e^)#dHVrtMBN!RW(YGHf}T=mF2w~r5p2o4qU8?38TaCD%re&yltjyuA8+k zmPkn$`D?4ofHX*Z_#EBPzMqi@r8;uYMA#r0r_(~5_*s}<2TRUcuvRG1SVih!M4s&L z9&33i; zvbF~sWB&HjPus@)?fQOlPZ#v<#xU839@?>P!7`4qX+D+F67Ut$qBOypg?3U$P?HX; z+PD8~>FNcYzBi;=CL+M#_NNOcUEBxTZ%n%IuQpDX4`~?Vk}6+;RM+NxM7POo;})eG z1w4EkrAhpcSNHW(yfXT&x>dMg=J#OdskllOB$U^;3jun1jA_i9KZQ4l3XHfbJRNPv za%oni-{XlYthygxZk!9Ym-)HSbLaQRmk(^>je-@ofLr5FFW<_FDRkrCvv5eef)v63 zI8w!jMU~FNV~el2XT45om-FG+&AU_I`*3<*9!@;&U7YAZ_ML81;q3$2t1MVCkefB` zA?ZCwX90jp--%iA#CcD}iD?X(L+;`@&DYXzLXJI!xDZpbW7CDqeR&pd9L^MVgd zvlRUEFR(Q!`J(-(F|~C5f1-cuAJW-9Umsfj!BN(_&{q;6H}#AB;}dt_+rU~iM%|*0 zF_6hP`S`Xx8K%4~I&_AO%5R^DL1n>;iP)_1p^50g^6d{Fn27OJ^x&}4C9$Y55&Uc* zFn%d0wa{F=gP#H#5}MRQ-0ab+bgdhAffN=XIwtu|!{>A(%|uebd$oD=V+>mh|ID7E z`C7mDF-&i+6x-^YiN@rLLite_Tgb=2dT#$$g+D-i7+%DUBJO z4{w9`DxikzhY{E&O-tSf`quaN>vUpT`+>Ch@W%dpvoK$rry$|U8w+7-4b)osnsoM+ zDaz~K84QR~c{5lkU#Gzm&L$~<11PD#xFGG9tNi6{8vZ6L&@AraRbdU(Rt`dnPEx!&9=G6ku5DhL z$-S9U5($=xJKd+c1kJJclazGl(XpOmWV@sv=kje^P}y}ZN2*A^+qgcQO7d*9maA31 z+i`u2$_3B2OlU=w0)1fp3>Ak0cNIDBUUtn0K$CFOKVg8xI5`JAjWFB0!(@u0wPG8x zqzjUl*Y3Dubo2uc(a`dPCjvcV2{y{ZoUPZNk z&VEtP$9CId)uKN$N&HAeeqMCg>^|@(_j>S-=b(7KmW>D-u{|VVu*_RYEK@& z-#CHg`Mi6st%{1PfvatJK3kQowgn#=hrHke;~)hY#Z3U)pOhyJcU~II!aenC?iGWR zi)3ZKP^JzaLZsti9eO1u5h?rfyogw@g=ja2t7Jx7;E!i zh4?MJO%U~$WF{!}O_=@>ULhxX_Y2Q&lI3sVo=YXPtN1^FSvjHNM`=QeBggWgW5G@7 z!Lu~DTIb=6h!Vh5*$2WZ(jrcHeL`-ofRXrvIt$drgc7W8$%^snY%!K!9%7Q?CUAQS zsj3WKQJDtilvOkuPSNOZNFd03mtX>`mn@9t1L?RUR>e0Lv6O|5ua z_g{I5!M@otP7h?Y=B;6mSe$UMB!`5xM_<#P$7ICX!jDLawPhcX6Kl)vPKvF}p2V%@ z_iOk?39$JWfQ{mp&R4DUO$g=fjV&P~?;f#ICg$#nM~~kb-9qxxj=`>NO*HM4qAjJ=cvcBcc9bZD` z;4%f&qmBxwPV=@t;ASM+ewRw;q<*L#oS&`T)fZU+AFSTagt8?(Sbg73Cw{Q{Vp8Yu zfzrdmP(GqD!$M=aPW4YD8=R%l4B3c&*R@l%e4CBfDkgNv%Cj6)l400!k`JYT1u7bC zW(rCRq)*MGaJ>r9fHr8Hod)Eutkdfhdx>?7ey)i)F@`)Hm4*w)e- z`JF@3*4E1~%|gy4*u1r$TdN9EUiQy#;Z8tnE`!wyVU<}HED&)-O7CFEk^X*nU!Bhz zaM@I5^xU)wt)0Lr5i>~7C4UR-qkwY)IC0oxDzU>nA4%2KoVZ8B`lrd7$qwnkeZdY6 zI36A$(&jn&oc1u%AUN5F&hHROG)x>&^EjkFoRdmx=(3b)r)FS>?n2AA0~#k&nU4L3 z0#A{5zDlMy*U5abpF@j#Leh!EX&NsCpLP7)a^(^o1)8wL%?Gtlq4~6Rwb@>)^Nbew zKH~cWKybxuzKT|B+8N&i--_-Wzv~%DX3u*E_$a?^J85wi5gfpY1HrsBcR?mVS*XY* z4wG~l_}(l|YGF!g$K%Da8XIO1R>-V5(8VMO>lMpsG~(sd?d~567aeoP(TMC{ZY&=m zMWUmyg=l;H-)4vEhI#CQ2-%_=D2*3PWJt_13nAyED$hMYh@RKZNu*i5_NW+q^sxNc*R3icea>ddI_Ri zVd{m-MkY|UrIs!%16~7&ZGB!j$JH}Df@XySqn%H&!KmBEw{@Y-iSk4flS6WadE{(`gJ4Y_zfjiI@dh zV`u1c!0dqeeq+UpuBVe*U!szIaJm4~aJJ9AFlWg> z*U2hB<1eFdKJ)fp0X6RT)qb9zGo44%8{NI<$xVH-UagY2NKDwnZ6~*xr8~Hzb-4zv zHkN(143-A1nz5Z_&F~x}VbPbR4`7u#Ax9r?DxBYU><0n&n%tX)*HZ8h zH=85*pK|pn%hA1DLO}bEB#}6XISv{Kg6N*oBQU$&Ei*#^lAK?sAn}Z8{M;Z%>VWSf zV;*U{={yU;e?lke z9NaKR^yE4gYD!^7qeTH^be4z=*Zu89h_1DvA7K5?i@6Vpm-WO}YU6f@7Ll>hewl{IRH%lIeQ(y+Wu-(=9 z=;e3$Vz?4L+5up$exEJvm{tBY)%721QqHdT*mv2o(F4P-0`#_({A)yNt${xnj=F3L zMLt^^S77~0b046!zgVX?;k{Ku#&pPg$8jhQPZII zGK9+C6mX+qDyiys1F0Lz^UHz~BVTs(fKExALg3S*>u+2_O?osIa$k7A$p` zPZ1Y<1=|=$fx)P8s9vy{yT;``Fs@!%rrh%k)_OgW`#^9u|?sR zpPpr6x%qT)#1I2iOA{+xM3Vv`N)Z`=1&6#9lF{$tBdu;1SuCsoyl$J_77gDBf~nEQ zL1`Spsh&*Nh6r7u3M8?UjcT|}dMV0N|)++rHWa^G8{gO**Tb1n+wCav3+l4BJu5hs7O6~|8EF9Mw zPlAapxOKbCp!X=hX5NObJ5T=35$FmB?}PKyd-T-jA{l%EhF*;?qIeoDNaw~0={ml@@AB2XG-PDT%~Ol~Xg1~v4zwqPV+fQ4#1 z+pD$sxu{m?>9;PMYCPQSl@B}aX6Wqd-mnotbc(^5pq~jF0_^5UZ0a|FoH>}15W98Va4`TWz z5Tnb@XS*bMd*(N%&7v(#5*X>2TolxWtVeyiNde%LhtHo}k>d3>NSDcNjUnA&J=vsE+=k!FB6-q%42SBUqS)CM+>aoR)+p}&Gsc=5UBojkh@)e^p{ zRC^Ky;t~uuxLHUoW4%JPjhrtz^Wrr_U-ep}npi|TH8vMC;DB1(d&>mvhk&CDo{_*s zqdEH*YC6=hU=R=S%!r@N5+`{FZ=>**e?4q?FJYa)szd_Xj5*{1p%|p%T<-*n+=FZY z5>;#L(syh&DODjs)U&G==NzMeq_^6!%#eEo=}WsJB3=^6eqhTzKT37%yUeT$Va!#RWeLiQ3S)uOf8ElC z)K8JbTTBl?4lib-U?kiQKcm1Cr{`}aWS)a5wg$_0I8t1ah_~R@v^HuTwaRE6h31Uf z+kjSkoBJCIE!<4BofyOpK5e`KCM}=m=F=b7*8pdF;{4F#SN8G8%#nEjDG4Ljl`(1+ zh|p|W!Xt^(3i$^TgWT?K*4C4`9Q}(kQm8af`sn-#6ZVf_N#pa!^|O1miE3cPyEW&? zYCe%es31|S?woQJ(I3}Q@Wfel+OTV4J?~Sdenj~$4%|js`X)7egy71-PSIqF|d4_4BlAuAx4YKkg?0C zM!)aENSmSZA+MZo9FO^vdPsiVP|*pveFsZe`k#C}J_1r2Cekl2r${Oz@#Bj@KnAmG z&0BiiUI{~fS{!r(I%1+-S48o%XX4lff^lRx=%U;m!idNEa$^={?)u|3A(gNHv|p!GkCGQ6mCkz%jY;h#&Mw*fu&mgTM?78H@2;GUT#))EW{tmVm_={ zmr|BEwB>I@$VnD2&5=9Ix{)_IORDdl)|oBG3)B|j4Lr~y<&elh9uiqv5S*^|@}l{Y zE}{lQ$T3fVGdVI6Xta`5=CYWL>S^rQ5QEJPQOruVbQ5LB^*{FyL`FE;)cb*b&!<4%b{x76g=#k;$!Z>T9}x#~q|A~;ZU zFR8tLLx2z-_z5zxj4+GicES(IW4u+1)lO z3Lz8JXW6>Ke6bn0;~hkeuu)ULEWP*;Ue}fEH+=(7ue!y*ec(Orw}DcXZbat=9Qtv| z1s>C+Z^SVUS2E4ta~eKcRP7;$xeN!M51sotZClb3Iob)w$#bAPcyE$RkjLk`?((=dB zt`*$w30nRP*Y0JM@`3TJrd}1+m7h6B$ukzv;-c@49_Kg(nFe4;%86{pN5J4EFj1HT z(lBqONP|je%iB+pujxI{LLSU#&)ujY$?{cqe$D$WVVr2{67=L)2~>DDgF8N6fS@;w zXDSz?M{GoSMlYcENYv-Ea}M~i-IVjguh;7*nj6e?1=qOBC3q~J%|ngMz_N;BfcneG zQuApD?r<5fEWm?H@1yz2Uu_V-liMg^iz!$#7NOssMJ6XC@?O*w(rP%%3)izK-<^K7pLh zsn1>dBDa;XHu<8!NjU56&(SYtz1yRyCtrS2{%&cZJ^1CdKL@|W`Y!Mz<85Z?(Ve8w z7<}+R{#165aF%Bs)Nuhzz!VEvbl?DvDf`X?g@(&{Zbdgf1qOZ1m!pgPz+p27ZyXN* z&h&=B3$8T2RRcf_M1C4d5N#daH67Ji2%vx9frN(@RIk|(;P2s2iN%_Jx3n9l4Q3EZ#cNn!cEwMl!V5?@F2XbGxR zq-&l5rz`{DyckZnp?|(1f&>hlDd&=gwR0#sJ`V-=#RS_QED=cV*Zp?y&`DgB0k{*= zCncAg+zZ0mB@<@hC{J78& zRQcX$R~IHb&=6&1&z_+%gVrI=Oid@GQ+qvU7amso5~kgZ_KE>cI!d^+>Lsw0TNmk? z*7`fTFZE`APs;0038`C0V1A;v^ug;1vjLilm)g4d)sr9-hM&(t24c2VLi)||QBAoG zB*nH}Z}mLn4sz}Wnj>}K$uvUh9NjQ>1=?|O-@_5OJXO+LGZc8WKOA;|9_0@un-Lbx zJcUG5dUcJMtlTVtev_zoB3nnR##YwC9%m-^)x?Z9(EHqoIER2#-p)yjhG=Y+f1J!` zIf7Lf!Y18E%Z>w*0}%tA25VCC!sriiz>p9!ha^#>_mW5wrq4iQMu!&4X2K8FJ8V3P zZ*fe=S28mvf{mbNlNPO*6@yaE^_Y}n=+n6z6eL0*ul;pH4a+sw6!plBne3L@(xYbK zP^1yz{c%oT9Y^66$vxwvb2&7oBIMRcX_z*6`}({MPLT%&A%KrvORE;9DVjq^O}P3_ z@@tX7rSyfIEkLK{97AD}^dc6!IPFrjsJy@KI-uL6&JG*uW2o{vN!73gY#U6U!?tA^ z9P7kTCvS1i@)pH16~!=HUxD)oD}q)ose05qTDUL5__u(L1eW`5=B!fDZ^E_~Ei#?} z>I}(NbQF+QDy|HCN{7>Lq*il3jw2@Kx;EzJql7bbsb}xdCORCJdO*+2O#VQl5VM|v zL`|si{$SX}x^DLmRqqj#X(BNWFl^sjS~ERdGR{`qGv<^uWD>+F)Uj*hAYu5#=?zo8 zWrAC%3D0S0CXVU=%2>#u9C9~BD={#hc*%r2%1O0is-3F_!_s2L15P!Vy&+o0;vUVx z<+KXtbm|!zUw&qmpdx5Wngot6-H@!?;NCD(UH)2p$xawqtWG^N!7I5{7vV}+DEDrI z`I_%u5+0Zhj@5>VOV2{fA!gB^1|B)*-Wd6B%&(Th{<6o6eMv0c0WW68S!ul7vkVmi zhcZ-!iPm{0go<|o=QL6cboi|4TN(wMN=|DnxkqawcyY#BpAsMA=h7OcS~Aj@>FE>T z=J8-~3&46fnXkh-X$M!Vk6(+0m$o!yCt8XNSTe7;FEoJ5b#`r1K}mf}cr-L6TGZdG zkSkw!>t+6hGKQiKd_{uRe06;fo<;saQU)UtlCou3aGU$?({%m7ZB#2~Il)|<)nWCQ)moYlXPvSr&}c<(-d5%#MN`ThKU z7?YB+PWA5o0KphH19iLdauDmaI#r5MUEcptGu!`AYgJd}gOZh;`t;2;%IYI}?M+HQ%Xo3Cv)`owz7(g8!$ZIEhU zrk+5eoCcYGAn4R^ReqQxb2`gYlIs(1mIjMJjk$bRkob_$@hgqgqS+F6K2@{-QX_rN zLS(t4pA8_R(De>-m>&V{L8pRvMCp>IMY4t)qkJNy$z5B03?x2Gop z2P=NQ)}R1$6$f#gAi{uF-mP9n(h2tHi@ESwp@leE=;4BAg<~-37QQ6mg*44Hf5hzi z#xqYl2w5h9sCv1cb4PK8cn9P46?Pkj^pKfqW#yBAL%Ue4{P|4&KnKF|nvTag(3ikL zD=w~e^}W4+aa8lhFOI}@y;)@TT*%%qVX~cmx1o!DrgGNn&?ed~c_eC1>HM z2lcXmX{78;KBxYmrS!Pf<&jOACR7@3d)%NAujKSL!s?(#1NDTYFR)#NCME|?YOFV8 zWU{aPDuz8l=)-?QR1npw;V{WG;vCd7S@eZ#OB=^xNpx!_Uz59OCOLOB;h+jMV+Mpn z9&*|&5Drqfc!XD5Zgan-bzEvAynW0B^zkW1D_#YF<1)`q`M~AC7DV_pJil9me87>6 z=qqgB!Td(pyXnY_=Jz7EvX_Gvzc~S((N!ct0?`z)jtK_KjJMt=P8S8^A`%BZ)oHdl zo%hl2q*$R8?>-p{om(cu#<4hKf#tckFXki_oar;ne$D#~F94riCnq>{alo5c8D2kd zIk6_qx)%GP;Q6s@iY7i?WI8r)1ko#_^9HJm*KXA{zMVcwmRLCAXtH-?m}U>&y?l_W z{ekzW4JC)tNH+u;wbp3U{ZHrn>R#jFVrc-X4ksJu!3C=ggt>x@{hfHRsCtCr8QU0K zf>U@tS^D5@=%gVBe0d{qE)i|ep~iNa#iOaQZ=$-d94v>Bt-m!Lr`!#AmuN&?z%mg? z<)4<4{OMdkr4@a;oV6pdZpW2n-5i;=qyxE?<_Vdv!pYvqsqVA)E!LP@w&#La8nolJ z6h8y60E-b-4=C7cMFaYSs%)O>f}B7nc~HB%?_iMz@m_yhsh->Sc4u3$zGOf>=EXzX z8z&d7swiA?dyC+AolPz|e5fQc{M3W&EtLO0}dG}zM=XXO!j_+g-xgMG`fr! zb7KxmPU2myahe5J0pviD{JvzVWAIX<}{qo3uNi`2nkMnoYm#6m2v-6AL znS43aFV7Sb=n;VfW7_aHfq41eKwOIsEdr)Z0F#yL#75(|!YZIYw1EK1O45q_eiraj zD4IJCsF8=BS4W6IUCRBmzM+j(EcFwYDweZ;P-*CSf-&!zU6Fubn@!tNE>{N8)@as2-1;3khd*e2HV@amefq!oGkR>F-;6(x zNn`OU-)RcHc=?f5sww1e)_p!c{V=Y1rzgjs$3N{cA4SO z1^}|$k8u`A&wUIUAfzX$jnk`XW=9Y$>}8yWN@r{w0O!FX32N36T`mo^O-t%wpe3PH z>)G{yk|kGFTcJd~cWePK#@pw2Q%y_;1$D_gN@jB9wY`@!i}1qCnakx|EDa|oCxeK@OGck&AQCCH)~%$Wc2aycap~<&BDnv|B4#a5yYrI@Zk0iVj2co_t<(ZqT@XD~%p{iWE@fl@E%i_fb%~Tpd+)>F%_!$Q5IV%vScLM9Bs>D!U!n?D zyylUS$xeBO5grZe{*d>GMZGU)cI=r!Dt~VJTmIY*SNRLm_44N;?vy_*3NYnwRWK=M zp&$&};KG^y|G(Qgoxt+P(yh7`R?6S=A+pgugRMPF!Yt=Kb5E$oc7k>R+8!R(9Q3vT z#;I9Wr+v!H=p#csolcLFJ2v0sE5&d1>%D$gYa(%}-8r;g5VZ-rErDl(PK-s8rioYb zv)MQl8pqdbMLuA=Tf!*U9M(>w5@aT3#)jPO2PE{RpzMu;oo+c*fm?J?jy8x@U>$~O zlTQzh|Gk5;%RVubVSLm0*uZi3l62>*d!&d((|dC;p)j3&OeUoBY{#dL?lE?Na?EXQuixH(tQa z*r@+K-NXp5ex_qIIrLug(T?SelolGO^+XSK9>VMzIsgMltCP`}bRipW!8MsQ+b|~W zSTI8_#ZbWGnrafF&x>QAHgERGMC$#}7EKSmkDN4&>+2|quVCV?bHI#~ZaAW=Azoc) zPSi(e`jNMXRTjCXoK8&+MVO!!k%lW+Nu-bI#%sAI^&v-#WiZWqWoo1ULRq88j#w|2 zf@tCfBXBKpyJ#P0)JOJ;(z`x#{zl!t6InSh0*N8jl#(nDJKB}*ToXEu2eC!eGmo?k zwen8Gyat$NWTLXwdUh}P_3$99L^VR7mUBnfFgy||Bf$g4*@3du_88+aU9XToMthpX zJo-tQahV4qnXeZUQFa^6=b>nqhd`%c{|hb6d&!bJ4YDkl zUX$LrT4l`COTByp%+u=#J;JX)fGp*{W(S}qXD33S>6D787ic9%tcG!%-Oq24P+Ido zUPJN|3gH@{&z0#tB^1bEFvl(H`z(jj`1S3_&)8rd79AMK1} z9U|iIc{v%{xG~?*IO&>XFDCr=1*p{=oc7ulBv*EW7-B6EVS3$oJd5R(CKM zcG_+Ff2;BPV*ZyYUB2J@f3vx=tK=@`AteE65-ear+BeIOb{bq&9Eh0jN^rY^ZwVMU zzjLIrxMPr5AJTXoVZLcgybEGrP0=@yKX^{%E1o4zWR;gwiFaXWo@3floeGOmk0*2v zo!RFQlzq;rR%(bhjW-Q%|HXPT3HEKM7pY!T#8V^YkD;-!a`9HD3k|kV2OP7v|5+TXE#`zkTfQ*N`=?jBA9n60uzlFl?P5B^LUGdT#?a0GsxTS|Nr z?|(YlK(yWJ9Vr*y?(ET$fQ0Km=yY)k_qrAEbmeM$JyUIE1HO*U!JO-K{C>glyI1cb zU%lmk#|dDRKjbLz&hy@odBI%kHjhgFDVk~ERN7UAyZy?-{lP|Iy*gcubmQtgqQfM( zO1@#U18>0^iP1MfoFT+U??rDJ#F{dF@B&d~N5Py<9+IwKX48PLQrw*D`DM*}lg!!N z@B>KzEP#Kw3Fb+XQN8DMDFn1D@bl+j&glXoTsp_IbEBTXO`k+rjfse`w)G~))%rS` zaP>a~*%Cn~?*c?{z6+2BDz_uo&%dVlmoLimB|>RA@a4wBYFw(Y6{8@aWo1R{Ud@;lJfFl3(b!j_d`?clsoSW|&{Pa)BQQ zH(bGon|Xi;{QP^lto3`ubA;u~+P3#1{2k5x9A(S~loPPMqn_S-rw#9Xfx}hP1vns_ z)<^z832l2GUPW1h1=+@3)L3Ut{0#1>CPd1XKj<}H^1}nPqL%0g3k|u$} zN|FWnsIquCjI1Ch7CQwI00{kYqAXc9yp&rY+2+~O@Kte&VGS_j0{Mq(qm>OF;1e~= z*2>JlR=zBd#ONs<1DW^i1?esGX>y&+Rgzz(2?yV@*vvPr5CUm4Bykrp(T0=j+92_T z5>U^|iDe}d=}4m2JW?rNBxvYWjtlRLkYtCSLnc^>p_d$}7bKiBpUrh0Z$0#QP87Qk zeigdAKA#B0{c0V0G$pvXGQm{I?qh^knaF-R8;qp?j03gem5N0>C!KNPkt@=qmSxS> zfV8R(CjLp6h#o+Ny8%G5euX!_P?k^qUH6Dn+JDp)t&4Lp(zk~QwQ|%J=+&UjBVmHF}+u-mBMH)dPB^ z6}-LQYKWed^WGol3IA-o%I&mC;p*dTvC*i_(a^m{=?2HC`$bOGroeH)&D`xVprKbW zkf2?a%iMK1GhUg3#mSLW)rC`fTM|26s6D<9^f*U3anEpYf4gE~mT?Zv&DDRXIC=n72$;B&popUxzw}r=}gy zZ4Qm?;xzm{nkH&kG4CvhJB~P05OWHxWU0nGcsVB(H%si2db6I9AP75#Rpii=GemW0 z<}H8los}9 zs2q|ZCas$4@-{$cu)yLX}gAh7&&{{F)bMr+kd+;dgmOf(!Q1L7+6dOHv!zo>e3NXfO zx+6(mu+j70Lhv7KlrQ8XCT#_|rl{yqd>yc|E5Hr?0ZzRj=B)5_hR%eM2w8bUyn~;D zn>Fc%k`GE!MaO0EM~)#JB&T7CV7jqfRs z`F-Qi%X3LNnuY}jAcMg{W4i))FjjkE>;;fjX2MiB8)CUmk$#$C6t06MgJ6J5U=m6+ zvcl#XdxT{o$fsJS;wfhYX}DpqrlYP07<+$Y&j%WI#u#MP0`aQ7!Sk+fz6Jvx`j$_iVo!AjsjH+g(MjFg z*45E-pL*Nd-PMsa|EEG%OKme@${Nx=Btokff_@uDySrji%`h5;DQ zf*T$Hzq4}yy8Zv12cUA5JK?PylwI6jAUZ+Aoyik@eL}b zw$8#F8QI+H2v@lyZ8DD?aa`fi%zGuVBDpVILby+2FRU+uXwG3M>LssvA4xiaE(9_O zQ+saV=3x|LKfLY&G$H~VY|<>6g5!bSIKh=^V-F=27A_IE3G!GceE|ba9dYU-xCp`( z6HHiC{Z@^u#%Ou_FLO&5@-A6i#dM8vzffOnr78eRBB4nlMHNOIGSJ8-VWJSb@0AuU zjcPJq8}C1=;Z;CV#^-2G)3Sh@7Z9!z6(X@zA_Bb$W9r5EU4U<&!@D66`cmg@=mZ$> zK!AeBbOKThRdJOthFrO+sD$He0v=O?I;mo-GlCr%LGQr##z=g(h!Lp4mg?53$Kucv z*}6Cev@tTEc4#`7D4gCcd%!U}j1UutCV@8&B~bo_j%5_#q6=+hq{CBjNGS@7PbNzTg9QT(2|~S zV55ZG3IrvGU=fH{jP_w&P8cRWC}@$rE-+@|1$&>>wxE%ZQ!h+RsdM5 zlP(RjTuDO);8hwdnO}m`0f3h1BXw&H!+Dp26m+F$xLCsI?Im}v3Wr~qxM_^VV5)=1jJgjJ<_M6l(V`}F7xz9z=9xf zQMAbn2CsQ7kFg2kt3XrY7z)DpZV~)74V86n9csFw;gEo;r(6Lgc%wsuAA7;O4V~=N z{egFOogkV9VF$%;hBaH&-rj z12#kZydW{_gu+nU9+GNUWkK_CG;Xo~cFidXld|Jf;Vjggt7x-8p$-VZ+v}(>CF9c} zyGz^U2fiYgXDm{0njf1d?2^1lqe(Eg5>vjP1y!-e8AvPfn=R>hE5=DMikz$`B&u`x z{!rHb{+XDZz=2>)T{z%_+u*lE;Yc+LI$8$$h6*G(Iro+vB2RmF&1)lCWlYWh0G|x_ zmVz)lbq;D=jhTcc?|a?>HupZ-v9D;o+(;J7u{mWFVzq6FHUTpYR_)<8%z;^QJJ?^( zuOpI&ryMHGJ|@R(KZY%w{#wwn_5zR`(;NB$@#PX+^nyBg4FvKRoO6WHevw4LePBC3 z2SnDupaEazQLun7?T9UCH320~*7yN7v6^7cF^tbT;|QgfbAZd$EI=fF3MJ(Bbx1FL zog_06kFj@C34RJ`eQ-nGg^O$W59m%!<}sp&XAu_xALlHA=k7xsBF5Qz>du0Dal4)+ zcjAt?2sviz0w{Q|=#--N{|Jn<`&w0mR-W9J=|EBy>UY?1I~17j#LwUz7{9}5FuxAh z#;0FY;2^2x+LeQn_C(7Y<94xBI+1sqWE3<{P!i1NiV7vz9OPtp*xFnqp6Y*|dF*|ZVP){GOMLkE7gV91eh z_1U1hzgxgAgC5)R54XDq1`L!Xz*-gzzm@xvOwfFhLDbBGerx{4fx+G^dspNNSbi~z zpjY?)<y?&tyD_$58STfCPcLZ=*s|3E)z?yE)^CyfxX2*B(B2Hc=k--j_DqGlO$P0N9=z?x)MTK zyi301Bz9aRKL&o4i0c0)n|8IP8!5yMT11^jBFpcr-y5uGMSa52CI&B?vLxCNBUa`3 zB!x|)(tr$>fRRW7sPHqv3jk_BmA^D&;I8G$U?wr;kw~q8B3ewMt2G>9(IvDu#%y8O zRkcO@s%z_+hfu>g$H~Aq2biPv6vh;i4;0#Dp?p06wpvdt!i%lLZ186fBqk`t_U;4B z5$VkUaEgRp{W)t64zT=%B)wo1&k=c#`|AQxK>#7N2c3F3U9C?8pn}Uw(t1eWOIEFJ ziz9u!pF4wA&wKHUwep2@0tDA|LChld_Er031|1B|{_%$kL17l@N*$0+Mu5g4ILAI??;)Wh)psRES7NJ0W%W6j zX2b(A33F6?(idA2P1Ev@jvXV)YqTmt2>6}3#$iXX_y}b{zx@7|lT_9ey;>KEjlZ(z zcgAcPnq1`izRiq-QPW)&iD8BGH6wE~2sw&p_t@Q>f)p&5v}Yz$+Dh|zlXa4L`1kS2 z@%J2>+-kQ5&37M;#_#-5%Wn;v{7I|V?lxQU`BUPQ3x_atT;B~=HlbHeBud2t4@C%X zJkmFhYzujLnh0Dad;xKZBw{$9DkBp?CHFwsaIyK14f?Hos@G%XyxrXraoigSPy478 zaa;#V6uuwI^MftVtH-O9Su^m+}_kaf%VIuD(&TOJub{uMnpM%VNAT03jUk>BrpO@sOmM+_Is`(HOk5+m99b7LgU zwzV(vByFWNsLr-%k(ASU=qAZqZMLr1c-#Fy;TjNYaoekmzh{h2Zm!p@-p#y69WmLx zDW0$gpR~F7^^f0Jo5i;;7*qC<8>(1*^th@Y+(@?M<2I2g{+JD9%leNWi+}6Jxgg2m z3r7v$#v43ub+)7_wV(F}4{aQ2@&D>gBU=Ktv9b;!Tw%f)oGT431c=H}gPQp2O1BZd z-F8!{&rM1^>5|$*n;)|vor1drpF&Yyx)1FiQ@Zb)(*K4Pb{4{23lk|XvC-DE*>7z* zn|r$!0 zbS(?PxMOKxEZ2)ZGbnSrSic~v?uCApZl5Ff%5gOHm5nx{y7Cu2Y5&OkIl{!`Y3y9> z#qtki+1kRq>w3F!#q+{k^YD>1k4&@w4ciW4J8!uDb6VcjT1@A8r*d0#os(W$Yqnfl zw%lmjmg{WjBBi=VezmspRfm1G&FJwG5O#uFEc&v~y2QFb^xar3W5Z zqIv1ZtWl@*;NPe~e~#i{5lnUI(b-&m*3;7KJ(R|6TKumm&`*`Z5qshLyN-3ok+rcB zXOR$~n@A-16^wPJvtgb2msFqdHW2Bp_1xc*4(X4ccPq2?d))`F(CRVmJkFlLlpPXj zZTyS7%~>`JtHjX!2;XMziFlGule;}P@?kf57q*qgb}A(u7K^g+_Q8v4yPH}xSQ;EcK7_2 zaA2z233l;jH^!rQoN&ITI=3#RORiT>oqQXZWbEW)M^mA8hmQx*^;#KcS)}1V*NEYz z1{{Y|HZLOl5gvc0Zz|%x*(^N`O`xM3mC^9T%Jd@+bY`*An0p%?w-N>rgs;sJC;(zV z!L&_{@F7%o5gl05K)*Atb&m4L2ZesxzXW=uKo{X)G!#t|?pB^Ndm;wPvUnLFqnm07 z4J~0TEMf?zD@4zQMX{X+I*;7>2uJAW0O`mI06fH6V70>F9D%Esx-$zWfdS&61Du&w zHAELvKMTVp-H-@B3z>?98kH=gShHRWQ+i-TH?#T~u~sBCOH*o^eNb=pTdhM!;XrO_ zz18CnZNTrn5-QQa(hNb^+ZU%P<1Bd$=K;EP4^e&yThjs0n{0#sk#>X(d+KQ-c!%!b zATP7i@#?KEHDGs+^dP4P2RJd9mf26ui4r9)=8AoPncjtyD}XBnQyS5%akWf1JYaei z)hAKhyb4#dWZIx#|2~@_(&KwH^9!P5Fi?L%7{ToO%hVqPYifSG%?H9O4Ho{W#k_ux z^uvBD@1zfkTUI1{Ex*^T<8Ma6$Dv`;5jIYGK!Ze6+HdS>>5MoFvPw{F1A^!wLD9JD z`ol_Dt|bTU$lG$#ev_|oi&vd@(4?+o^D-A-Dv{TQO6MvMV*PY(lM#k2*S)3n6z7)O zx98pg0$!AXWU5C^Y}AwQzWH{~q?dDyz&rx$mjvdYk_5@3Ca7D`5IT=rbpBQt7~Xpa zvMtW}czx+S;mZ@7;79VrsXXDnqb*M`NbBd2mN}Dl#F)Fb5s!RjOQDwaO zE0t-3jkG!18pB_DxC#r()Ui4Kc^#W0o#Y5fMGe;?jU+|P9>I6gsi=2+J=6ZQqXRW> z9vy8znc|JTEk{QeVHq72Bw+UO?a|R6w0d>?J;;xaLT>(Mb$Jk1VZd^K# z63P@dNWT@DVt*)n7lY2WyF+BM4o&gl^XgPr`x=gF12u5AL3JR27sDPBS^c45b1i^% z94wb~9Czz}y9Y=cx&~7X%{fb!OlUR+@Iss{*nr3hM29AD@HnKeXvf`z2qvUMPDq*g z)h5T2PH79$QAp>U0n*&$II7Z^T|-o&iY7viCNSZ5G%xq{kOQw4nkkCIOofATe&!n_ z@$r_}V_@B665b<`hm-q2ElI}-L`0Tt7)cQ;5aF6eyb<)qDbtQnEx4*db{cWwre$nF z-GX&4#}jExMiv=!_E^RwRuC;XducC3^dm`+huQZFRwri|G0UzlBV6M#vwwo98()~dJQM0?N=Dh5m ziuongLslg1-@!5IZAyWDPm(LP*|Z*pLpHCgFn2jBes8ntL9aSqtPo%mO>a2Q8>u)~ z;Ut=p43QeRtkWPNO)lHBtB zuYX1U$e*~f@)tc%Tl3nlL)n$KY4p(ZmWH^&GEbhdM8D!CTEW(Ke-GiCY1ULVvsbm|G012dc$ z6f38mHy|0u(K?;3m*9G(CkIWwytPf*V&u_g%WIr)M~R@~aX>Vk#~IWkA5V??!lskM zJFjDl9>oCqA*}E>)XO+r0Gr|0U&k?;7>Y4M2!G;4t^>dwr?Y3zuuZ;fkg0!RVQC0> z48KKk=h(;pTi+phX^Q&=K%&uNaqpeq1XowI?Y>+H@ED05@|KV5>{_bn9zx#xlmC44 z&5juTj^V%_)9sodDSC~(XUl!$Cd)v!0CN8wfS+#4UAYi7A2xI;E6 zccG)^4>xYy6;lJZTT~7mBQXe;yu5$hDTU=IwJkzYYY=CMEqD0j>Dy;nF8Q5X;+PXB z#s3ue6?5<4WPCC9&d*OyxnH@_B?}j%1;)&eOELnQ&N)C#6?e;8$#pnif{Pq%BmvTu zut{Wdq1I=awB3-2jWjt&u}DOZ<+RkhC<`Uesb;3^c zq0Q&)Q`{ub?PYGhkQB@;nF{NktY52BhI8olUe55O_qpMHzK&MBMTJwI1M-h^3m*;W zo)(c6!eIq;Hjql_y^n$`Slh<8HSc9G=d6f#38{0jcd(YkbbD-5=M5Iawk#`>md@-)6ko<{aXu~_(DdIT9XP-gcGMvH!4 zQ`2)M*;b|+Xg>MwKvUFk?jw_3k{}KL*stL_B^C9V5RqX<=%@)}HrO-&P!I>RoDFA; zRAE|rFGvsg&+wU;;~DJ7?@I0tU~^WUwTR@qroiZC6+gz;Lo~0vM|K=DM!$@&=H^;? zh3UJt*5UE{=F$1M{*QL2+vwJZBU_sRr{DW@akO{t>Xv)QMc{?ZaMF>&lZC52dBdK* zwDc<#tG5M`q`vot?(p}=7x=8BAB^|L`T+{Pd4ItWRrDP`>(U2QfIfILe!2Hj3ijy3 zmwW-g86UwDgAe=k;So!ZZ^j?@PUXV^efW_xZ{Lj1_Ri$PA$@qpsCRG1KkfY_ACBn5 zpBNvG-wZy!_s_jIG{MY4w+ImQaq+xN^FvjbQe$W^m{uAtDp(paEf4y?=cF)t^Jhvx zNJqBiB81*Y->yZm3-|Uc;mh7jed=Yl+S{{s@x9aMByt#tW%~U+et#d{@%EZCwD#T^ zS1D#Dyv-03(pMi*Yvz4S=u8F33Vn3JFS>v_T7Ms|Z<&sfYhY5wJ>h2DZpz^GZ0@;v zkZE#MmRNvH8jJ-zCllytAQEA*gv|-jA99*!$>j=MUBdVk&yjqTAFY5*m!2`MJ*+>yjqr*E<~0W!M^8IjQUm zx)8DR46&H&&jOCXn$_HU2CxQP5#O97zu-<~8Id`xXXOnShrh3c-wtjm`c9!jiq>n4 z7Gwl#8dJm@8JUe-s&)fjMA!)%lWBt_Y5e*nC4mb7nO`^|ll~eZm#RO0O$t5@4#@$X z7Lp%@?VF*0ZUefOlT{SB=r_9X#W;cdw+XOFSD}H#a?<&2wx$Wi+{pSu8{-UZ#P~GR z@M>CQffW);iFI|bNu?7)mMCe$)~*83wg?ti?Uvh% zaMI>+UvN+6!JR|$GM#3NX42}k!p8D?Y5Vc>7zpajRzpWp8j)=9KiA|%zA5CIBdi(+~H_dYv zfSMn}tE{P)kt~#tt-kO3UqW5Q?uJ-8qVH_|Pi{NayuNMxlXuAMJ`NVq^gM(gzPX~U zLi3Ye@hJR#b-xV1@BIbR06cU3qt0mDI6Ho2hv%&EvT@R=9*T`64`j8)gv8Zlh&NB@ zAUb?}7;s|I^KPUMGQUwK-l%zv*jV z(BG{-Neu43*PEccP491bx#T+xyESVj(G+9y#cvM^Eq&kk+_=~>CLYP83A1q;kSvjb zoii1^nnAHt%0O;F2tZoYx|ZBbdw~xA*r4Xgck{`rFs@{iZl+q8f`DYKFB$m zgH8bDOY!_Tln__VeknUx6jad5(O%uBcSyplRJFS>*Z-Zl0!Wlh*^tb!2g~(RZ2eGd zNh?3+T>jFWg}?I>rAb?1;8hc6-aY;K>?19v<=+7V{=LSJ5^B*1Rx9fKjV!B0$j5jz4eM8N6JJfQ zg-hrv_@mVZ7DU^y2yN4*aW{)sx1r(Er&Q53CR7vM?llVtfPRZ$xh2wOin}r5jBv(- zi+G=(k~;H86o<|852Im|zM~2-i0l^IKVgi(3F+qE#mVW*{hIgXNUH%oq1N-oJ2)rR zkmFS9$`%66Zg^OE)Gmyl40w*oxUJjJn4JDL zZ1mH5DTr42!EwN^=X6yNtN zaXWyoK3gmN8khk_5w+E=EsHx2m#zYR9` zf&-$GpkcEp%($Hmk_J<*+cxFsjM(!=PL-cML>Hvx2W%eAczwlfV4!PxV&v}S;$?tQ+PNqg;6;b{M+~b*1B=j?Ja`el?;PR4Z zHM4H}EC=PtDVC>6%0ww*rNV{)dXx7iS%%(uv{)K=U7YX?3!BopkeU{Rzw1*qL>DkV z8{O#_bg|DxoqWO;IbZ#dT*pX&^#|@A@rG3iDw}0Frg-4GIgB0cilddNtoRvvir3k0 z$**G=DPJ}9MSQbdWdpz&U_aU(n-`jX8zu*Q((#y!rP&(Q5d*-`lnAbpPuev> zAm!kVCbsxMH^%mv5~OpvkT{5yjl@=9%`&zHoskLjC zWCL;P9wc`>AgMdZ0;vmjNB651lH}F2+=aArBj)8XBV4|{k z`z=%b76<5qhc%=%6WKTdPiP)RRm(#chtTMu)~ss9%fSHe!`8GC%Y~PR@{s0I7Ez*= z4Lf4r^l-2-A;ZF{s5=`qZyB=uu5<^1AE+3z;c#2+JZ#6C)sHH!;;qf8zKb7I+_{Wx z+a*`jL)m8nm_)lIfLT9Hme&fae3oR<@8UENyfz{G;i#3oZ1&WwqVv@kX)Bx5pZA;u z3`rm|A8VgHWr|Sh3G=N=ALh%^u17mP&b881M7HFc0W&ldZHegc^Ag1us2_gg*>4<@ zGL{cq(FPV*459byn_#)TSBTR3>jcn!FM|7LCe{f-?ccG)@@xL(QwNx9_(C;+fnuT@L{FRc$GZpCRI?9CNRF%*`_ugKfX+|M?RjS=gLP=Y->QC9zbBjZFwP^Kh66 zs=1cons=7+;iUe?lSg^VD=sTXAk9(Z9hk)^Q?0oOH_E&N^XM}8ozA#Zq)+gv2L_T- zn%@#C1}l=#txRm=pp8h<*K9py-t+h8#v{vU#+e2qD+L#|rBU5}j>mANYD5t)lVr|S z8hmmAUQX^}LDSK7L295IVk)shKA$P*0Y>6G6WT^CdB%uRIK>TY9@6r>)%`Mgswk{u zh{aim{;7gIs49yC-;}jyeO@r9ykr@6w5!s*EJWD$XnUoFR6wu4vr=CeoaHtrA$n`2 zZMXZhWp-5xXp?qH^4(qD(Hy+)_C|CID#ni17F6W+aC^aiA#HN^SQX;M{Lc1D2M?iR zRF&nH_P19$#ChizrNCVk7s4gI9m{1@D7d{_oz^2qzk@~9F^fu6g6)&qX+M6nI-SR_ z!n`bR!uIwCbPH6nyDKfO!0pr3>ACTz=IvW5EgN*UR$54tePF1Ht98ftBelLWeDrSR z@?HP2vs=*8+dG$Rx8$!%Pa6RRE~sgLpI zB|tUXR)flZRW&Gzefgo1L=3q|B;pQWXuHE*9V@r_KRbR^XGj04ELLQZU;Z2&vp{H zDT;onc@#C0^r{(8toNO2?=$^;%Wn^wch|{W@UZ_TS*$`THl1^zh=emJA1;Rv1c;tt zq1jjm;0Ee6Dm)WqwI8LPCNk2AI9(;N+(2s3!*Q)ww!eWAT2USw+%2DDkmiN^=GeBC z`#USQ&E~q8U+aCa z3bN~euBjH7iD>?tFOM(8f}KBR-d!p^W{xcIf9-#;+|Y{tCavD*=4uaSNJL$+Kb`8* zPzV!CAC+Qi^lLW?Db#2tH(IHA6~>5T51XrSvCQgecr~y4^*}>*gxcvsf&#TOI)8Bp&gwt+GQsD#m&tlA09IWzL zYIX)D5Q+wkgoHHtEnH>wc@i}x%OY#iUI<#PHs;9@8IaEN~ct_AFtLDkOb;OQ{f~;vSYx5q?A3vi6Y}ubs$_PhUX=> zv*nQsv<;eLr5Jdcq_8SDPGOL5_bP9#)rL2AL+LW5Ms9T+tk9{hZsaP+{NB!HbtMy3 zduw&Z|m@e(P?YJf(mbZ&(#IlkW;?(t6JGJMP2`Gfq_7X7~6yT zDuM5KpiX`gWhM9*%sV)mk(Wz1%3^8A4GZrXh*IrHE&)wPxA3Ow2W%hg10pV5*mwgb z9`b_QB$5LJTL%S!F(bJt)W$llAMZ9yZHC<+bi_;%zP-|z^~1(Dr6v^6##-Bkd*E7v z9KohyxUGH572vj2Tr?VOZvczb-PU7kEtrh_>V|f@BJ@6@Pa>3d9wC&jB(8_EoF9-# zS7O6(T)aDriczBfm|8{1-D&}ND(jqk?~%IP9X@Xl%PzVK0dUYNDZ?A$EsI?!(d!mq z1iQIl%RPHpFevn#SG_D46gHlyvL;kK?&e{;j}N+)Pq61mfXSd> zT#{Y;BDnXmn`pUoc~m7Io4rQa0&czZYrRKZc#qyk%ZSMi890YiHc3*tXUwA1J7B~f zgZQ<>sq`vH#nEQE6=foMe~#ifT83BO<)W<$oTh|vf!Sf^+}sywFjH3g4u-ic5Dq_& zr^v=tbO10w%7^nJ)YOLzhP7l-;gB1a}ao*|DyeGMvScCBoLLU9gPe)VGxM zJ()I_AYIx$tap60L!?Y?EHWEexrihA`QqI7!`Ap#vLC0?r4; zSSJGKQD^EhMt1{}&=!r6ZezqZ8T=@B$rjR&b6jlAb+iw53oADlvgxVuD!NH-ko9VI zQ=ZCh6AB!stBEt@=v<(ya9@y+juc=a>PuV=vcbS(jxL)g8f}S4&l6crUz}I#ddS1! ztP05MtMK<#&gyBpVb!MtNhUs$L=o?zF*?lgneu@!&lwGO)cP#M>jh2tE-ZbkxE1K- zhaBR{jHwD=k7t}qybf8R(A;n87VVE1-s(7s>q$YUw&*Mj!?FlgN-`^9 zOh&uefm8E@*w=iSoN*|r5{-)47RKcdr1&w1s9h`oNz3WIxt15vm3NUMik%T3wIsGu zVO+TEr)3t*1EJfz4tej~<gfWe<28v(3O~lUF3LVX?$YrwQ6C~4Iep+-5u+?kM;7=>(MhR+jWI6x=me=gP>_nf zo{>-|8WZ0tdGfD_P=+rMN#nx%xzIJs5ArjgLuDwFC-yzYnBt~*-u{W=@gXS+B96%^ zr2~To4%a^_hpmGV0eMBZ$Jze5n%rm`JG(=IwCU)&3B#-8Dp&-Z$MkbyxBOyqzAVVA z-M{-eQDFeCoYU!Bl5gDA=ywIh)?KTTM^9Z?K@j2I(-|RDR5ZqmdvB6p*@z{B!}9>K zfz`yB$svvOz4FKg95!ayWebyX5ajR$oCQeDjN;ikTct{HEmV_OwZT2dgp|Ia(rkEmyG$Q!fg++wd%uZ>=v30G4rO-oSFRNLTiF6#%klCbL3Op_YhO1 z1;y=$8$P0Kl+4ysq-C2_05_3Fk%8?jX4tKnEbL&ty2dtO+gn8pYN3%Xf|7txdeLGL z&LU>qReX-mpHEIa61^%jgcxvR#>jATR0JFnD~Be@K?g`UuOt0#o~*OOobZ|Cn)w$^ zI8fA%dmWH11ilPAb{FzO09gn^pQ~y!681B|;2}UxKqa1PNmFrW)B4py{Cvq?RaKZR zVC86zykLb9thKGuc57!uk5jM++1}e(sb7k{X>Y5vEdfO>Rj`~%WPHyJaVVD`x~928 z`J!bmf21?4GB`c_NN2R2+hV6VPg_+q=+Rl&eVjqBJUH#0hNAM&Jjh?;^s>F1pujEK zd1wqbA1K)Ewl%uibhoXv*yH+-E&V8TIQM};RrFHpp$CRL4UbM~d$u8N|Dn>%s_?L- zvhYAf_1gyL0VCwrGs&p20-^y;I$%2htK#=2AQ(C-qT=WGqG%6y$&}HawD-NG7%@w(8S-1xu7dNEyA) zu}(SW4#DRmp#Zq^Mi&EsLN4pEz9!(tEE=gUv1E<_W(0sjqlD^_1E>p-Qe)T>;I{0B zg_k?1rl<$jEr!6)#b?Qmf05qP^#F1C0>Uh*p>etnm6*nN#69hkQm#(&QfS93D$_^sAA_*!GZvN%10>gjfSc z0pOmy!!Gpl`Is{*3mX>vQES9>5T4_ianSE`U|VkLD(k2JDCh%P<@8QDM-shxD&U->@H6F^-C14@VDnf@SkOMb&g`O2LtuBzME$}CB;CsLZame4V$Onk@3}vC-pTWuM!m;) zG|b~qcWRVs*yh(LHdAAPCTASAN*MZm8GsXu zH)Mgt3=E?SH}}T9Z=Je>s1Y{!_7XQ-$0?k*6Gaajy8(jy)-KDJ-3Hd0 zWU<{2@OJ(&gRjKG(;*WQJREHCk?$b_alAF4+LDxE|0UtQKVZOkn}Db8LAIQlXJe`I ziB=x?dp9!i+MP|EX``SbQWUixQ|dt+n2my!C@@;8Gbm-0ZL6+R&ityZ?y-2{a`zLt%m~4HVRfk>6lXfqnJ?L(huDNuse(TY*)bBjX60uR5mtlKLo&9Yv5m{xWeS~TEDms>JR4wQTy-g&cEVr0F zMQS$DArLj%!{;3*Kxn}Hh`vL|#ceU6?-Q`lz6i3wzJgy$8r{)`iq-sR1_z z081{5LX0tj%t0Um;uSI2|E$9JFKl68Dw$}NhcC3iZMOfJ`2m+0ENdk;B^E z{Amfu1>?&`z)Y(u@Z@E$ppfubuMq3MjmGv z`AXyg>n?L5%*uEJa0k!tjTpyFSHfm{4l~JJXxOapNPap98&?fb5MQpmBXRc~mdHU) z&o7#%$A%z8?R)Kp#dxo(@Es_27Yt9EN<0~de!ZMQF;C*giLrR-0*&2d&_~a)A>e6p_SM0=zn6^r?H&`neHCPmw4h` zk$}b{1R)*vC54Z#>5^Cq{wbm#6!9|48N-|}!Lvk*n%0k!Ze&h!1`FEQU{kKy}Wdt1B^qNID;IHm(kpS(qnsq-+|4Eya43Q(hZKbqkFIiTvI#zR1;HQ z(J{1MkScRavq?>`M=y=5CP8pFjb+f#93U}El|;rUS(%hg4ttt5yoJ5G(I_A~Syyx; zuQb&sMm`B!5-Td9Ii7`=bWR!YJgyRE{3(A=cc&=l`mMo&mvIm$*}>|1oq4_}v=0BN z>d2(=t^@>(s`(>K6Z3`K2ZxUF-)*@d_HAi5G}(=opKdnX>6BuT;?v}YR>@^}C#%+4 z5)oa&S1~PDy3G$xG$>zMQpyFA+5j?lTQncq0%=atDVgkuJ z+l`RlcV)T4+#7p_x_Pjl*yLh>S0$6U&oDG>Qtz~wJThY%W11b2D7ZIETE(DaK}c>G z%&MWnvzsDRxPkdLTRs2b!tWYH;U{R?a*sbsIj$&LsUF*MotAiFccVO16nD~!T3f2N z&=gjc81AaN!29MFuc&&sQFePXMlK}c?s^}q-{%i}g@#}8(01)HFWlb%pd0R(_oA-v z7O$v!AP&t3RMU#`k7#$UO+T*k2ej{R6$lUVsijrXehWfkq}Ip4^z=@*0cgAM+MP1AglJ@KR^HAT)&jz-(P?BS=SzvAR8Kk;Bo9=E&8g&(T6|25V22ag@$ z{^)C}9X+<%LHkiyu(t3nwD6~$EJkU^cI?f~a~lp=EXB(Yu#0JP}`XURM%RcY*E30;@;PI$_Del_amNoUAT@|ARfG4QgN-Fkgz-9v*bMhX+@OmUVN3e5U4|H;x+o zWW5iP`@Lzy8^F$h#2M*&844uxK3yEuM<&*vNzgfWFPKNO?~n!)R=?_FLti%R)jWF7 zNxkjYysY7MdI!i=L?4bC9~wMb&9>jo2TB^E<0&DS9S*@9GWb_Z9{$ic(HFFut#-lE zbj4fX42RJ+8+ao2G zGLZP^slLthv?Qd|97ILF z3#Wn8Ntv$C+=bYSHP~+o=Hw7bn6O+?-CVV?$Gs&{;${&hD+>g3>Cj2h4{lG_Z$5fb=a|LUfNhXpA5`GL{No8^| z!bC&O#$(&&-8JKCxvz3hWA|0xDd4jJ{ZM;*jU5Xc9+x2x>4(_HL4jccZ!B;}nx%H9 zv|vY0zGSV`w!369nR8y1+4x!$tiZCfqf|?Arl+`r?d9NPK(hBDy$WLG1Z9)6`z|)G zYg=IKmdw#t>{=d2X^l=gpf%B;FYWC}zs1=qT~8%a`AtZt)-~4x8}P@Y(=*&DCP;Xk z!rPG3V4Ve=)H$Y8^w>KG2`OD6+3HW|hk0Y(k2k?$jzm|a@P_nGYvj$Vu6Zv&^()3~ zv@60fw9>T*T4`=qBs2tzU?w}4vvR@RmaQbAaJ5z^Hyq+Md&q)2Y^A)DOcTnohn!@} zP)uw3#LJe+ji#oG&0BM~;Xp}Je)n?DskpdA@_=Mb*ItCH>tx0u_9n-XSC*oFg|`gP z?&xn)Exf_?ENsNU_9R8tOjoD8b5>pswGd_!=Db^vscYZIRAK^W>jt{$V9!~fe z#}V*T7^HMDuGVQ>7cbf!&xDN(3^?hRnTr^BflclXiD*8s3>CmPmPOs+6 zkG}YW;(f3T^tAtOqWPLCV3&~`*Gi{$mpHs} zm{F4wUdJLbGs8vdyoDV4N!g(4TXv6QW#i5xCbXo)Qp%o{Q2djtIsHO%_Ro-PvS<;_ zgVfAl{0k!L1I;W@*^C#fleJz57-p>m@J=>2{e_%1hW3p!v~s7$;Lk9PS)kqTvJ_g=NJs zj?1R;aKkX*k50o0Ee(WdT!A!nl@H@H&{qmBq#eW>RBa}YW&Hq->axh_p8BTw0%%~A z7bEIxlfBaDNp26v=Qziv+~2Zw?daDyFb(1AHgE|oq&c+t1q-vxZ3XO;r@IclXD7Di zdog6x>{jtp?I2Jc8^fSJ=aB<@Qjmseg@Gy!3P#QQ=Q=UdT(Qo~3PeCq$mxnRLOjmazjy@;143dyL;Sxc5KuRBlrMQjmqxQz zT1KuK0kK8q9cE#4hphrgdUV)Z56ohynPpYDVh?F4elSS2nxjS&ZH-`#s+AfwgpXno zUs-TfL^T67hOToui(z7Rb+Z{(E8u51I5cL^2^V12J9)NX=~lB~`Rd0?74TJ#zeJr^ zB-5KdBkC)9O1jlhpCaPawrj}9BZal&q77vTGmDNiBIp>Npdx(^N_(OX#Ml0b%|>y(W7*d<*;I!n9VL2 z$x0%r5)wa9=;Fd3$EBP?dJN*u;WD)KNni}v%lwHPVLyVw}Jf+5c46|eo z-t7bEYZ@<3BNE?X5Hiysju+J7K2$R#FX4hL2v8hXh-TH3t{w(KY8aartI)-Ul(L2) zN+}9g;0h|6!%<{>=VL0)=6ph3reHX1+OXKH$tGgoZ^p^3-=PC5hDj8M)&t|`%awSM z;3hrsme-6yhGy+wyVjEZe1G7+!Q9&6g@!dtc+%vs&HI?^DfDPW>N1iO6j(63W3GFS z9mZ=N_yeo&>qzMs@;QDR76-0k6r33)0yOmtzahC)oE1o!aL**0_lw@1`q^Z zq$z_m#27lw7<7P#>}WVV&OD6bqS|MVC@v)NB@~*6Y8YUN`yIK^k(bf$vTn`dE2i~H z*1_dkGIUvJVlfKiVPutry$`Fb&1g zKUeGZKZ~AR*JK2L>mPso!Ld6u=5(~q#79NDECk@11!9&~8j22%Mpv5YQqFcUQ+_mJ zFI~qkMNzr=-%tg(RC~0&E|EN_3v`&%**SsxkdY^fojdtwFkeTjy}V;xaWsEhd@Ao< zFYn#Iq0N|x{~4?^YSXGb5$1Su8#@rMI3~lMUd(Asm$Pk%wDy5^2nGU#W1cI|=ltTW zz3K0$Mf>rV7Ebg}(v`~n2x8I&zMRCkn)1H%2IvHT=gD{f_Ks*nc@dB<4qHZ0YOK}k z8K1&g|E;R^|MxsFLE3uyXDkuhqZTX5Ue9Z7h8R}&cq7)S&^g!Jn0KwyqprDM={#)f z-0(54l8^~!>GnF_w%bhIy?ri@COb}@`DW+bYzJP^Cj^37LZW!=l)@&jqvwqx*eWg zRPCO%t(?TSaIjseg&Wr4IGEpO&}&4&&6#$%YSKI3NeY`NL-7?b{79C2mmD367j12# zLxL^l*y(I`JzY1hl1XFndvg*|`DA5)qe=U|4ex1~n#+XhNv2I&9JgWGWP7YhZbKHO zHYaC=_YUZ+I$s7cz20C)i%9v#pw6xe8KV(H^GVKVMdZoB`CrZsZ8jcy2)Xj$BxWTT zEOmfZA{9~{G^P;VO^>P@ULlo(-)yEZF9k99wcAa^+&1(H=nIHWG#A$bD`V37OIyu6yba=&XLEP*(HO%adlmxoSHj6? zFnrlsWAAExpC^9Grlf{WGNeAjU>(J**z!@!Z#py1BA79yfw17OSMw+~wq6_BVxW(a zmCbd_GOxRTycY2N9FzLLw`C`4q4(K&g$OHo^(a@lqYzWd!4S^rtQx;Rpl~0L=+F z&@e>uV5no!L<#xy;va|G9yaAxR1RS zsxx^E=;94oIU68CfNbXcPy;$MJ~csTE*4N^^>ArLUb<%22QLcFgyxlk4GH)i_KuoC zv;*|qBSqw|gZxwKFaYUlZ`F$}K~8pZ6({TEU@!!#)jW_Re*U<&x$JuiMUGvVy; zxfr6&k>n4=*{avdORDS&NDos476UBeWf~(p1c)^xn{pUW44gCtIe=S0#65{d!Lpp- zcxIe?nWBvS+AQVVhU)FFS;#Q1hVEV-6=|H?ZIR6rbQ>Z&33bsD6w-7uB^@}a{vPn; ze@_w>-K2k^f4*<~e<88#`{iGWZa7&xFrGhR{9u0M1}|0M(7irh=7w1($Bf@NCdr_Ay1Y!cXA7_KsQB$&50S8IV3_ z?C)&-uxs$jyIa<0_ii(>vr~^P6pI@X#M)8IKZNh$E)xNi(P^%u>tKDo4shg4l83~< zd^+dbk_BWFk*!x2E106-nG6vj-GW9Z?J3;^P7^vi00_k(&^Z)gylUuhm(caCN8Vl5 zl-rPZaI4emG*@(Twfy0r-_OO8AK*>%UNyY)1zK(?gK2HiJ|r3K-IymV%PF4zN8VRx z*R+eGcpbX*$c2oV20!x7IF#I_`V3*jSm|ScAZI{OT!-`0>JlMrW^_i6=krxKV}box zAu944p5ebV--X`WWpSl%u`CcTJHvHo4`xU=-YGR)*x&OI`#_GjOKC-& zNp2GkrE++F1;Sa*Y-x2M5!E%4!D2*yUnkizS_N|r_cT$Q;)|B(8x6vD9n0JMKLPJe zVwz>>nYKtEW>s~KBl$#?Tvn_VMrSJ7AXZfhgjrd6!(11nm849d)k2tsGx3<7aLkqA z%mb_m;#F!AS;=w(Q@@#8GVtQHq1fS22MAiG1spq+>9KQ#5c17dh~6V@(8h`ctenN1 zL&Ff8x9q7X=$sG&So=9NVP`ogioX0H{C!Fnlx~HZrT?L=ztI*Oig75@?+_&Z#;F?ffOe^sK$h}*12GYq>O?quI)0O+ zei9Xe=8}Hs_|%Z)?9vG;>iCDb9ucm=2WY;u8Bp4%>;$Ah#t2CL0piv?zE%_U$SV}dwYXh$RhWUKpmXfYSXy0;+| zR>?E;cc7BYmxceOtz_+U(?vGb3TYvNLgd5(Ot4(LhRC82hbXNQ3`%a2UR2CaKYKEP zI`>Ktcbu?;UIoGPX2~Dmg71}yn@zc{g}XQor+cFvHFo_%P{!5@J8p%3->I<>8IeEG zt)RHxtT%_SMc4iIj+W*{e^}2EII*S55u>-Zwuc~WE53t_S_)%LxxIRzZnyXj_G(+W zy|)N{e_XSj(*Ii8{kH{MR@uuOPuEN-&>c9G0;6^tDmy&79{iNgd;Lv1grN@urPp@& z47BMcK4Hi{MX&9Zyw6%pJ>f^eg3i0^5Sj8MX^<*aq|pY7V!*5iE-!bni7o$mr~RlV z8p?%Xo4@kfTbq>x*Xw9bqRH`^H213nNsHla;=KzK&JbCUf)Oq0O59-m=Gz{Xc72B+ z0ii2+C7kgca3^%T6)hg-pM5$vyaU70)>f(!QoW(2k;7+SSf{0DJAD@lsW5!ho_4o{ zZNP+Epb_?bb(d|nwj+T7esA+x>LtV~&)@p24-1wt6d$AAY=~h z?JJJ-(lyO)P}&UUV{TE`#d0c4U5|E4>wn+TGLMY<)gy?FSy6iEhDsIVIP~dL89lj0 zi$nJ&OczN;0$qYf+67>o!r0LwYz_bSAG@x6RkbO)Bi=Z^gCtVlJ3DtMU&>>~aX4k< zkZ&L7rz`E~;Ew<~ZCq2&jo&CPP^{hm9~{!2*18(!d;*dEHepY%KT)2K$nzSw#I@3bjthS9^-F%Cj z1zxYRc{}E&=fdlZO;}Lhub9Pt{u$kKT5{xks&jj04*kvY<&(br*kd4fUYS_UoTG*M zX3@UlEM(++$=?&ZjH;?LL!et)VWLhLTH$DAgTozI2~pp86uz}U)r=6~m^_8}%!KO* z;001**Q+hyF>n)_2Jd(&&2Ik60bcofeUChk)DpgDMxV1}G9SjT)o1Ym-81j0sZ9y# zFy}}l4oM_Z)^5)ZNZtn0Vr3ASzbq4LZ$)o7#bg21D>HUWdb+NLab&>o2r+nXeR5yN zzlL~TQ)t5245s0(=QN2`poGMXk49>Gk@FslAdjH8@BlbT{vpl{v0||!t~~RI1i>NX zq{wjg2H0r4`%rTqA|77JvPs$e%SHnGRxw`!BYQp%uA-}OmUt)pNa7~T{9A(R#_`n} zuYDq@mw6nq*rYW$vM(Jsr!)xdJW!jIAOL9LovY|-EgpjxK{{E_zVh{Z`RlnRe!;*E zuPnU1pa%5(iWa>Hu1UJj@|33Yb!bTc42u_1Li5Z`eZnz{3!HKw{zqEwiGvhj0WMrJ zz~l2AOd9_4`*@m1+kI-BH*)(W9WF>D*)*2?hWMe0w1tg_f1iHe?foVA-fwmN_7iOw z+BY2J-G{RT3Z)-NL3r9MzYnr3So1uNNNw3M$)+uadCwsXq&tKo-+8vvNia*Yr;biK zLEQt_YEwl#lotfHeG#U)JcLqmD2W-awV=1X-qFsS6D>6?Qh)dURTMunc6;?sSv~LW z?J>IL>?&jgcnp1B=*6iBhkKsqmZIw(MfM!rdu zQ+-UIE+(8l&!ZDD(o7y}buAf{OmVzi3RjN~XX(m-G=s6blA#makmWLKE+^BhF`Lg# z@WtQ9C&%A&&S9(99yQ;;{CwW@@ng&H^uC%nR*_kn+9(znMy^^$+LNkf9N*^QoOlDm z2aw$quWa4~q8ANwOJmo)0mg+JpsP24IaH27tn0gc)dpvy4|!z2j;-bZ@z(+;qsk8)k;<$^7~mD{~k7I#}E zvjCSH0akm21CeHK?>t!Xh1Dut_$T9wv3Guca>@z~ypxBbR}?`>HGcq)eMe92I>Za_ zcf1E)bsO8cbwAznd+yPe2llU$M6%@1`N%=~gJme=s5}WOz-Ih4pN?mZC*Go5#TQh8 zx$g8G%cHI#(+*t@rpWmZ#`wb;Ir67W$;*IWMm-sVFEAW70#^daL(u4n}8HNQlapkn#rWl=qh{` z=lFjYp^|Vjp?ff2MI0pgA&ru`Qio5W)`GzZv4DxG$CUUO%%X%YhZQ`VwLIX&5-E|` zfAQfA&B}w{YThxY$2g4L=s*o({XLXX{A)FV)cYY?cyHEB>BBs1MxovR%!_CONH|IA z0G&Ap<0zSH2fS4>rgBiAT4mWD-d)@&CeBacy&yYarjl`oUvXs8hf+lh7 zEx%B(am{4a>lS>{b_a<-45Px6p`d`KeS$IyO})-=4Y7u;%3Dm;UHn&FwcJ>@oLmtC z>Q5SM=hoO@^o5$a!LbT-cjX}vFWEy+3&{fp@{b|?bqf>g3Q+)%7?6f1F7d9w?DAUW zE~)4Dictwnuy+x|IFBHGjE%{~z)gb~LAC29!^1N6LbsWP%T+}8c^WoCM{S*nsO)&hUajtYC-8#ErwhZEAj_K_IS3_qP=uRUJU!Vi12(hs} zW`ohY4I)r%5OC0>*B{64PsiTLd%E41vIh&DXKtZ+1I{zI_X8VGg#X;9C~KVyJtJVY)sKl9On*f8O}Nd5@|Ia zkEN5Z0f;N4=GdrPjli?OA?8eV-?@R^&XF@u4TnKnAg>Gy#*$Wr+*vNjR0idE5G~bh z8AZG-pH@_v7ls9-TA0<6Jt0$gT(!3FL)GRe9^Cn@HTKIOBGt7O2(R0t?bQ`nA=+DN zE3m-~w^zpG5kt4P!!0$I0b#aQITGVo1sKZK(tgPjS=j>Sj2Reuwk^#Z^vv5Iu5aj$ z_+V=j*?c!@?c!K7C9Qr1ox~XWw$(d?mNo3T@ku)hGjqtOQ1$jX7-4UW2F3WKt%X_J z>uvTg+vwn^u=c$EwqgZ(AvHTy6yt$4eRAh2t8C{GM(a++)RwE}7_m)gn=LhS!3sQ{ zEj14`mdnn=a7V?aFp!K2tw6O;G*XCO#YT#e%eFEyfFJZR#|OO;ow6s06C=-O1I)Lo zn1S;$$B;pLjk)eP0Y2sQslFrgIGbmBZm5#)EBFQCyr2z#B>gs6S2%7=9kKT@luRyr znOBMajJ({@1j{&${<%gJcN#!7vo(I;lKX88vjhEBMBkD;P_-Dg zC6Ut$7MngDAlgSUC#21iCLrKR^y>T6`eqs$D2ZhX{@$WQxeLbh0^Rxa@m)R)?LN~* z8&C;rlo4-LoI?_SIe%s_lR1BFJE~Hs407d|PWa(zzn|OX3oL*zNdoin$ z>?nDJHAR{?VaG^1@xY*9#L44ussa4Qp2QjFJWCbr$`cBqKx&HE@ZnThAj57Z%T7Yg zchVSVv2g*gA!P8!%k>IckEbc-um$sw!%-bh85%$b9TnV3Vy#5X!##K{oj+SsQxjOA z5=oKy)e?+@{jY^r3xJ{~VaMvBfg$IR@I!bazN!s4Y z7hacFiART9XXG4&=BVyI@8ZlmKNdrI$AB-HgZjLIrQIl;)YM$#1?>uw&!B8YcX6Ov zMIb2kmP!#0o9&2ZR&fTuoC7HI7O7`XTpD;>aOMyX`v48^MqxJ$`(fj*X=>TPi%n;v zfaYIpkG^#v-`#1mC7x;nc3$GaQPy`IWo_RWfo(&qQI`k6+`+F?4$FC>h@ekv{6wo& zx`EMzmAW&YWffEZdL7Kdd9q%HPaK520nPW`iJm4?*~S%sw6 z2YCobIq$s>BV@aMXnb>lcTKaJ)z?co=RaiAAY}{UkMrm^IuZFMlVq=>gsP$20YK8L z;%zNSU(9D|v=#wKDg+8F8(x)i|nrD;qI6ofWS zm0U83=8}VTTwx+}$W}C7&JO;_Yh&8H1E(Ved&41GBE?4lZ8}&9ZfORpAE3$~?y|r3 zjr|q3>nTI03!awdGUKW~jo6*MWN0ryAO#>XI;;CVHgCa4n~(gVrtRZ04gnhknGHQa zYLOtEI4dEG!fDW;z0$Z^HP7Mk_@dwfO>RI))0<=@_D-9pu=NHRWByUGH)2Ek@;;b; z@kgz0i%HS`_Ee(_Mz;`B0Ii~3p);C-g@A%~w{-DosXRu24G;d->hgjda?-A@Zsfau zxprr3b)!PQjW?*O&Q;Bz$W;jz8wFW4{g-cWyOjBKZo3|Bf5^9MFF(4u4d&>66VMvj zfePO>kXs*t4Cj4lc<=9TV7>M3(u6j*QBt@babnzI`)elmiKj4OGY(VK)Hq`*q^)4G zm$zZrU8CM0mW)AoTWD!BR1c{o)BV2{_YhNZ@M-ZmoG3JeoE~qa8YceYdf4QCO=EXu zjQf(#S~IwIBpzGj3^|)$A^Y~4;mxrjC8Hmn41kN_h&WZEgl8GOhrzTpg_(g4IO$SS zt69Dk(Vv=eB|uD^Zf@L)(yhpaZ{TsRIo|3Z&va;webp9S8?L8;S z`uRjr-gGt>Av1OHG3>$Ha|`_U?3bF(GoP*kJDqEq_8ewSQxy-f=koZ$($Do-(>w~a zW0vbxC1qDZs<`gnKBg-q{TPf@HHC3|%t+q>MIsYgM%bopD*rNBuIGm5%pi6PV8*ko zUPcoz_Tg&ure3|XF;N-p(&F&)p%*SXsoM|JzG=_ zH{5{-%K5?eagyz`eV_L@+DD^;X`h5H78JJl{v!BY%L2bHQ3g*QAHh98_)NMaI5{$~ zV&oKOPB^!lhK*_p<>-r07Q95aifiuEc~hW4^Cu4*ip|I4V}JrdQmP`5#M07k2kfP6 z{<0H>Pbc21v3T<>ibrF5x%j)*M3UB^@3$?$n(Ev_lP9`0hZM4WFimOoIPecNze{M% zv|~e1BE+Hb3bidSH;^AV#03-l-0V>%c%!!pf`0CA^jyF1J`a z)qc?;D}}K+witUWs&-3n8IY$)3&pbq3V(N04E`|+Kg``{XCg-oINGP(wF>`PJ*b}* z)O~5SiEw_C#Iv-x(N z=>7yDCWhF^1f-1_+(5jD16Io*UgbG&&a%}P_Jo@szFccNTix9jYqzJCdr5Whmvdkp z2lE*z;V!JIbUWMZtXpAeZo~PtRE4=E*)V7ZZAKqMF%#KGdC-pJL$4WTOVh!*tkP{M`rCr1vkNL@8^ff~XZ zxkA?~dUphnpj(DqOsD0j6|+#MQNTDGG6t{?z(Vo+-{X_n_uawHJ`Ds_xqKMy)Vz%aVW(6(^MJ8V3DK{w9|7a`YM&U{; zV_wu%EFY}5psud3_Gm{Iq6eOKw_Jo*>uGcq%$ETSirrx;C%X`N&+U-dP_ZHcXz>m) z(cUziiJbcB9Ba`|3!{1uIH~A|U=e6^C@+y0$;3MjZ^3GQfbn81!J+0`GD@zEL&^8b zrv?ny?}J-Xiasa+ULuIo!;u40`NQ~hd~!7Q+&?|_3+fxMqK?d0E>njK?v#|au zg(cBgUllIl)hlDH<#ciGbMXNqrxfD%hb?hpIPv+sO~%LiEfS*J!wOR`@HS|%qaqqF{nN7HknUJ=$Lw8x?aj@ehCiTnHSy$)3pU>JDcAx08=Yhx*}IKjA+x)qzMuv zAlyhO7tmPW;K)*RAVB2m6$&ex z%F$g12I@XsF-)aqch)4yd*2F@`@+o!^-rk(*#8R2dY?qodS0$!v_y!0R}69NM(yE! zbOJ_m_7AHG&7#pi%W}ItUh}|39!Jfy{G;Zph|b$Dj6c^jh`aRhd%BRb|D)ZSh4j}M z-`DoBRVWdx;};)K-Zft*lPFB%1baC)6I6%CCWu!-9igA~M4DG`^@B+o%^}|vz|29p z;I$dSwO8ycTyGC|XtK_x@PB=|3Z~S7=8NOz@ynx+FE2ivOH+>p>y-MUZ=s*g(KXXf z`Z0{@FB0YHZ#3F`LSjFj3+MRRnCS3{ao(U7HUp++yyiS~?Jla3K}4a}$b3KML0HZ% zchV#FOr%5!DwBEPIhWvGGP=YNQi?cCE6NmwGeO3Yy(vkfjbS(?YvdvEK8;l z%avzr5mk1Q*aC~IfyqSZ3yFoXDX%sJ!(a}kVg#u}NfS@m)jA5Yre?%9ufn()ESq}j zePNGV&>Wv0eR=)z{g?M71AH96{xtsb=EKLai8p5SM#qth6ZzmWx+HaWiS-H=(HuG4 zC`Tsf<+&P>A=sHH9)-2jz;U_~jA;@<76J}eK5^~>n^nk$F?h}4lFRc&#E}F#C!|Wss3C3`=PsBj8;ENHb3a$j?Zqdu&#u=>T_W-+;=}jWdTLE2N<|76w6a zOgd72!hU8xCzBD)j? zn~}S97m6AK(#I5^hPQkM=v0_U7()eWn~|^O?W!{;4rl~-K78}=a;0j8Tx-k;(B|-S zR)`OBX#KLfTX94=A2lzXGdIi6Tw3gGDW4^ooLWu>NV}i^QlGL%kdIb9N_BINklOl~ zF1z-ag322M%uL+X99%{%=ZJo4P0MdO{%U{N^|5{r7Wd|=n!98V(57G9>*cHd4{Q7| zADB?JnhmsjkslU3FX3~Maab=B4)b@yu{euE z)))OCW}r^1vAS+>vQ-Y1{RcO0ke_QpN$8=HhHPt_>pM88^7Y}e99$>jOywmDI zC+#WD%;6lv=mnWzt$8gB{nFi|7&UVr$HPrya{RZJts6K580a^vkR^eUtm@YdD z8D+D&8SmE9D0q4U_;EFAw91*-M*+Z_!z{OZaFHWzuTbJPpR~W5xbFh(Xe3HAMpH znU({E=ZrC{a=nSGbL6WRDZ+qGI91Ygp=->?oE#$;IB! z_WAxVn)A$Zi~t0IhA>GP_OSc^Y41(D+eVUf;r>ef3S8IRE@`x3I7f zXCDH;icRx3-BnPNHGUeY63GAeF;0<&^Xyw$^9^ygL}CY4pv0t2o7;4qgtU=L+_}VU z|JDZ3*>E#T02d_Ch!1w=e^#9{rebRXIhkwvN+p%rm_y1tq zuH*RjA8heY{B^v*wf#Rhc85N9I&R?7?^McZ|H1ylZ}2b26$HI90mjXWAxM*Cy0Vit zx~Dql{o#MezwfO7*!*s*yb4;~Jvh=?|K}-N8fF&bY;>PhX>TIWGEdd3ZaN&JVmN*px}!B(e-)RqQs`dM<3i#WTR^k%@d?Av(FrM!VJlhzZX{S!+iFL+OIs3RuoCpoC1mA2+ zPkJo^EzoHyZW8>NrAT}t(s!vTRyl)k48S_i_p;*fKwhnpI_SZb&xYjJE9g$7T=tB~1M8>9`&Y@Ml!_%#y7@U~whz`QL-*6D<&1I}WGi&d)QR;ehvr2wN_S{v1R%I>^{ zS3llKb#@hLfSHBXk`Zm+it_+EMCT9CU~Z(qKs zIZVT^@mNi>1Q;htB1v(@0<0KWBnHP8SmNdEq_1d@uOp-+7$zjEBMJgk#Dx-On>5yN z#*DIz@3Vy8Wvr88hVeLs;Fi(L5*k*?f+SQNjVE9_ziVO8R3;R0^4}+|S%i~NO`ttT5F@MFmkmjbqxO^{1T|rc=C*U z|KS`r*pykmwUh3a72e&Y(X-(8nYw@8V{k!URs1u0{Su7_w1NK@HLaCRhpi!QS6jQR z+`PWLq5t>kKR8wKx@6RAxzXvuKP*7cYACm4;gLukE-r%shRP_0Nsim!5(8Cv z0@^*)0e3XSH`ahdt>?Sf6~24IdGFx*^n^68%d-2PXT4FrdsfAJ?+q^rNKEgifPe$L z2sElM0!G3|mIFC`T`5zgPPtheekDW>Fj8^DesC=?B1Z{4med{>$?aq!)3g42xKvDa zh)x>eo(~LM&%w8Ppi%`4bX$RXE<1@<%T=9WddLq!)WYkTz}rMvZo z7>#>r%NRtz-Co_YqR{GYR^h!Yx4trs?KOWDT2o$_ zlJ0i9D|XCx>vE497OMuOvxCcr<4{I6< zB8Fdp!yXqlbfUe9hiP)3hF|E+7i_X%_upBY1)mZR-^@hurx98pa;-*Nl`-h?{b}XC zyne8H3Y58+&fwcd?6v4zjDR2(VG%kkVkuvwwF(-B5+3I66O?yBWyC{_4t14@Adtgq z0J*=y&I`E4l03BuiDT{^TQV@>g%ggJY}||RL^za$3&;E7%=C5`qISn(w;#5+@02E9 zgX2WQ#pJl`kpj$5Ul;kfv{vTf?F&EPV^h_%xhR)jbhn13`W{;t=Bv z?UiS`*IVYpFu%_j=&Z!>=9f=#HGo@I>okS$WcCm*#n81G8B<&te2Rq6E=dcd3k`)? zAGaBWu8@e>U}+AWsVjvtiUoV?79+3VEHI?3*g>G=ixR0UitrzmE=VS|PS{~cMZlAI zdzeQPz{kt=n);a07Q0U(#U(!eofL~y1m39Q9 zu~Nf1rl+KihjVM6SdDhNwUjK(I383N2^V33{^=^{De7htSj*zZ!hP^Dp!&j_F&(j8i*rb&_q<(;P+;FU(?0{(2YX%FtQaQaoHoNh~v zt~^7J;V)1TqL=I`e1bSNk~q@EkRXe3Iqy`jC(*50aAVh0vAZU)|L_RvC_m_h!W~m4 z3E$)~`S&dvCed|Kl#xo%Lye=GRoqj)Mi@Q>RsdbJ6Rr zi^gA2->Y+4)RzdBbAsR%+)yXX@B|)gB6Apx9yZE)Y>vV(>sj!2oC$1ys zM(d_eh0#xRWA5toE+NsCdP4gVhS0q*-9LPPxql^7iKF6us<>ZrK6Li4j$czLmlKEg zdgmvnd-Mw@q`FU|>6d&A007u+`63vuulZdzpd(Y+XT#Z+ut0EX<=rukHJUEy=-TI4 zuM-&^pm@8;`(529D*Q_>Ne&wqIt|P4Pfww=3t%6hFe#B)QjQYvr=u#a-pWaK-2IIB zS)eAl++0^UQl2ALUS!>{HfK?`Q$PwJ_FU$eFYb*6ijU@1+>xyvd9Bl@MKEO;^qj2& zYV8+Hg!XHi4D*3}s4U*_U`~->efos8HJ>6VN_LR#qEyD+R5i>2Hi^u^Uj$d&7%U%ORR>Fi0YF63*d*bxq zyYMMqKrQ6!Z~DlN)GAzpf2lD3*=m;L<4Rk3vnQ+#PlXq;+)A{1iVdeZ(3QMy!@Dks zohDz|@WbOTBpTos>UAqR#mp6aL1R-)lSia2e-T%3iwKYRkUfYI>^+KisJ$w;@BY*9 z3**Gw0qsh+;{@GZzS_^Ei)iiTh3K+Go`4MuEb21ZvpPGjW9!s-5)ZwMC@NMG#Sj;*GL$?AzlfuBN=1BHes>j6;=g=i`6a$`evmLYbJXlww4X{CeajV=`i-Q zhySZTanNiEfdD)O(+t0UJ|h(vW{G$36$mqK5%aqr{;A|ZUyTp0oJ7I|((Q3_0M8Ku zsMB+8;Tyqg2baV^Y1?yyk^_U3kJD&Z1-b<)|}S)B}EL86<@B+%LrG3U_bCENmZM;BIGs7~QsQze^nqv!}Iax`HNfZBNih zfvB(~Ml3aNcDIV#Y+7^7`DAE?LT^VXgYd8816s%U%ZPP2qZ+L2^jtbSXZa=V&;PA4BUX&A;xj%!BYgTI6Hvbsi!0_)R{@NxNEO zu{dJSg98bMq!9h*Ihw3e%ht4w>w8VL6^{0L7K%YvFldE4f#Xg`Kue27*oG2HMPSlo zlFUR3PnF%U;6jf%Np~ZvUx}mwD(Hp%j)a~iv~D`?R>m)thr+OG+xw0!R&CGjbg^nJ z!J_ex0TloiR+0Wcwr>&oOTo|DV#!Z z97st^jL3UZ)Z} z(7ESu6NK1NW|r82^2qmWF_MPRTt3)}a|HoA&oKum(+290grLIs3S4VF!Xc{k zg&V{9@n$7IQDMu$jXqmUM0R8W*(~1H>FB&Zk%~mYQyq;fFfe=(_GE3U#U&nMl2wnK z&epdIS3TD!;mY;>ig2}(+ZIEpSh^lB-b=-~F?X63T(rnk3Bx!Z~+n;~*-N4hXSrq*y(b zB6vvve?ZEv7zaScNqH<$z1aI}x}Tcmt2k=Fy?{{(|60kI%PQw!8`-pXmAd6@9&oazHg&o0mV)w`)#ucaOTRFGb8~ z%^GIM5;h=KFaAY3DaD^PK9aS564lZ(hL^Yh{yS9ZGMhISTgwJXl|f{j zh%EbmXOQqnM1xw+!b|ltr*>?W;!4crdgLUP>fzg;@INHD;KkP^aYQ0f2IMpsC{%SLxh;%nXLzRiEhXV&K1&r63^l)$QW zDzIL^`MAp7`*q_g^Kx|O(6K(jySA7Ur?Z@&NMtRqK-Q9^?%$soYvUJ*D>qxp0!Cln zES-gd1T*1rjP~!`c^&?t?j<%aeqK7dstmYCKm+(s99#1$cY@Wcd>Q9iP3x|pbp>tr zAH=m>uYOJ$6`{Rc-+<+dPKBeT(@F>K?J1m$?i0R^@Y-6c`5&%z{Vf|}(RO|?;hVT& zXhj?co$*7&)l86s!|LZL368Iqj`N3Xl!vj{J{}(u|JMw$Fg7(AVs^_x3ixkB;$T{l z!it5&0^ETiMu6_{J`E?oMA<2*d!9CcL2>ioj96!h3 z+FFuoufng~2Ddg5m-<=ExTm-fBS4JhiKg)`MPcSkhwqs!c@opYv2;tVegz)$@cm7z zc*dRNkXwW|)CaD?Es*nLceQc%F`Th06q^D>co*Ddrbxgo9;y4PGH9RYOkxLhlX_BWg!hTZWk|%)ok#|786K)gi8G}oBzY7bN%872XeGD`D|FO=1KZp1$WAjuEnq8nglM7`CsQWB{%?p@KK>(Vi&1 zkDnsz&;66Xh=8wgc%M)`e?B<>3ugPz3Q$j8ImvNhKTX_BCBnQJXIUPVWA}KR_x`d` zd%?$}59_;t(LRl&v+RzH#UzoxXeg##tt-(-0sjTx*e$V0)E$xt)XOTtM-_O^G2+wI zUD`N~p5;Bw!8r}ZiKy)6J$n+v7BAdh#2OF}<(lKgUb-%O88J_@*t$CvUXdE%4*rV; zB%ru8!iFpl8LvtS0FDF<`#pGzorHstET;_I6VZFBthe6_O5P9>?Nq;&n(Nl>(|>lCt|RuHYujWCSzhIu5TrRVByVqNac$M>(4%S|XeTvr6~4Yn;$;0DsPd zqpcsg?BTV)P@P+?hBwGUe7wsC$(9_0 zJGefD=}h10fUAf$x_oDlNvBA@aT|=WN@k+Mp{Qa80NxBP%rjX?1fwA^jBENti)xSk zYhF;(j<{YG_mLT2T1ZUKVH&CL6q+ge<`jHt4)8MXLqS|ZCqYp^vp#x zCR2nvkYnI-u&4WR_#A_E4I`16%;h7er^PCnJxB>Uz!#pCeBeeRU++*lhDBo)^-!#C zR#-kvI5CpsMIRMl@~Xk61^|`>H{iKIl5*m=gArs~5f46qW7Sl8 zWiwc6$!%#Ur4Qwh#e7)?7GV|@I#X$;A0hOMrcpz>GIKVAaxkK^g+N>D>S9N(y3;~7 zFJ*~V-pS$sE=Bk&Ct9X0w}p{r!`WT5qvwZRzIDrX$_~g>e-=yl;*t)-&M{juIf#e= zN``5CPof9Twxs01QF4)GJqP4>5_m#YiD)8f1&M|kpTS}lg|pi138O1Pdxi|R{75HI zTG|?D`;-KOc!0Ia(W+|dn6K?XoX{SLG?Cw93^@^@OmANHKvNQc-mUti5X)Pv&TL`t z?wL}!(6JyQq9mUwWm=N3`&oPDxM?9PJyd&1bZXLvX0bRc@G6FHq z^xiP}@s}*(DE@f(Z-<8mcDw612d|F~4vyUJYuoJxu4DHcFL1o$gMSC<+3?>Suh$8d zg10cUmJwc+pb6n>2Z&qFJ1|h59n3DJ+bp)UcHUckNFGOnHy?{LQo_$?#5?W)E@H`K zt`H7C;yi^gD#F-Re#_?3!}2wep=obEy0+hDKbu#7a_t@Z%pTCduyA=nVyRyCHfT(DZHRS9KWyEC5C3uI@! z9r~<0b{Ln3-k9;E)&pz4mV$Ema97vtpjAOyL7lQHiAsa@4YpH*D}2b?+H{FwWQ z_6*!2G}f}0j(K2Lu#wv>%c&ppz)_VhOwQUp@m$ZAJ@MQf`mB56asEVqz9)e<7n1!g zFZDaFFJJ2K(C5-iX)3(GVU`28W80$Yz}=zGs_M2_KpbxXBc=)}(Mi2j5!aJElp_n; zJ`Y1r{3Zg{`d2&F_1him^l-(;qySO#UUwrP`&cy`B;9r1SP zbGaifWOh!Qf>fT;4K%z~6VBy3`}S>)2dTn^#x)^rwe@+fxs{nxmy#!N_oey5-dK=oM{Qixe=H)q?Ze z4OT7SZl|1x-toU>0n>@-x^gi69r~;XQwY2Z3%Gdc8V&508)$XDse$cwM~Vx*_6~j4 z4P--&;|d1GfOSeAD%quuc1SDRv91p2sJN#8zZZ($!4=|jfYDsA;;p5vXVj4P%AWQr z_#M4(>S@>RbYxGvbkcNmPenL1FGn2{gb*v)Z-#(a)*gv?vZC!hyRwYFi4XQjWRS;w zueU>=RomfFilFT+PF|8c$yoktI;#6LH&-+#>KMoIjbr?j=IDYxAHOa!1*)}8r~jsQ zL+x!LeNJW_(#&4m>@DpRuhNz0K+mc4zq(3I9S6DS_XpC5VV{Upw2~eI4iy(C?V3Y? zPVq3@6hpDB(cD3MWe45LHtaR+plj-&&?Vb*9pn`%w&LE>7MYny&#OJs8*(|#<1~Zo zc|0xM<*nYa7+LP%qQT+hxPg3?vqK;C%S3FBiwoPA=#K5e3h9O3D}s060KT=fEdm6u zS!3E>TQ!D0>c;Rn>G;N;U);zGyGHNq`1+k4zw}P55l_4mjtP7txVJdjC|kj3S-p9E zMS!)f;Cq${H@)`X&gwXsmQXo&>_V^Uan>Vy<)F$btnYahJ!|D@)2kl*?MgS;+H)LE z;%ICg?OFZgj&G;M&4#PfO|s{FXGfY_VaN<8W&3Pf0C$KRGHsug(Tw7HPJpXakawoh z7|BgIfoC)Y)02X#Wf@iA=NsL zWztEG*bYU?gsbE!qWbW{sfJg;-GbQ;CVP-_HWi;Q0fS}xlaV|7={ z2kj_Hr{TSjC)ik+s_=hdzn1F;(qo6mxg%G?&br*Nvuf(sT$o?td!!x40`+^r-rK8F zEKpxqZeTOk3t+(z)$9JPnwoz3GfC#ZJl*5foo=x=gsA4s?F}u)D4z$FNn&ql16i6` z%@BI!z2W{Xo%!fFfxUMhe|hyMZ-+jXMp8&*-qz9?Uh`dS9qsk>OS)Q_5tuf@1j7sy z?h{}gSBLa}`h0!4V;#}ot22@j4#aKg_1@Cas51wa%a$>(c;vo8T0cHH@&Y9;csuk_ z^hN+c^#FRb_6k^k0KGPep1kNhI_2!rEA@$!Mo+Y@GvUKAq2ZImwNv0DS(+ly0m4n1 z;1*4A=bF%|X+n86iMU?jQT~daR=E*$KzXS;O)UQ z;fgu$BR;8A#rwwry>@xq{k5z+Yw+P9@FXV=NQLd`T`a`q9=o$NKfdOZCpzuFp@luy zRxPBDx`o1+r4w+t?kO`n_Ky_2N5OnZSU?FA9g*ZvG_0+N;;NKP+}cBotbcUv*{i zW$a2ga!%oT$o{p|Z+Py&^@MK(3Rl8fPuQ{xEEdIUVGdw3z^O0;fD^!608@c7AM~&G zM9j3zM<#{>N!8KhozjhjNOHw;?aljtdqtgj#do^*d6Z>QCbL81m%rwawx#R9OvvLB zNhOt@%y7vW&jfCVa37SIkb4^&&0_0o-2=-RpBcMQJ9nMTg&{~1hD+~NQu2uy8b(o< zllb~lN7*2_M8<=;!jo)$WmFwK)GjWkP~4#fdT@7&6qkd$yGwC*cXui7aBz2uyIXluX4Xgi4e;A=0Rclj`m5jCN& z$7b`+Y6W(5M`BlQl3$UFom7$37ad;c_~zb{IL)g0BE#xbEK|%uMLNRz)^`u->}+bXES*)oz}g)a7kx{5z$NXq?2A*#d4&|!-_P0- zGM${8IQL=(UtDvEf~=vMMe(6h{O`F4pr{@?&;&UcjlLzKl&9^2M(E~oSd9FXC19^c z^f%OMvYb7tt7t`y|88|+_d@3-v^m#qlSX1q#Ga_JUin%VdYpFc4cJgNzr6cZoso;1 zX*wQUu_bm+o9~C*DzH&ji?j;>1mv<^6cVQ!SQV(3wtft6Fdr0e<(TI4M{Ns@!$ceh z#^RDEjTuUh3;#I&lD}Wi8am3bJnmzqjw!;ZA8sR0k9cIlhWFx2T@bh?eMs@Q23511 z^PJk-TguiHuZ+A#d;VLG%6qSv?rV5b2ADgpze9o2$koO;<-^~aK2jzVc5_Rg<(5+J z6EfqO-$3B0Ozm~erX36GMc{}7b53ZSgVfy6GkbSb7*a(?!JddY<@=4bjId_e0GjBw zc%0Mt3jicwCm_Cy5wycCG|5u?Yvs|YTM>m6lcMFkM@>r@3 z_A_hz)w6XD{?oJ}(E4ca<9(@_6?>gojRYgQNSkd$-5)i0hT9rNtEU5Z>#93jE#i@& zej87}Vn;A z@4Tu{_-yOn!JepLzBg%Cdv0)YU`dkwGmRfk{B#_rKAcF(Ctran-o)?M)UY3d&uq!6 zcqjBC>_<0=qVExl_y<4~#Ma+pPqAp+qEvH6W$KInoT89U&(ylX%->)TzY9Tni(t4+ z@`AQe3L4%>UzUA?YnL%9#_Y=Qdp8m9n?Ou5iyft4P|Gkgl`1% z?iyU}?*1-hj``u0KzL6p#ZdM3w^i}1OzG9~x=7;8?c_-J9c05i2WAcArFA2&g; ze4;9WT|me3>~kCQPQhxBQA%VD zw}1_m78szw3~GU{zl_i`dG9vgA=Tpbu%oYTd0Kr8v~|`djgw6UdtFWxWTkkt17m<^ zMa~!{Uoi$tPc{E09O^foiHq8|+7P(*(q`8P5~jY%9u6PkX*hdv9&$#b7P06~PNodT z6;%pr<&kouZtbag@xh<#*Q$FafM);k#jduI>`-h6Ia08Wu8Qk0mfb;;WwnJlBgIBy zXmf{Cn#TC%#<^-%iOua@2(8y1?YgR}D{Wiq?~Qs|Ub(^EC4H@_AwODzE>E!D1)yb3 zsiJgG_HxWvzDr-RiYd!<`MX#Pt7>dVCH#8z<+)C2lPaQG#(YSt>4qVtj09jC)5E8Tr+>ao(Qb!oZWsG2&J zz4sWUmYZ)oFh6}5Rfr>lBJhp>_@lXl;-lpiYF>?i)HXVz+*R$k;%8kb>xR#1k}aLf zD9jey!3M!!l$fkZgBGTJ$THT{K6oH>(~%m3nH81D1$YkTY=(Fm{qcYwcQ8+9bq0m2 z4+^9!?&wtSm#SCK@WK0PQI>o>c#)x-7#0?`>mMqL2h-K$7nf`g5KI3CT};POzfbV2 zjD`%T>?|3|>;>r9XqURLjSA^o3BiPqUeV)ys3Ya4J6!$ij0v_O)?zzJ7Okv_X5`#H zwE1{cb7vs0ALu|a(vms?7sfkR0t1S2__k+?rA{*!Ow6}Y48o-Xyk^um7BvXa)4^)2 zT=Yd7AML^K7i{%O>9Wd6{`%OXcRhI8s*IoK<$bt>=2)b*jD-TD1JWkoJ;KipYG*f|yT{QXMmcUt7a&Fdwj$`2dtu>m8#1xJIX z7Wz%Gl7veVL0qX3`6bd^O8xFr=ElCRU`y_-Q9h*Rb;U(V6@V7BApo-9J$>tg*AGt-cZt)S8J` zbgmGzBvKXSBaC$$kO=)rhm~eayRs||V-TQF6i*{0%A5z->@{NNCMlm_VRB$6+`}q6 z)%Y6A5Wsi54EyE-6S%p%iF|os62Hr7`Z#rb*@s((R{SR*QLYGF_%j}@Du>6AW<*)2 z^fr-mhQx^Y&4uN)BN5vB>mV%@C>IuPIp#4qQ z*D~%MH|@gTi8lJT zWqvV0#^-lN^jc>F@s{MEYQ|BWgg&)KJ(e(5+i|a{@ebqczl(9#c{qmMn=HV&EU^+v zcHDArQJPED5+07pua4Adv2gg(RhMdewsbXj>&)23mNg8kG}lStmMK?N##Zv0+CkhExN=>Gg1ne~8F6|_js1u0$PTk69sl~W`nhbDFLcL-uy|rfGs+? zZPd#7i6^}#^pnfy9Yz6h-_NrI(7$e3cW4_zc-#zCO;6sw)G8|{6cM&Xf914bmQqo( z=5}?MeW*iGfZO6L@eRyKJFB>1tq9V`lgdzsTe9o9c~$adDwtE| z*K3MHv);l+A9DdshJ7iV!4{qzVpLxOtUFuT+@E)qOnbifpZo&LiVP33i3H{O4BE)ud<3AVVGP-^gdJ zHY0!MOv!RT+7&hoLWjh4M%0LJ^!}o1sG(Kom`I;oRYSm2l$Sf+GWRp^vL`%>(zmHWB07)5fauH3?Z z46kiekz!Igon8T_EfFALRZ>$=)<}P7Q8i>2M6v3qh9<_RsB9MldCrd|wnN8Kmx)Ld z9?{O>x#%-WajV12fy@;uq^_Lwk1D?FIj+diebtGfNzs0N%5J3gB**(mhe46wk#~h_ zS)^~SpkDeb731#M@>5vSC6Q`Vp*`;Gx8dh?y}_o50O+DhrQB{aoX-A_GER26Cy03B zSn_{0cbl649GC-qu&SGtP;4_sMHe^UG7~MR^v{eZb3f%cimdhZ{SM7%svX&@6JCC1pZiy@m;ph)fc7q`ZlrZvri+b&VUtn3** zP2+cX8W}rlYJX^63G8~N8XwYIQFLH>WcSOW&#$F`XTA7EA*S@({@(M_4qu9v2Ucu+ zV77R7ghiZ}zRQtL`T~Ry#J5P}d*2C4bS<&XxW-bW00sWaBtDWDc#_9QB{Ff&8095k6!= z@FbCqMe;GEu=bB4wb5M2PDSA?KFu>+fUJtjLKx!^z3h$(RD_VEe>w{jHf!eg$*$9d)+dLyZO-t?P+InUm= znpXVmOkbGIfu8oGM_ zZU8f{+h~YawpnIIfU1Y01$mtyMo?WNFD0dgJ3U{fmZ~A| zdT{v@S$IjTszvgOWnU4f(`V_0yYd=Ok4ckhSN9Ar#nKJi(f)kU1b>RQ6LJlJjglcoc(g)a}b=-$k$5XV7}< zu7=cRb-ISiDVWKzu%#Mq7_A5yoR@9bV-v#u8QpNbGv8!`gFs= z!;$uk`7|p8YmYm3DKo9rJ9pQ=qq|ZkW}q)%4(}^1G&TmBh=Z;}((jP_(Uy;d$ayWJ zX=`s-)&2J0n&`;vSwoCt=*Gg>^{q}a#^gx5TcX1e`!3~8{N?!H_7r1r^I;cFtnr~lxE&rZ+alWgdL=ZQII9$%? z$$R;SDf7eyrbcn(EZ$CoVem4Z!o1M+ExDXtjd8yTWaQMIdB#vGcMfr)?7o1#GkA#F zP8>AJn^BLvUqXOn;|XzmEMqyWx~abPZznzRD&ZzJ_(Zj6-S6FsYd+?TW~O`ospN(O zb#2aMxD)|iHFaa-RNu>Mx$uta8dvkwT^n80)rnM$lyD7=q7u&{?F-2APrx?nFl3c? zkyfxFRr+&W>S`n^Tvheoy1&p{NTTtVNw!vJW@kccqSduDEEU<&WFKD`)8VVI)#r{$3APjJVq_L* zt^5fb%IQ&jm=|_=Dq7vr*3O*|baxoQjWNB|>rAJ$%|bChsR@_9rC23F^hpGmSFGf# zQ)MXM;}iB@FXOK!Xl8X)joAxMuH352v94wf2p*ZVrh<#T%lG3wh>PTdKmMRfPR-F4p3dU^$dcZ+YvOi;|<_x9$18P%u2 zdr_CM=l=J2zfH~ey2o|3x_?U_C7zK#7tLch_$4sD@*_x^-d->ApFT&ZzL2}Wh4F*q zkkFA8oJm07kFXDk#Dr$yz!m4N^J=UIZD7e}g!dX@Jjw7Z9RWbCh&b%K3%S!LHam~o z!bF=D{amu6uQC$k;ZADTNFQf3y#)+8qTD%ui$XG?rtF>T=;$!e`m-(PM)Xq;$;YNLo6<{SKbIFk3NarQyLru2`PT!*2NR#zK4)tQ z&-y5LMNAMzJCtGyZuO+Zhc2&2_uan8LQkn9dAF_6-mo+9dy!wwfI;%#E{Ci!6&N4n zM#}B@enjnW0bt(GfARM(y1fRe-BwzF@{r$$fcC@lWg&O;+`zQo(Q#?Ye+ZVo4+6Ai zbhGi14NG?KU6SAbM()cdf?n4IRr$~94qm^x`F%>)NnKuc2Dy3(f{lqyJJg-u&RsPT z&RVq8(KTj~3M{up_o*seUfc`A5&cWtKgoYOrY$+X+p}Ho0^(k;yAk<4yl%cn`^`F| zW6%NK6E2vu-i6SAeK_dZ_2|ic?^$`QQ48RCh36C?J>Q{DYQtg`r;5j8SMU&b;FSIO zVTiUdX*R*MQ5j>4rfOJI)L(%x`q6ZTOTdB3UQ$01?U7sU*r<6Ov}8>{0v-Mp(M{^1k~U zqi9g#esBg>4zqN)N2M~WFwGtdp(7*@YW+m6C_<6Zp~RWmQ2FK!Y$sVod%x=TjVnRyp@an!sI0 z@8ej6IjO4_5MBMW5X#SVtbdptO%;#K5o-BhY6YK#9y**FD{eO}H1$}kO4YnMZI18(XP z*qn6+biycd=pP8%X_pG;^0_ral6SAAM3R3GqF%t6wK!5+u*hQMzTle=JmG)%Zb;E% z6mlR6gE5>WL@gVbVGkXd&yDseULcu7VpgS>G^e5KF*KFyz>X=1vzIM#f$ zcm2AycyFidWt!9imfa{}9MiK^_iB?ZBu6ys;9*{4k9VYR0UNi;8Z(9Yb@05bvFkbx zHG4Vn7k^dz+sV&0y{17N`zid9#W6}(T>s4vjP8f*k^8!xTlT)<>oxmkEt2x2`~Dnr zBhUtDyi(V*Aj5N`bg(vHQ9+Oh&kXqkRq6Q4S2)6%Jh+LwO7b-RFXC+cMJ+vsqmTsf z>Wn?t9xffJ9_r744=~u12cMPa;tp5~7=vAvJkqb3>EkExxdG6O#UFn^53Jnxl{uYX zt{-k}t5QFBBGkV*#K^-V_q224iaJ#18T^FN7w}?!KMQ{MI@OlSeWp5pkA-ZM>PLKk z|N8#p%&!R$4((1frWo3EM->pAS%*P3eOP}U$C}&_vtV@A<>_%IgRA>+b+vgWoXpZKoN*6q|}Ek6VV#emQ>} z?ocLX=ZZt0EHyKrxceaK8SzPv)`<`BS@`iK-MOpw z=9HW`*aQ5Km7LQRGspKKp-S1iCt|1tar(-s9LXVVxHO>xYV-VB>I{u6`=#9bZ5z+( z_Zg0T3?1qV^T+;C-SAGQr?Am8L&@QG`eO1Py)aA6rm@X0PeQn37=a>Be|`NpvqT%_ z&_+^BXq`l51-~sl1|G0yv_J{bzu)aoXl$Ck&wFR=GW$eO?XgOZ@#r5j$24@-QiB`nXqBbPF6^T71wJD zpU5ZyBxf>x=*%DTMfS64vT#9v|E>O^M(Y^s_KR=ixoY_r9cpSi=LCt{Pe)>^1ng!l zpUu$x{h}m^bB(tTXW7fK3Hiq(ZU%ce@Sblyk-di|5hol;NuG&X1MoHWIc9~@|D_+E!* z*Ju9iDfYUfBHRIch$iM>^z{@ZcMXdD5cRtI5(_NAWt|jDL4+}CDenFxzRTnZKe}1Q zL4Yb={b7B;GJW<@U3>OuJ2BTy`eF$WxvAwtQyPZ%8uPpMtz6K`F%b`)?Ir~`{bj=b zj&E#_o*SF%6wjhn_4mQHS>~ZF+&2ahIU=YU)oLA5PJ*UXH@}6+r?}kH$TVDr@^%C_(DXHO5lzDNs3A_1#T1skXqE60VH#UbiCO*^5sZ>4S4nso?_iP1oR zwUc?<_kKQj{l&NQ+4<94s6Ed&^HslfSM%97W5lV8yWGu*w=e1e_3z!E(cpJ}#*S&x z)GnecOL!vuFk!;_pm7u@?_K;Mx->CNLQ_ixy|>O4@>k-4Kl|8#%lDk}%cO3>@Mnvz zcE~a~iJxSRa0%2M#G&NX@hz@fb3}4x-qPjOK5d{P&9d6hP_E@fj>vS}D~m@C=%&N= zhtEh=yFga$OIJ{FX+WSwD%S$_6l{U-!^|>>g4f1{W7E5`t_W54>JlyJWhTGkcIH7?+_-p{=Qr<5px-WF4yrrEhws{b4tQ} ztR?U*yzTLqC-5=yFS6Pf%rV=h@v&u|Ry9D{ZXSm4te&1-8})CS7#zeDe`Pz<$rN`! z(zb+sP9nVu`OSUZ!67*ER+|Ax%T6#k=4I4Wu)m9d?nSNtynp@`^02!)(n(?kRCf>+$lvlxu{PcQwsbiQgB-0#kyg zH@74wR?LHW+k;&9x95NhhOBqnwUZa$w|Ccr9u4^8mkTQLY=WscrUko%a1oRIoK5N#*puLazgrN;~*Q5o?swjUQi4iJEhle9>hrc2mQrJ zYyYaV8m!{4O!ql#u&rZxvmx&>w(8!EoSG73zG?0)A#WW3-29-h6vqBWZz27P5}dr zx9m0%HIIx?Smbw{Z&f9SQh;eS?3`^9eh|i?8(gT{&)gVE9!~)85REf2s9>nYm{?yz z#!DT|ewq7cEER}P*66rvR~mEiwYu%uXy41zG3b;Kam5BgvuE&ES}gF2BO*e*RTqSL7)o#;Hql-B@WGGOUQIiZ8$#P>IssTs z>7X7jxT}PnQ*w!dU0tNGyH`cbq~QL)5>dx)R}IKlHL7~>^mwF8!=qk}gorBC%^4U{ zxVeqLF>50;s|+a*F3- z7as-~i*xXF;P*-^wPyBlD7YVEFHtR5n4$pmKivj=JBEc7%L|5OkWcsANX4%94YPKa zkcjx2*~g;bOc7G0ZAzq749BT2t>3*(5{vn30ef|bCb`mG7o=nq#gU+%F^~k5B0J7d zFJuDgyyDImVehp2Mj3lbYtz7M#UaT6Ns2u!`1{y6D#6&qvPQ&za)5O%{W2$ms$-co zDID{p9a5T3P4#AkCcTm6c~v0DH{4pIvL9Ni9H{jMgVxq9GMJK>5=rT1o2s7eTB89D z6d%-N;Q1lPMfvnb8gk44OIGl9+DQ&q(4rfd23$1QzS}G_CvYbYESAKpHpF?Mh#6V~ z)&%oqc*clppK1|9sA%|X;Iuey^DZeu3TcR8Lp12Lg6h?+74j^k0rJZ32$8Wx3e8E2 zrC+Gq6Z@7fm}9CnsI)MeNp=sVl48|bY=*fz=ZXsDdA)8ehk-_`O-DbQV_@m0k+hi% zy!K$sF!d8#pBRSVi6O9i1{>Av#p4&qrg%%3CjqfYC6_oM4xR0ZFb#d!L!cuNK%%Rk z{V(_D^gcE05}MvCLF^r8?7y}aIC6;pids(Y+8Y44;;~D7LK*^Sh{X&~JxFQ3LoRLU ze`7P9{>nM?Cibagmwa{WNbFO_E*U(z1BQU9WsLV$68jXf!KNdcW!sA`##Gz)B1RL_Xmj5#e5I3{B?{wy$wy9*bB9i&!a(SPP5T?pHUW>9!Mg z-SFx)=c*39`LjPyvTl_`?4|(Q4w}tbdLNsm63wTl-wn&jLe{C>OJqN>BTKz1ROy%~ zt|Pv|d5dikA}x@iQ^O1k=E?bJWBfvZ@j0aHC1*x2W7|}P>ki0cK;{!OAS{-{(nN$? zr`*9t@{|Q~=5TjJsElCCVT~ry=uoWF0+f69$YzvDT4G3+6T7M?yw(;l7*?z?hehX7 zfjMdj(b*T&3}QWl+$R+=%5uINl5 zmPZ2v8^ZZ$NtbU~Swv&5+fSbK&z?iYmK)`COs^JzL&bX>fBj%0Y9yWYWkgP?dnyGX zmiCFF-_BZZf%CGU&gj9~%PgR1Z3J@?IL0+TYX@-*CJ!-^#Gswy&xM0LuFw)?}YG(Jart^5d=*SvnIhW4X^#N@Q`=dae;#9yScBl1} z4E!Hiw=#3Ku5<{P6rZ`D&LVQYORhP!^rAw>?M6A1)#2;tnNL*B#yZB;O2{^{Myp2G z(X|}X^)d9I9E=mIfh@(c*$~159~&c7D9Abh_p!1%t6IS=uDU>fL4qh47aY9gfL21E!?wAN_hq-!sxV9%MfX?=>f6oU_8FRV_rcE5=DdY^n{+ax-S z9a|Jn*J7j7c0Ke{Rl3Dkr~Ti}TDkFWxqmlR$LZP>`@a>djx)6vQ?YXjn42rU(EM3F zBV4ZTWT{<@J}xFi6BAISwWz&9oACHiFDX)l7yOmI^lK`dQBl?+aVDFm zG>ins0|HEroxX#GIY$_R5b3{8W2K~x8NP0APXsR{ff+t&9!?DnJ>68J1BY@2Bs~Pd zsAISz!1T`f49=m(_Q{a#Yw1Q2z=)*xrC^i|G2a?$nRzme_Rk|#2M=^DIWlex)H-5@S}K9X&&PQVYMK$v$VNIONRu3Q;XR6~s}DCYk~U(ZAn*T)X+$GAeEac_0?s{y|O10#~Ad(yNS} z6Cun3r>}_LA|_F%EoPV%XN#3Og?)@}j~!xJ`G>4_e|7*{E@?N8W}(*(?3S(;0siPK zLGm)>TNbpbjM!86IRMiDQuG_7Xi5A4b~a@ozA}5_ZF)f|Vn~}SqzaB*h1dZ<1-Cd9;RLs&*9X+>YEkWwfB`BHnJfq8t&8@<1gPyKuO1L> z%%s3|&pkoBw5O6sQ_3|V{syTmN43%u&wja@RYw)I3@n{2M-Jgivx7--xi|@XXcT_Q zWlDqyfmrkf5>PBJn!My_zJ$XSb`AgMCJ z>`^m@ zxK>>4O$L~yZ#?i8-%uLhn8p8mF|DNRu|X|-W{+g`hD*h;&w`?R4l?yvqMmfE{ODWS z^KB-=zt9=q2Q(M1>`ootZ)-m684>>jv5n_z>C*tA(;V?s*vO?Kig4pHc8?qojPO=t zA>guX{3$fcpsGf{=NkQcqt=r-3-hreWHqqD2%I==X~c*Ld(1`rFHf~Ub=94J$v=@h z6}}nnzT>alv_8drG&>YWVQGuRSW^{^o-K&XIfW z(6(S+>YMS^dV9}q$Ez;nI-!1Yxt>~AE(TcMa%z{{Cg7vPrSTRaz9APgu-DTpvLMnS z$D`pvKr0f9tnSsePAD)(YN*K&f+yHIH1M6r#(l7rRzR?l#P0r4wT&hNTY0q(@tMay z0T<11WBH*2aQKQM1y}3r5thdvyt!nJzNZhl%?o}S3cW@7^_inXaks+~Q@NiVQaeCi zM!EcIJvAS^5butFltze&B`1R#0V#gTQ6jYTU|T&@!*Vwme4!>X$MN%ZA^rv>PnaWX zky8+FF`gU2zlatDziEREm?sZG-n2>RW7`5TD5YPn1H*hXPfdbfxHu)5dCA;UVP zK$Y45Cq(_yt&IvQy|QB2=~#@vA*}KGmk}}VF3>*7)rGNH6*^!y(GBo!p&(7?0NTJV zn4yA(p$;|whe3yUF9iPD1geLTn@IB-fXwgz?C zEIG>p)ybgbj0$BJg*|D~2>||P^==`=ghw_%X-W4iAlvpvT{1h43=P(nkFOT&tD>q- zBi&97`nDWTEy=Baf&qz`0hm*Zz!D!w*`@giDM%9uP1df3a~FJ7l^F<{B7I*o2iQk= z#J}?oHozbsSe`Ah-41dE<1WU-#WbEn8m!ODB20`WE2$5K46A<>0)w?by(sl-+K2$9 zAuNwYs7=w?K@8Y{U1T zaU4U8W6i!wRiq#f_WL^H{DYNbtLeQB2QY_>usC#pD^GACo_Y&Od!3W8V@@vyqRm;& zn0iH#SzRA%EfGV(59KT2cgMA9gaC7neGqC$2ccSVXrDF-t+L2=&5#>7A4yGOc|oC3 zeYay#!CCFUR6Xo+LE%R28EK(bNn~dFB}0L53=OhFxj)PikcnebEljId79z&}b0 zh@|#Ki2<`wJxGrM(^+l!DZPH6EqNft;*mIK{}uXOp9(;er&1EXBKr{R&bX!IR}vc_6+oa$FL>f zb4CTNK?&=M%(480Sg$i`-3tehAGT9_@*_K$&oZQk*bNe5E<>d&h!p(%Oe|~khtl_p zZU+PcN?liIk&XQYnCyt1m0g7oX8Gm^jTc<|zjwkjjMkDG+0ifd{L*p(NG-$zCJ6=k z0`kZhw)|hz2q4YwkCTgaB-m6%L+EswB@|?g)eQbC4{QYOm*JTr^cJR$8{j88}3wvzOWnOKKZFtyj^0Lrm3HMsoC?A!;I zz%g?Gg`5&yof74o5^bFl^>#7X$RV}3V{m04Ai7lBK9c_?4_UTos0>1Ck(`ZIR)GlJ zNWxUK_10YvQi6X-OFUQ`;X;iqXmTo?mi)ICl_Cy?EeN5I5Hkj;)D(6e$r@5N_UWHI zuSNgKliCL23KC3IgoCx8$^WspFRKNiq^WdHh&hbjt0c0+iCIJ!ZhsPS@((jXs+DA* z_^K2{GP>Di5UJ+ut3nhT`T$V~8$==YY7hll>MpX65JKQ|X_NO=jioh8ZgH}3Cqr*9 zwG+|7_Enjh)BH=HASnZKkq+>%a>~C}a>m9nTLmFld;CTNCRlquSPL3*@2&$K?DQ{$ z+c-Y_O$dNTI-r4AM?Taxu^2`=^(uHb(VChEY@BONjZK%o1$oUhLJvb~@ZkPCYY3GDXe(+SfVW^i4!%b| zOz>Yw6d++K$St9mu0;{>1v|`D&FPSp^f#tPm>3K^@iwhSnCf43gy04o_7EFV1%LZ) za(h%bNE@mTggN?~qK0|y;{GtN4EcF;fL_ZgBk$;!K=_$kX&m&YzXQWm77*Advnh7pfU` zq=oLQY8wIj+n;+6Gh$s}Ut*IN!#mTOSHfQy+Kj(!O%nwMa{Gk2bFJ>RwT7c{ z(oxPwM7L=SeFjY;$(D%6GmrZ8vMY(>?Qx`RqM+r1tD1D=*rZV(zR9ow;-1UtSMTe{ zfFsHU=?WW}b$i~fuI3A?=1!XxuP)n}yV;*)s;JGpDmcSQG~z}m7Hx*ytF8MlVQH6S+Hh~82w&cdGkZ4I(Dj4CVapJ((#{l?f`?8Gw0nJ%7$ zjx4_Y%ha->liGawD)qr->O-3%(g!oQ;tMPxF)jD+fJnW#=>i_?F4J$sQP|aF;A`@b z>&mM}E~#6fM$skeId2qpKrfbMLf;?7CP+N;kjS7!z09kx{D2Ud1O1+7hQKivh+xJn zn=d~5fgNN(?tn^)#Q_9}O)ryTm26l?qiTQgNXJbRpLODhu-xZ}++gjDhXfSD6tjYq zL!mVOIO<9GL`!T2^$VxsYfusDA_WRJIx#rLnNl$Y2S+XVE5XQ`rI2{w=lw!F971#+ zA!bOyf#oT=u|5xiWG7)_H8f^TXpy=90C>By8Ctm_bRalFor0$DkRfPTtH>S|UndGX z2b$=6LLV1YJcAM(LUIEnzDr&u|2K293;Hr{) zvUDT7KwV_crZYT-+LNPWHW>1Bjq0Um<0;QI!NwtT=Bb|4N{PAo4>=}2>6Mk_>VL3e z|AV!52&@p?VG#1yEwU%dE{6x^xGL$j(rFbj3++I##Qce11#Wl>OT%N@F^ra>M6{qJ zxF-mU>{td&at8r0rx%%6T#Eb$w51;^A!I~+s>xV{b{69;B>5O5c}qfR9M+fYSgIJm z0QLSwm|MCcMu7uhGQ}~iyni!{L}U;+#IRDHs1cz9^Pc7gT?^PDrAs~0RlJpj_tt7-mjVRqTI+ga~ zK#)WgGk5tVj~W7vRTEm!^5ocVMn%YcWkt3KTt2_@Gc zNl+1))r$c@Qq8kI1rfua1K@mSDC)&aB`=qvg_nGTfdOrxy}F1j113K66)rMLx_cBH zgpL>tEae7y05q0eLf%^PPyaYIHV0Q@04${*YRFo8pS8?3R|yiKawCzlGoi9G(X_Cx6iu${r8aeZ-`Ba%-W8X$)vk;V6T^)HWNteBSO&kX+qXvn~yLV zLX;e=3uHFf`F{Z%Pq^U(n3F0vOy!U>$0(IXI5#3d;0S#osELedi6w6P_zy=1;g|N% zK7U9H+eE*~ttJ1p0X!3@mB7KWV;D4J$ZaJ|%z8qNr)sVSzI?Eu>0lC%(^-E=-V>;xD?VMvZ3h|M<@YM=9Ji@ zVhgdM<*`z3B=TiOVP}i)w*n|PJoUt_4R#hM@{ljeLI*7O#~c5Fj94D2ZpZz1gM3sG zTC_eQ-uXXI5E&FLPrO@`Ky-##`ZWR>k}+T{XVeF=L*&e)#ve(}nMuz7r>L)tilb@T zCP0AT?w-Zn-Q6`1+>*c|!Ciwp1P^Xu2^yT>PH zpVd1)N0$lkEuF-F#Q2Ywfy&}s;tsZ{an6utn9roW0r_#+2JeL{BHgKzJ z6_@#=+zx-6PAZ%>^cMd3rg2mv^$x$>R|Uji&$e=f(83r7P$*n%uD||kJ1gU3S~A|% z{MXXeg~zm%$uz?IGpt(vYnMC1V?bNUn5tih2(;eHv_}^4zBOLdwo?};8h6TJCS=S9 zF~?WyX89!ctz)Q5oL6Jp)Gqs@6HNWj3-fkSEVggH0ues-A}8bPw-`eld~LZRo=do0 zB}J6wgMQqz#2Qhy#folIDO!0+V$a-GNk?t}A6d8$TujxRlo|W9>R|e_y0`_MNfmho zT-@{*n8+LU9*OYX2)qo_f9o6gM;M)Nd(_xB;7%xGN&7$5g|9DSV~6}<+5~Gum(TTo zK>Qz8{zK~jRP=wy)6VkwR?IyS`Jb@=e=nTE!ij{xK$YJAA^ZPELV7BS{u|MT;}UL3 z{fD2th2&3gduqOcJa)q#&`f>{6e{DEUi-iThARTVB?lkAjD?sFarRhn0EZT`$h5P_ zfJWr2zQGk_+Mymn4K7J5N(bg##?@jtv%%m>%N>!}J|P|ENH|O2)-7o$oV#%yo#fh$ zk;NrT)y3S2UrXc);h3A0(Sz#TY#)EvTgH5RPW8uM z@MS3N8U2Uv;yHOYHme<$DAHkpniRM|MheOd;1akIp7{`q&S)-ye*=f}pRUjtkUrM% z1Z-d}LK<1D3{db!15G4`FyWyrxzK&n4yC zAZPNA2{A3mmfewk4%WZRt#??^cT)sPxyp;Cv*2z|820`ukjI+a=pXHmY1!CM07PL~|` zd8(013F3t+VUv0fb6UCBV5C5E6*K4g~D4$?^Y&RTN7z8f+nDr=m>>t92;8qqHtoUl=T+(Oy;M zGiTHU6U!{8GDq@nTo+x{G#s60*dBDQ!vIfGbe9iDW8IzP8XzsHlk@J5juV~QyOiso zf|oO;)MpSs*_U>N_wlGY&0NEKJZniz{YQ(PGuN(9$6D^Ezd2F+xHImlIVL1m|2wJR4O8*3`XJqBCO5_ zwAU5pe59p*>cu-;4US&5vuA(lF`_(}_i-RhDCnA=*SXPC1P(~$b3SYWeq817b_fzq zhoqMc5WHx3r-1Z}AE{!DKK=g7?uYJ5%v)oFHZbU)?Z;Yei9BdrXjoib{Lwd2A;E)~ z2YEkG{70cwhsO)F{rsND!%bqA9+xY#u^q-AZ(PCJ=)1es>d8&U2qgbXncFC-ZryQC zi*;U=I!u}{E{JX3g59;2)b|ccRd`ugm?0JzP!I*CsqW|Q9E+0oSCrZ~y!25om@+}# z6=T(;;W9>L5kRKlGRef_<{qXC!PFV_iC@_a<9)NPRW7WK%CB~Pnyn1{JZ(CY8B|Fl z$yn6ndqMj1+NZurrnu(~PX(c8FfL6$Pgeka-&3OGlP#2XV700t-lEO*!X3KhkhT$V z$u{cY5wwx4}jSp4Vt?j!DmNPwJtNm>SMXqznd&64Zx1qYti#p>HYWf~sGsLX0P zKk}KmyZJ2FC(J8{2c9SLBq8j_a^?WcUvxs%{W^)4QcubZ{|@a~+nZcrF+o{hxad}1 z$T%?Pa+!mMhG7nkt{&5(#ZlK?B_&{;zN5VJVzi!26FgBjFQIHTxe6%!PqjVs26s z^o*CUt^Ep`?zh*$Ll9SJ+9Y~ayk7h}SI-K_wE!Nz8nqF~H(tThZ$)(C*Rv7-s&L?( zDAi?>ZS@>1(E#NXPRU)LFh;Pzd>ZO=rO6eOyhIq-R;<++Go$x3p#?T(etsH5PgxRF{4h?d5|B=79%Ae&7kgMd; zP-ZB!|7z^qmz6P*gHtVZAMW+yxO>v-sW`5${&!gg%AVjOKRIb)YecTNo6vyq!2ji9 z6=P-0Hj`F*`%ausSQQo(a}$K{e8i{2%H z$9pGPR(7hW9X3BO6iDA3cgf;_wun;wfAM3=7dxV`z7U^vthM&=^dVXSLv>O zW7FlC@pF%!qEvu==a_|Equ|C&Gp23h&Gkjs=*8hpyFkn>cvQ>%qxP2=f=zYx{4^ZD zhm!<6Ot($)c^o|GL9?-gthb(#@V{SKjrUPVKxps@e#-H)G#eLq>GD$~Cu8(h2Cp3- zT4FpCh<21%$rosv1mdIjF|Bk`JPRG2<=CmC4k*4>EzmGcv5(wrHa|?!srazK_E&Ko z+)<9bO(RhfM|1TwJ_dn(<)2(iv}{OX6~t8p9|jbDhuP6Sod5cf#NK*S`%C7U(i-?0 zIm!gqxQZ_7Dz-r7p`v_Fs!rvhdb4XQ`Sr2DGj;^uPKk8b`Lb5UkFEyH=DoqSy=yJ{kowO z6NSd-l2m%FK!+hn) zb-6H{K!)Wz5c_N}Z0#ZWpyNpLY3yWQ36*V;zw*PEry(rk=OoQRo8UQXYN(zhoFp^aF)&|T5TF`^^gW6cI`1|vEf~h;??yvpixdBL zAjo*r;UM|lN~qI~+pDlgrBj=w8Q?nF*( zvq~Kt%|9_5Af8ZQ*EqMge{QvpC&A??QQtlgs}ca>84&%>$hd&H)SNurw_H!%ABFZo zXX?CUPZFy@k*CI}oXMy$EU~b#{jjXapmW7fHQ!BllsErXz0pdk?96g(nL8#N zf&mr8in>G?^M^V&%jgswm4hPYiW{mIbR(>iS8mOwHc*D$jhTG2#T6bIC>EM2gx8(K z3SVO@vv!|24*KIqoyHJXU^+ zfjv`zP}IMWJW_dzTF$@s(;W;kg2gENjTR*%UxTHU>~+2i8|s8Zf!^W;ZPQKd`+hYd z1sY2!!5GI#x>x-^r0F@cw}I9XPMbB?;mDTcDH$-m3d>Lc2hmmHVj0jAsg@Ua8zWDX z;}S$0oT}{!rc)7AU%3f&%2BMJh3zI^gNa{TXrGjKP+Yf)ZX(Mh2|&i#dn#ha7VT zklJTMc5_P~AeT|sWQ_9}ur{$L^A~M>-~I~pFMy1jnPQi9r&Xx$HxrA|DxLXWEQMzBKyY&uiQQ156O>87C*k+L67q+?%gN7QL*Q`x)HC-9zj@LM{U;9i z;J%4m4`;j*x-jz{?D?4CgI;L?vvj)MR25y(F8t>&;6Z}tx>jqY_R<8e??J53FL>lw z>lI!8xdjB6R=QJ(6w>@(5u{nMBtX*^^7;zPeR9GTH@1n8tb6HaHB}j8wtrX|THQ@h zn5KWG&!2PrRnh^Aoj0!EANPn~dn0<9H$BCz%bg7Q>}N$83A*TeqCOJ-1&>#oRknQ^T=kR5VFs3@GsoP6 zT=mNWqTCy z7&vU6&+5-S-utkBK_-b>vLmwJf%51&L)t0%H*rFpjFZfLWf$I*Uia@Qdei{o)abX3!DQ_y`;UcI?FA5&Zg3G8{Xv26or;`>*~VebIUU1RjJ zQ$vv$qb7i zY4P?VKC8UaUJ`Kd;-j=fe6~R=eO+$F*#^k(C(k@FXFTE?am|N%xCq_@eyRh%&-`h% zXe%$V8i@3=n;6N2=CqrECfw(nFbq^NA6cJb$HeW8whDbo+3(Z9#=K+^4+<;#{rfGD+=QX&EcgiEm!GNL(dyU4q&h$sg%jC4X^N zcikw7-g|0kZJvJ|1|XZ}&Pw0>YH@~m0@zKzZ%s4N?X+?Eovo05vj3z5kBWxLACkPg z9gyJc16t>m0rZ)O2OM<)txexZaE(^6RS_j1->rT~V^=5buCZZpaJ8-`&G@7>N?rnF z9ShLrL}sS1KHvA>#zDl@`&N^0#I6Ui2h{a<#5o6wvYW0abwwvO&h!uc8w2nZbd?IbCwu4A;2VUi`my}@il>5hPtc%n7m+={k zqRPZPXmJ0wd5RTXrExG8s^z@NSfUb1aDu_hcEuCgktAjyP8RR3*`y3T5bsc1&Kf7W zrykl28)abglQX?ngE`dc>7cp-ttkL3sR#1n{(9xJxvQzj?Uku~IwlnUj0o-qO?k!R z96%;E=xVyB3YIu^Jz~Dg(9~biv(1m1IFsU?iSI3tziQ-G`phWs(#crW!^lOadt2)> zeJ*+iz8zXeEHRvUWCM%>*%s_Ls69-HPCp;J40Gm@%S$btMtSeL*(mqZatKjX*h5OY z<50?_e65B{357b}o65PoA|{dA4gY&`dv*CH`DIm%X2o4#fq&|byFD-8gguply&K4D zG3L*#=vrTzoqu{^%uYP=`H2vIVlPww-*B;!gSsOs0W`+Y)69BmJzsBpVj`N@J?#o! z7D`hx^s2pNV`8CEqTqv1%hIxKFxIfIcwQ}HGe4BKAbhIy$NX*AdUHg*p0&gFUJyQL zF2GI7!U8grSdm!?fpvu`-UM_XqWQX9JG&#qN^Hm@Eyk4={uRR&e*sP9JY(Xp4= z1pWDi=$E!MIebM=^+wP1#|MjfFS?T1I8%JYSiO7ET=9X_)rJw_YH6Zd;-Z{w_C#XsZ;_XCcJCxE}T}>U+PSr6brDQr!E?Y7xDZ9hs=4kF*HU`@RKHu zP3+qwDIZ8wq@$*4Y#z;j1#_Q7wDsLvokT6m2~))vljyQR$wD>g(`~#%cf_IH0~Td1 zN_{G>rxm+&iZWMhQ>zT=pvEk%$loD7q{wXV*G%T+li)rRkY2`O)75WFwo|jJ;pQh^ zo^=W1Ex{C))qI=G{jhd^>J1FA@GECcMVp;+AFXelhjvh+<#uqEbWb*D5d&pBiA~Q> znR29h(G$YI%)kM@Q$-nUPY0iyFlUDH|((5c^HNO!C0aq;tM*Sj~sDd1ycght4L(SA` z%zQrG$mvGef`M10ff4<*SfL5#*8%I(yMU;>MLZyox{2V6x8Vl%wGzK{i8eNy80jn} zjp8L2&t&ObE_Et`Cd~(x9pbrOYQqCLYtOZ2u7yLPQl#Nja1Qej!#r0b@mcl6(W1;X ze-melj(p$dst;uY*KYIbzom!Dw1pD9nWyxP6pjy`AAZI z(AcchC#f!Sre!ztI6#>0_yV9 zAZEHFMUO1$6p48)D|M+E(Q0}K3L58<`_OkxQ%aN6j-PsmqPc$&U)bf@xY-SPEH6Z@<%HdN~diOvDluf?k}ALyx=M^dHJ zn@R-2Nqx+yEF-RJYfXFFZKr6duC=9<)(wCb(^$br9)V4VM=Ik(>ZQE3jyCQd#}C3{e#S-$K?;0=?Lky!5*Zce!1F%)~F zN6Uuyn*~%bPqOh15Cr7(ARGcB8ZJ6*EdD+}n(*cAl0e%HKC_ouS5rYmkEht#aJXvCAC@@ zp!dFd&D$HvI7&M)bk=xySv2vB%l=QNm+QpPjX_-D+FuEBL`%GU~h-9u&F^YJ%Ke zY>{F-@AA3HSH4=Uw$oqogoW{#fP2!+0%5ts-ax=){+t|hRAVx5kiP9#>ym`+KUDGW zF;k;rD=GBGK1|M!zl-~96^)2-GcpHV48P1#Vj_Gs`k14Ts)Bs@IYrWiUkB;Nfa{TO z?yt{B?Pk5IkzU%*B(^JITNe6FUtI^GzU>p<>iiBtD*n_d)UHCoM@1eWteoUIj=b-~ zC#Vn7y#4>=b9KT115_Qja?z=GsHLd3-VN+g?gI98>(tG`BlM=6bF9I2x77_0{(Go} zm7nVDuyFopMzqO#%1FrkuPKd2;JUgKe@mt~`=Aht)UKx&H~RXkd{IH4)_fPQ0(B6Pv@0;^50EIznwU zrshujo0>4k+Jv^7j2(=xr(;23awtLu678QXtAyj-&t3L+NZJiVzV}}wO}=ILrY4p) z2d|7leA>f{VW4@iS~J!%+{Hn{-ZAMMu_z*r6yQ?!737iRMX-Jt29uZi+nhO~xN;UyEY-kbBMyu4}yk>4{@u`JG)gKA5n3Ck$j0~EO`&_8o@zv`zYEJfPKR5)Az z7hT+K3cZ0phbJ&@H=)G>Z3CFA9jQq*R<%lfyi>Ss~aR$uBiCTQ?JR^WW{7-aYbzGzf$CVNJfxa6#Jg=Mr2c{o`bl~V^u;$9t!UfK zjY>#po!{L4(G&4bfY7ww(70t~uI#fc(6J3fIGIY^qSqbT2#RRfa-rEn+Ogn$m-pPV>v^u9GT$S65%B$}R}ml>?QOk#zYq(Qp>4{sMau zflk)Guthfdr1e3btJslSH@UVwqJ#?a7hv(86h(Z@^S*7Bg|O|DPr+|g*dWW^Ic*Ph z;kOJ598OIF<%di6Py{M+`)rJrFwJdQH@p|w^a(B>PIXi!74G!FSNs=QTUl`+L<{Ze z4d|zcSDx(Ri4;JqTORG9mr4@lr^9N*(>19iAR4*&q3Gad#ookp&R9`=?`_%>wm79- zf{*S9P1N=tr+nI9S$~}lwGN~M7Y;XZ9Fr&yVok5j)MMci4!KI(yO4oJ(i*p^eky1` zAJreJD0pzcOEK#uT}ydH5Wnh9yGw3FDwv0A;oZ#jzo_qaZ$r~*A+YfxB+tpQBZebB z;j*w4y9FGZfkLyVffS>hI}Po&LH1$(ZA$BBj%l$i-jV*OUgjT~cn9IVVY6Eq1LgKd z1oH~)hMR0G>Ad9VFHFKFbzysczmSz@bo<<`|NMl<_Y&rzNz#P<1P-!@tG!3ob&|WF z>uoUPy^GtbFc~lyUxgfkQdw!Sq-eV)R*j~22>lT*j*)K11B9~6ns!ZA)IRr_?PlVa9sQlAvmNQzCab6xhP z5}PWuhN3C=sMXy{(c0!dy%~{pG7QFDf+AwZppiBUORdRf7Yeu|&>fM-qE_+Kmjih`2NArc%wg)s zkDwKYgdp z?JyGxiQW72cDR#P$0wUs+d1=-Zq*C6sdINZ1&A(27zb^mWEdB`B0N9;Qi^p;>I$Gy zaTSg*lGktN!lqG??+8ek8@}zK01{&8Cc@;(Y1W*UeD>jK#@Nry^Xtks``f%kiO%1W zVYO=biEE+>|76ZP$79^4gM7+7x5`D#jN&fO@17cZxAV4T9XlS`tQqSa(qY;_u2mwb z?8gjBVSUuMe6y|*?bvZ6VuG~T|+!DSYQLDS~<+_o5j)heV#vQn{{PE2RY-kN2<#lGtJ zAd_E;D>HQ)z(7`juO-)W*gWjr#NTD?AfD9F{z*5B|4$mUE|7uw2Mbppol4dP+fMhO zU2y=a_u1YNl3}Md6Km-`OWY$f(iltFJ^CPND)8g>r}DPgCr zYFLl_97yy-HHz_oK7^PSXHfSytI8Sf%$gUSF!ceNap=f4xu7}C%eO{1jMpB!fC616 zJTQ9QLZxI7NlK7rM^Y@V^CZd$Mgk$FZQSNt27eOYygo)QRkdQL!n}8Ep|N?-J%*4j z{f_js-1zg<*)e3Qk>6Us*{FSTN(QvcY3yAv+`e!32_%&~farI9M|Kz} zUs4@`QA&gltnR#HDY(mCW4OZc`1_^aK`@SPH1X<%$A4NuVxhV#J}{GzTcK6eEHc%G zcyka!X$A3K7A2-#m(CLdW@+Gy2B~>Sc7)(f}+``jRB(Z-DZPC2nD=h{>;cV~_Q0aXL%Xy124bR+GKQzzj+`^vWl z3}sXg+DQuKn%gt#Ac^Ylw%8sZg%E!%c2xn++BxQIMlOPZ&i(~aOA6DLEh3*(^oS@3 z*)^5nnBDO2etJRbDqKuf=8kMGd}Ak9!BIT!q#yJvw9G#Ww+&U}nYz?)6{oH!^aCww ziC~lT_0-$f0g}Jtj7DTU0!*;$qEwUmtE-XDLX`PwiGJZg8nAHCR?^!pNm@B_^Nk zZM*+F!FVd0cLxX`-&=dX)=#y#d=TaX2 zLY$ArrHIaIi-99o%2q>zGpJU7-g&9m7QR$$e*)RG7XQKl_wth^{b^l|I8zJg`s5cI z#dX23D`h;e+vdNO;RNfb>?=5eIc`fGhdlIn9{@UpPl~NFPueqQ#!e3bf#t%w=!lC} zLh{zeUm+DY!r5gb#d1dq>ejb`dBHTtS8bYGJ@PX3h9eZ0R9FCr65mRcZ*C0p;2*ya zc(?Z-BIKtr4A*Y`gHUT2zL~idfQkCa@o=^@T8ekHwjJ?}l%@}Di^2I9X=lwq|2tJ| z4@=euF7+SF0ZmuS^;Q>7Xcz0)vVp|ML>FYKb_zeE6%y((1=HFAW!>kDBefTwE#0$@ zki_qN5FwN|%ba_j;{MxCg{CjXk}8)t=`wU(JMZ`iTzzbd+O!Zpy+a*y=olTgy2Ujd z`V&{lt*-)Fv`(M@W#?AFUVFuiWzj`TUaQM=YBo=XhSPMVLi`}G6{(W@&ZdbP&MR%EvP$R8_lmE||*jW!jA%lS6jZ@*%>?U_2ohV)~ zR>mUP)P$XMTgAu3eaqQ6JH*3cX5$M1&RdwPxKA__8KyUAB+!Ed$E&J=|Hp5W1VDjF z0#!Q}NMG6eXWnQcs0A<#(1RWJcnQB6Z|`%(_80|?bB^u@H3DnQ^iMN7Q`kO)P2IRE zIg~#mzTmjMpFl5=_y}Vh_i84LqJ2RVIw~~et)x^!Q?1P=QXr6UsW2M`_LqHd`~Lpa zt{0u9rhO`M8;$Nw0P2fm!kLO|274`1D*B~3s1fI}1jfR^<5$$IhA$PYg8b{S87Ye& z*q$yvxuZC1@cH+YT(aM^LsQA(nuV6vi(*r z_DNTtLJ_q3fqfpz!fT@!#vcH9lB$-Ca4suKr0?&xs~js?6EIEI3wEv25X#?;r4AG| z-!58W^dpTYuTA176R2X$$9idvoC?vM%`xe12k9sTvWmYI9i(DFl6ixKep$$FmeDb& zBEq&UEA!GQ;@25q_@*=tQ(5PCiL1+Ji0lrE3BI&0X3zEx$^w^;-m_2%^4ENtqW8<} ze_PUj71Gdep?uWkCqYoL%gj5|>bd z_!}WHf%P34&h9*>?-eW;2#WH%1Mx9dlLnHChpL&z%*+bt* z*m8j@2mmk#O-F4^bEl*{wZCpU@4pHq_A$kLxt{6^1`+MpJ#kUAp3k>6LtheKZ*sPS z(+%E)wL1qW9rg(OT8+CECT604+;$EIV%@^`HuU^dbNG@pwC50(FWZ3coRo>27hXnvne0;PpvvGPG`*;E}XBE8y3{LCXEBm z8y^?XonffZt*fOrN#8)XKsR3x>l=6yF-^_~gV()>U9!MUaj`d)gWeBO_GZIO;CmSz z5{WiR$fjw*M<$``Dz3^B9DVKXaMyeNz%lzm`g0teqpgGIWr56g(N;+$DWI4bxc6Va zLV&~5vwxyGlNT8Q4rA~9rGkiqUO2Av|G+>e#<34gWDW_RVI*VK=ieCnTDG zTT<2g3VyUZzlAP&2Q6Au@8k2qQ!Was?WhV7n$DkN#%d}9*n-L z{Mvun?yydod)YsB2i8lO$;mIdx@7Qqq~Z-zSBU*yB#KFopcYhTr=gJKturd2)05l} z8_Pta9sDj?m&k9vGyTB*tq7o3hTSMnZS6;yp6p7CEy}6n^j7YrXkmvj_{|rVt1g6I z5mY2lOp8+aSEYPU3pW(`J~FhKJyh{k1%cNur?dR%Cv*RrAvk>bi&SwLn*>A$;v9%qynZMMA-O~;Zqvz~R~`R=YFFUoSVc&@{n(DhzJnJb zHiWR~g&+kl*;|oPcR8(;WoDd;KO|P$wrc=VA`L_^E1iUhWoV;|F4wADvla65nOlI9 z%T%^(s8cQR6RPLJ;^a0=hk3%o0ZvxXk*Zou!So_PJ$x-m@*h+UC)8n$8%`PhR5wVTTw-8wf z-^jAc3Q>rY_z<(a#mA-TT!v-VzLx~|cNc2o>c6yFzeun@=IO@W6QW&Cx`5I{ znOYJG9Ypl?YW=KR_rM4W# z&2;ZI*CZQME7;@mY0*a&bebgfRo+OL`NQ$3YK)1d_IDpz^9B27XaR8D^R(Ns=@XG) zMGw-GZbiDJUgy)udLDovgy~f%c$6=orgBAbJ@~%i)cf^n^Yy`Y7(=wP`)S!}Zfx`> z!{Ren2P+viw1PNYz~M$n$fJ4%`sLlfcq2F8jMx#D*nK0PDU34&2 + exit 1 ;; +esac + +case $#-$2 in + 2-even) + case $1 in + *[24680]) exit 0 ;; + *) exit 1 ;; + esac ;; + 2-nonpres|2-nonuspres) + case $1 in + *[02468][048]|*[13579][26]) exit 1 ;; + *) exit 0 ;; + esac ;; + 2-odd) + case $1 in + *[13579]) exit 0 ;; + *) exit 1 ;; + esac ;; + 2-uspres) + case $1 in + *[02468][048]|*[13579][26]) exit 0 ;; + *) exit 1 ;; + esac ;; + 2-*) + echo "$0: wild type - $2" >&2 ;; +esac + +echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2 +exit 1 diff --git a/zic.tproj/datfiles/zone.tab b/zic.tproj/datfiles/zone.tab new file mode 100644 index 0000000..34e940b --- /dev/null +++ b/zic.tproj/datfiles/zone.tab @@ -0,0 +1,409 @@ +# @(#)zone.tab 1.30 +# +# TZ zone descriptions +# +# From Paul Eggert (1996-08-05): +# +# This file contains a table with the following columns: +# 1. ISO 3166 2-character country code. See /usr/share/misc/iso3166. +# 2. Latitude and longitude of the zone's principal location +# in ISO 6709 sign-degrees-minutes-seconds format, +# either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS, +# first latitude (+ is north), then longitude (+ is east). +# 3. Zone name used in value of TZ environment variable. +# 4. Comments; present if and only if the country has multiple rows. +# +# Columns are separated by a single tab. +# The table is sorted first by country, then an order within the country that +# (1) makes some geographical sense, and +# (2) puts the most populous zones first, where that does not contradict (1). +# +# Lines beginning with `#' are comments. +# +#country- +#code coordinates TZ comments +AD +4230+00131 Europe/Andorra +AE +2518+05518 Asia/Dubai +AF +3431+06912 Asia/Kabul +AG +1703-06148 America/Antigua +AI +1812-06304 America/Anguilla +AL +4120+01950 Europe/Tirane +AM +4011+04430 Asia/Yerevan +AN +1211-06900 America/Curacao +AO -0848+01314 Africa/Luanda +AQ -7750+16636 Antarctica/McMurdo McMurdo Station, Ross Island +AQ -9000+00000 Antarctica/South_Pole Amundsen-Scott Station, South Pole +AQ -6734-06808 Antarctica/Rothera Rothera Station, Adelaide Island +AQ -6448-06406 Antarctica/Palmer Palmer Station, Anvers Island +AQ -6736+06253 Antarctica/Mawson Mawson Station, Holme Bay +AQ -6835+07758 Antarctica/Davis Davis Station, Vestfold Hills +AQ -6617+11031 Antarctica/Casey Casey Station, Bailey Peninsula +AQ -7824+10654 Antarctica/Vostok Vostok Station, S Magnetic Pole +AQ -6640+14001 Antarctica/DumontDUrville Dumont-d'Urville Base, Terre Adelie +AQ -690022+0393524 Antarctica/Syowa Syowa Station, E Ongul I +AR -3436-05827 America/Argentina/Buenos_Aires Buenos Aires (BA, CF) +AR -3124-06411 America/Argentina/Cordoba most locations (CB, CC, CN, ER, FM, LP, MN, NQ, RN, SA, SE, SF, SL) +AR -2411-06518 America/Argentina/Jujuy Jujuy (JY) +AR -3124-06411 America/Argentina/Tucuman Tucuman (TM) +AR -2828-06547 America/Argentina/Catamarca Catamarca (CT) +AR -2926-06651 America/Argentina/La_Rioja La Rioja (LR) +AR -3132-06831 America/Argentina/San_Juan San Juan (SJ) +AR -3253-06849 America/Argentina/Mendoza Mendoza (MZ) +AR -4552-06730 America/Argentina/ComodRivadavia Chubut (CH) +AR -5138-06913 America/Argentina/Rio_Gallegos Santa Cruz (SC) +AR -5448-06818 America/Argentina/Ushuaia Tierra del Fuego (TF) +AS -1416-17042 Pacific/Pago_Pago +AT +4813+01620 Europe/Vienna +AU -3133+15905 Australia/Lord_Howe Lord Howe Island +AU -4253+14719 Australia/Hobart Tasmania +AU -3749+14458 Australia/Melbourne Victoria +AU -3352+15113 Australia/Sydney New South Wales - most locations +AU -3157+14127 Australia/Broken_Hill New South Wales - Yancowinna +AU -2728+15302 Australia/Brisbane Queensland - most locations +AU -2016+14900 Australia/Lindeman Queensland - Holiday Islands +AU -3455+13835 Australia/Adelaide South Australia +AU -1228+13050 Australia/Darwin Northern Territory +AU -3157+11551 Australia/Perth Western Australia +AW +1230-06858 America/Aruba +AX +6006+01957 Europe/Mariehamn +AZ +4023+04951 Asia/Baku +BA +4352+01825 Europe/Sarajevo +BB +1306-05937 America/Barbados +BD +2343+09025 Asia/Dhaka +BE +5050+00420 Europe/Brussels +BF +1222-00131 Africa/Ouagadougou +BG +4241+02319 Europe/Sofia +BH +2623+05035 Asia/Bahrain +BI -0323+02922 Africa/Bujumbura +BJ +0629+00237 Africa/Porto-Novo +BM +3217-06446 Atlantic/Bermuda +BN +0456+11455 Asia/Brunei +BO -1630-06809 America/La_Paz +BR -0351-03225 America/Noronha Atlantic islands +BR -0127-04829 America/Belem Amapa, E Para +BR -0343-03830 America/Fortaleza NE Brazil (MA, PI, CE, RN, PB) +BR -0803-03454 America/Recife Pernambuco +BR -0712-04812 America/Araguaina Tocantins +BR -0940-03543 America/Maceio Alagoas, Sergipe +BR -1259-03831 America/Bahia Bahia +BR -2332-04637 America/Sao_Paulo S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS) +BR -2027-05437 America/Campo_Grande Mato Grosso do Sul +BR -1535-05605 America/Cuiaba Mato Grosso +BR -0846-06354 America/Porto_Velho W Para, Rondonia +BR +0249-06040 America/Boa_Vista Roraima +BR -0308-06001 America/Manaus E Amazonas +BR -0640-06952 America/Eirunepe W Amazonas +BR -0958-06748 America/Rio_Branco Acre +BS +2505-07721 America/Nassau +BT +2728+08939 Asia/Thimphu +BW -2545+02555 Africa/Gaborone +BY +5354+02734 Europe/Minsk +BZ +1730-08812 America/Belize +CA +4734-05243 America/St_Johns Newfoundland Island +CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), NB, W Labrador, E Quebec & PEI +CA +4612-05957 America/Glace_Bay Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971 +CA +5320-06025 America/Goose_Bay Atlantic Time - E Labrador +CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations +CA +4339-07923 America/Toronto Eastern Time - Ontario - most locations +CA +4901-08816 America/Nipigon Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973 +CA +4823-08915 America/Thunder_Bay Eastern Time - Thunder Bay, Ontario +CA +6608-06544 America/Pangnirtung Eastern Standard Time - Pangnirtung, Nunavut +CA +6344-06828 America/Iqaluit Eastern Standard Time - east Nunavut +CA +6245-09210 America/Rankin_Inlet Eastern Standard Time - central Nunavut +CA +4953-09709 America/Winnipeg Central Time - Manitoba & west Ontario +CA +4843-09429 America/Rainy_River Central Time - Rainy River & Fort Frances, Ontario +CA +6903-10505 America/Cambridge_Bay Central Time - west Nunavut +CA +5024-10439 America/Regina Central Standard Time - Saskatchewan - most locations +CA +5017-10750 America/Swift_Current Central Standard Time - Saskatchewan - midwest +CA +5333-11328 America/Edmonton Mountain Time - Alberta, east British Columbia & west Saskatchewan +CA +6227-11421 America/Yellowknife Mountain Time - central Northwest Territories +CA +6825-11330 America/Inuvik Mountain Time - west Northwest Territories +CA +5946-12014 America/Dawson_Creek Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia +CA +4916-12307 America/Vancouver Pacific Time - west British Columbia +CA +6043-13503 America/Whitehorse Pacific Time - south Yukon +CA +6404-13925 America/Dawson Pacific Time - north Yukon +CC -1210+09655 Indian/Cocos +CD -0418+01518 Africa/Kinshasa west Dem. Rep. of Congo +CD -1140+02728 Africa/Lubumbashi east Dem. Rep. of Congo +CF +0422+01835 Africa/Bangui +CG -0416+01517 Africa/Brazzaville +CH +4723+00832 Europe/Zurich +CI +0519-00402 Africa/Abidjan +CK -2114-15946 Pacific/Rarotonga +CL -3327-07040 America/Santiago most locations +CL -2710-10927 Pacific/Easter Easter Island & Sala y Gomez +CM +0403+00942 Africa/Douala +CN +3114+12128 Asia/Shanghai east China - Beijing, Guangdong, Shanghai, etc. +CN +4545+12641 Asia/Harbin Heilongjiang +CN +2934+10635 Asia/Chongqing central China - Gansu, Guizhou, Sichuan, Yunnan, etc. +CN +4348+08735 Asia/Urumqi Tibet & most of Xinjiang Uyghur +CN +3929+07559 Asia/Kashgar southwest Xinjiang Uyghur +CO +0436-07405 America/Bogota +CR +0956-08405 America/Costa_Rica +CS +4450+02030 Europe/Belgrade +CU +2308-08222 America/Havana +CV +1455-02331 Atlantic/Cape_Verde +CX -1025+10543 Indian/Christmas +CY +3510+03322 Asia/Nicosia +CZ +5005+01426 Europe/Prague +DE +5230+01322 Europe/Berlin +DJ +1136+04309 Africa/Djibouti +DK +5540+01235 Europe/Copenhagen +DM +1518-06124 America/Dominica +DO +1828-06954 America/Santo_Domingo +DZ +3647+00303 Africa/Algiers +EC -0210-07950 America/Guayaquil mainland +EC -0054-08936 Pacific/Galapagos Galapagos Islands +EE +5925+02445 Europe/Tallinn +EG +3003+03115 Africa/Cairo +EH +2709-01312 Africa/El_Aaiun +ER +1520+03853 Africa/Asmera +ES +4024-00341 Europe/Madrid mainland +ES +3553-00519 Africa/Ceuta Ceuta & Melilla +ES +2806-01524 Atlantic/Canary Canary Islands +ET +0902+03842 Africa/Addis_Ababa +FI +6010+02458 Europe/Helsinki +FJ -1808+17825 Pacific/Fiji +FK -5142-05751 Atlantic/Stanley +FM +0931+13808 Pacific/Yap Yap +FM +0725+15147 Pacific/Truk Truk (Chuuk) +FM +0658+15813 Pacific/Ponape Ponape (Pohnpei) +FM +0519+16259 Pacific/Kosrae Kosrae +FO +6201-00646 Atlantic/Faeroe +FR +4852+00220 Europe/Paris +GA +0023+00927 Africa/Libreville +GB +512830-0001845 Europe/London Great Britain +GB +5435-00555 Europe/Belfast Northern Ireland +GD +1203-06145 America/Grenada +GE +4143+04449 Asia/Tbilisi +GF +0456-05220 America/Cayenne +GH +0533-00013 Africa/Accra +GI +3608-00521 Europe/Gibraltar +GL +6411-05144 America/Godthab most locations +GL +7646-01840 America/Danmarkshavn east coast, north of Scoresbysund +GL +7030-02215 America/Scoresbysund Scoresbysund / Ittoqqortoormiit +GL +7634-06847 America/Thule Thule / Pituffik +GM +1328-01639 Africa/Banjul +GN +0931-01343 Africa/Conakry +GP +1614-06132 America/Guadeloupe +GQ +0345+00847 Africa/Malabo +GR +3758+02343 Europe/Athens +GS -5416-03632 Atlantic/South_Georgia +GT +1438-09031 America/Guatemala +GU +1328+14445 Pacific/Guam +GW +1151-01535 Africa/Bissau +GY +0648-05810 America/Guyana +HK +2217+11409 Asia/Hong_Kong +HN +1406-08713 America/Tegucigalpa +HR +4548+01558 Europe/Zagreb +HT +1832-07220 America/Port-au-Prince +HU +4730+01905 Europe/Budapest +ID -0610+10648 Asia/Jakarta Java & Sumatra +ID -0002+10920 Asia/Pontianak west & central Borneo +ID -0507+11924 Asia/Makassar east & south Borneo, Celebes, Bali, Nusa Tengarra, west Timor +ID -0232+14042 Asia/Jayapura Irian Jaya & the Moluccas +IE +5320-00615 Europe/Dublin +IL +3146+03514 Asia/Jerusalem +IN +2232+08822 Asia/Calcutta +IO -0720+07225 Indian/Chagos +IQ +3321+04425 Asia/Baghdad +IR +3540+05126 Asia/Tehran +IS +6409-02151 Atlantic/Reykjavik +IT +4154+01229 Europe/Rome +JM +1800-07648 America/Jamaica +JO +3157+03556 Asia/Amman +JP +353916+1394441 Asia/Tokyo +KE -0117+03649 Africa/Nairobi +KG +4254+07436 Asia/Bishkek +KH +1133+10455 Asia/Phnom_Penh +KI +0125+17300 Pacific/Tarawa Gilbert Islands +KI -0308-17105 Pacific/Enderbury Phoenix Islands +KI +0152-15720 Pacific/Kiritimati Line Islands +KM -1141+04316 Indian/Comoro +KN +1718-06243 America/St_Kitts +KP +3901+12545 Asia/Pyongyang +KR +3733+12658 Asia/Seoul +KW +2920+04759 Asia/Kuwait +KY +1918-08123 America/Cayman +KZ +4315+07657 Asia/Almaty most locations +KZ +4448+06528 Asia/Qyzylorda Qyzylorda (Kyzylorda, Kzyl-Orda) +KZ +5017+05710 Asia/Aqtobe Aqtobe (Aktobe) +KZ +4431+05016 Asia/Aqtau Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau) +KZ +5113+05121 Asia/Oral West Kazakhstan +LA +1758+10236 Asia/Vientiane +LB +3353+03530 Asia/Beirut +LC +1401-06100 America/St_Lucia +LI +4709+00931 Europe/Vaduz +LK +0656+07951 Asia/Colombo +LR +0618-01047 Africa/Monrovia +LS -2928+02730 Africa/Maseru +LT +5441+02519 Europe/Vilnius +LU +4936+00609 Europe/Luxembourg +LV +5657+02406 Europe/Riga +LY +3254+01311 Africa/Tripoli +MA +3339-00735 Africa/Casablanca +MC +4342+00723 Europe/Monaco +MD +4700+02850 Europe/Chisinau +MG -1855+04731 Indian/Antananarivo +MH +0709+17112 Pacific/Majuro most locations +MH +0905+16720 Pacific/Kwajalein Kwajalein +MK +4159+02126 Europe/Skopje +ML +1239-00800 Africa/Bamako southwest Mali +ML +1446-00301 Africa/Timbuktu northeast Mali +MM +1647+09610 Asia/Rangoon +MN +4755+10653 Asia/Ulaanbaatar most locations +MN +4801+09139 Asia/Hovd Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan +MN +4804+11430 Asia/Choibalsan Dornod, Sukhbaatar +MO +2214+11335 Asia/Macau +MP +1512+14545 Pacific/Saipan +MQ +1436-06105 America/Martinique +MR +1806-01557 Africa/Nouakchott +MS +1644-06213 America/Montserrat +MT +3554+01431 Europe/Malta +MU -2010+05730 Indian/Mauritius +MV +0410+07330 Indian/Maldives +MW -1547+03500 Africa/Blantyre +MX +1924-09909 America/Mexico_City Central Time - most locations +MX +2105-08646 America/Cancun Central Time - Quintana Roo +MX +2058-08937 America/Merida Central Time - Campeche, Yucatan +MX +2540-10019 America/Monterrey Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas +MX +2313-10625 America/Mazatlan Mountain Time - S Baja, Nayarit, Sinaloa +MX +2838-10605 America/Chihuahua Mountain Time - Chihuahua +MX +2904-11058 America/Hermosillo Mountain Standard Time - Sonora +MX +3232-11701 America/Tijuana Pacific Time +MY +0310+10142 Asia/Kuala_Lumpur peninsular Malaysia +MY +0133+11020 Asia/Kuching Sabah & Sarawak +MZ -2558+03235 Africa/Maputo +NA -2234+01706 Africa/Windhoek +NC -2216+16530 Pacific/Noumea +NE +1331+00207 Africa/Niamey +NF -2903+16758 Pacific/Norfolk +NG +0627+00324 Africa/Lagos +NI +1209-08617 America/Managua +NL +5222+00454 Europe/Amsterdam +NO +5955+01045 Europe/Oslo +NP +2743+08519 Asia/Katmandu +NR -0031+16655 Pacific/Nauru +NU -1901+16955 Pacific/Niue +NZ -3652+17446 Pacific/Auckland most locations +NZ -4357-17633 Pacific/Chatham Chatham Islands +OM +2336+05835 Asia/Muscat +PA +0858-07932 America/Panama +PE -1203-07703 America/Lima +PF -1732-14934 Pacific/Tahiti Society Islands +PF -0900-13930 Pacific/Marquesas Marquesas Islands +PF -2308-13457 Pacific/Gambier Gambier Islands +PG -0930+14710 Pacific/Port_Moresby +PH +1435+12100 Asia/Manila +PK +2452+06703 Asia/Karachi +PL +5215+02100 Europe/Warsaw +PM +4703-05620 America/Miquelon +PN -2504-13005 Pacific/Pitcairn +PR +182806-0660622 America/Puerto_Rico +PS +3130+03428 Asia/Gaza +PT +3843-00908 Europe/Lisbon mainland +PT +3238-01654 Atlantic/Madeira Madeira Islands +PT +3744-02540 Atlantic/Azores Azores +PW +0720+13429 Pacific/Palau +PY -2516-05740 America/Asuncion +QA +2517+05132 Asia/Qatar +RE -2052+05528 Indian/Reunion +RO +4426+02606 Europe/Bucharest +RU +5443+02030 Europe/Kaliningrad Moscow-01 - Kaliningrad +RU +5545+03735 Europe/Moscow Moscow+00 - west Russia +RU +5312+05009 Europe/Samara Moscow+01 - Caspian Sea +RU +5651+06036 Asia/Yekaterinburg Moscow+02 - Urals +RU +5500+07324 Asia/Omsk Moscow+03 - west Siberia +RU +5502+08255 Asia/Novosibirsk Moscow+03 - Novosibirsk +RU +5601+09250 Asia/Krasnoyarsk Moscow+04 - Yenisei River +RU +5216+10420 Asia/Irkutsk Moscow+05 - Lake Baikal +RU +6200+12940 Asia/Yakutsk Moscow+06 - Lena River +RU +4310+13156 Asia/Vladivostok Moscow+07 - Amur River +RU +4658+14242 Asia/Sakhalin Moscow+07 - Sakhalin Island +RU +5934+15048 Asia/Magadan Moscow+08 - Magadan +RU +5301+15839 Asia/Kamchatka Moscow+09 - Kamchatka +RU +6445+17729 Asia/Anadyr Moscow+10 - Bering Sea +RW -0157+03004 Africa/Kigali +SA +2438+04643 Asia/Riyadh +SB -0932+16012 Pacific/Guadalcanal +SC -0440+05528 Indian/Mahe +SD +1536+03232 Africa/Khartoum +SE +5920+01803 Europe/Stockholm +SG +0117+10351 Asia/Singapore +SH -1555-00542 Atlantic/St_Helena +SI +4603+01431 Europe/Ljubljana +SJ +7800+01600 Arctic/Longyearbyen Svalbard +SJ +7059-00805 Atlantic/Jan_Mayen Jan Mayen +SK +4809+01707 Europe/Bratislava +SL +0830-01315 Africa/Freetown +SM +4355+01228 Europe/San_Marino +SN +1440-01726 Africa/Dakar +SO +0204+04522 Africa/Mogadishu +SR +0550-05510 America/Paramaribo +ST +0020+00644 Africa/Sao_Tome +SV +1342-08912 America/El_Salvador +SY +3330+03618 Asia/Damascus +SZ -2618+03106 Africa/Mbabane +TC +2128-07108 America/Grand_Turk +TD +1207+01503 Africa/Ndjamena +TF -492110+0701303 Indian/Kerguelen +TG +0608+00113 Africa/Lome +TH +1345+10031 Asia/Bangkok +TJ +3835+06848 Asia/Dushanbe +TK -0922-17114 Pacific/Fakaofo +TL -0833+12535 Asia/Dili +TM +3757+05823 Asia/Ashgabat +TN +3648+01011 Africa/Tunis +TO -2110+17510 Pacific/Tongatapu +TR +4101+02858 Europe/Istanbul +TT +1039-06131 America/Port_of_Spain +TV -0831+17913 Pacific/Funafuti +TW +2503+12130 Asia/Taipei +TZ -0648+03917 Africa/Dar_es_Salaam +UA +5026+03031 Europe/Kiev most locations +UA +4837+02218 Europe/Uzhgorod Ruthenia +UA +4750+03510 Europe/Zaporozhye Zaporozh'ye, E Lugansk +UA +4457+03406 Europe/Simferopol central Crimea +UG +0019+03225 Africa/Kampala +UM +1700-16830 Pacific/Johnston Johnston Atoll +UM +2813-17722 Pacific/Midway Midway Islands +UM +1917+16637 Pacific/Wake Wake Island +US +404251-0740023 America/New_York Eastern Time +US +421953-0830245 America/Detroit Eastern Time - Michigan - most locations +US +381515-0854534 America/Louisville Eastern Time - Kentucky - Louisville area +US +364947-0845057 America/Kentucky/Monticello Eastern Time - Kentucky - Wayne County +US +394606-0860929 America/Indianapolis Eastern Standard Time - Indiana - most locations +US +382232-0862041 America/Indiana/Marengo Eastern Standard Time - Indiana - Crawford County +US +411745-0863730 America/Indiana/Knox Eastern Standard Time - Indiana - Starke County +US +384452-0850402 America/Indiana/Vevay Eastern Standard Time - Indiana - Switzerland County +US +415100-0873900 America/Chicago Central Time +US +450628-0873651 America/Menominee Central Time - Michigan - Wisconsin border +US +470659-1011757 America/North_Dakota/Center Central Time - North Dakota - Oliver County +US +394421-1045903 America/Denver Mountain Time +US +433649-1161209 America/Boise Mountain Time - south Idaho & east Oregon +US +364708-1084111 America/Shiprock Mountain Time - Navajo +US +332654-1120424 America/Phoenix Mountain Standard Time - Arizona +US +340308-1181434 America/Los_Angeles Pacific Time +US +611305-1495401 America/Anchorage Alaska Time +US +581807-1342511 America/Juneau Alaska Time - Alaska panhandle +US +593249-1394338 America/Yakutat Alaska Time - Alaska panhandle neck +US +643004-1652423 America/Nome Alaska Time - west Alaska +US +515248-1763929 America/Adak Aleutian Islands +US +211825-1575130 Pacific/Honolulu Hawaii +UY -3453-05611 America/Montevideo +UZ +3940+06648 Asia/Samarkand west Uzbekistan +UZ +4120+06918 Asia/Tashkent east Uzbekistan +VA +4154+01227 Europe/Vatican +VC +1309-06114 America/St_Vincent +VE +1030-06656 America/Caracas +VG +1827-06437 America/Tortola +VI +1821-06456 America/St_Thomas +VN +1045+10640 Asia/Saigon +VU -1740+16825 Pacific/Efate +WF -1318-17610 Pacific/Wallis +WS -1350-17144 Pacific/Apia +YE +1245+04512 Asia/Aden +YT -1247+04514 Indian/Mayotte +ZA -2615+02800 Africa/Johannesburg +ZM -1525+02817 Africa/Lusaka +ZW -1750+03103 Africa/Harare -- 2.45.2