Skip to content
Snippets Groups Projects
Commit 3ea311d4 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Add British Double Standard Time (BDST) per mailing list report.

parent e160fcd6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.77 2001/11/05 17:46:29 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.78 2001/11/06 16:29:51 thomas Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -92,6 +92,7 @@ static datetkn datetktbl[] = { ...@@ -92,6 +92,7 @@ static datetkn datetktbl[] = {
{"awsst", DTZ, 54}, /* W. Australia */ {"awsst", DTZ, 54}, /* W. Australia */
{"awst", TZ, 48}, /* W. Australia */ {"awst", TZ, 48}, /* W. Australia */
{DB_C, ADBC, BC}, /* "bc" for years < 0 */ {DB_C, ADBC, BC}, /* "bc" for years < 0 */
{"bdst", TZ, 12}, /* British Double Summer Time */
{"bst", TZ, 6}, /* British Summer Time */ {"bst", TZ, 6}, /* British Summer Time */
{"bt", TZ, 18}, /* Baghdad Time */ {"bt", TZ, 18}, /* Baghdad Time */
{"cadt", DTZ, 63}, /* Central Australian DST */ {"cadt", DTZ, 63}, /* Central Australian DST */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment