From a789420971f4b670980ecf2f5b06b1581bff1ef6 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 30 Jan 2003 22:37:25 +0000 Subject: Use "Australia/Sydney" instead of "Australia/Queensland" for the "sydney" timezone, otherwise Sydney suddenly misses out on daylight savings time. --- time/xchrono/distinfo | 3 ++- time/xchrono/patches/patch-ac | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 time/xchrono/patches/patch-ac (limited to 'time/xchrono') diff --git a/time/xchrono/distinfo b/time/xchrono/distinfo index 33111785b89..4cd7249371b 100644 --- a/time/xchrono/distinfo +++ b/time/xchrono/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/06/15 20:40:25 dmcmahill Exp $ +$NetBSD: distinfo,v 1.3 2003/01/30 22:37:25 simonb Exp $ SHA1 (xchrono.shar) = 8cc61b949ff4c1972cfa810831d562d058fa9e2f Size (xchrono.shar) = 56292 bytes SHA1 (patch-aa) = 59c5946422c0ac76907e1d512dd64b9a1899029d SHA1 (patch-ab) = 414ed2bfc2aa0aeafaf50c4980bb8394ca3e1407 +SHA1 (patch-ac) = e2da170e8509caed02e4ab7eda8737767aa7ebbb diff --git a/time/xchrono/patches/patch-ac b/time/xchrono/patches/patch-ac new file mode 100644 index 00000000000..78fea55dd1e --- /dev/null +++ b/time/xchrono/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2003/01/30 22:37:27 simonb Exp $ + +--- xchrono.c.orig Fri Jan 31 09:23:44 2003 ++++ xchrono.c +@@ -91,9 +91,7 @@ static struct { + #define TOKYO (HAWAII+1) + { "Japan", "Tokyo" }, + #define SYDNEY (TOKYO+1) +-/* This should be NSW (New South Wales)? istead of Queensland, +- but that value looks wrong... */ +- { "Australia/Queensland", "Sydney" }, ++ { "Australia/Sydney", "Sydney" }, + #define LONDON (SYDNEY+1) + { "GB-Eire", "London" }, + #define PARIS (LONDON+1) -- cgit v1.2.3