We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e160fcd commit 3ea311dCopy full SHA for 3ea311d
src/backend/utils/adt/datetime.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -92,6 +92,7 @@ static datetkn datetktbl[] = {
92
{"awsst", DTZ, 54}, /* W. Australia */
93
{"awst", TZ, 48}, /* W. Australia */
94
{DB_C, ADBC, BC}, /* "bc" for years < 0 */
95
+ {"bdst", TZ, 12}, /* British Double Summer Time */
96
{"bst", TZ, 6}, /* British Summer Time */
97
{"bt", TZ, 18}, /* Baghdad Time */
98
{"cadt", DTZ, 63}, /* Central Australian DST */
0 commit comments