diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/timezone/pgtz.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c index b29a781cf8b..fcca754fd14 100644 --- a/src/timezone/pgtz.c +++ b/src/timezone/pgtz.c @@ -716,9 +716,10 @@ static const struct  		"Cen. Australia Standard Time", "Cen. Australia Daylight Time",  		"Australia/Adelaide"  	},							/* (GMT+09:30) Adelaide */ +	/* Central America (other than Mexico) generally does not observe DST */  	{  		"Central America Standard Time", "Central America Daylight Time", -		"CST6CDT" +		"CST6"  	},							/* (GMT-06:00) Central America */  	{  		"Central Asia Standard Time", "Central Asia Daylight Time", | 
