pkgsrc/time/xchrono/patches/patch-ac
simonb a789420971 Use "Australia/Sydney" instead of "Australia/Queensland" for the
"sydney" timezone, otherwise Sydney suddenly misses out on daylight
savings time.
2003-01-30 22:37:25 +00:00

15 lines
491 B
Text

$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)