blob: 78fea55dd1e7e11749a6eb03b41211c77e4d66a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
|