Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ea311d

Browse files
author
Thomas G. Lockhart
committed
Add British Double Standard Time (BDST) per mailing list report.
1 parent e160fcd commit 3ea311d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/adt/datetime.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.77 2001/11/05 17:46:29 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.78 2001/11/06 16:29:51 thomas Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -92,6 +92,7 @@ static datetkn datetktbl[] = {
9292
{"awsst", DTZ, 54}, /* W. Australia */
9393
{"awst", TZ, 48}, /* W. Australia */
9494
{DB_C, ADBC, BC}, /* "bc" for years < 0 */
95+
{"bdst", TZ, 12}, /* British Double Summer Time */
9596
{"bst", TZ, 6}, /* British Summer Time */
9697
{"bt", TZ, 18}, /* Baghdad Time */
9798
{"cadt", DTZ, 63}, /* Central Australian DST */

0 commit comments

Comments
 (0)