File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
7
7
*
8
8
* IDENTIFICATION
9
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.66 2010/02/26 02:01:39 momjian Exp $
9
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.67 2010/03/12 21:40:36 tgl Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -974,9 +974,13 @@ static const struct
974
974
"W. Australia Standard Time" , "W. Australia Daylight Time" ,
975
975
"Australia/Perth"
976
976
}, /* (GMT+08:00) Perth */
977
- /* {"W. Central Africa Standard Time", "W. Central Africa Daylight Time",
978
- * * * * * * * * * ""}, Could not find a match for this one. Excluded for now. */ /* (
979
- * G MT+01:00) West Central Africa */
977
+ #ifdef NOT_USED
978
+ /* Could not find a match for this one. Excluded for now. */
979
+ {
980
+ "W. Central Africa Standard Time" , "W. Central Africa Daylight Time" ,
981
+ ""
982
+ }, /* (GMT+01:00) West Central Africa */
983
+ #endif
980
984
{
981
985
"W. Europe Standard Time" , "W. Europe Daylight Time" ,
982
986
"CET"
You can’t perform that action at this time.
0 commit comments