mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Add British Double Standard Time (BDST) per mailing list report.
This commit is contained in:
parent
e160fcd696
commit
3ea311d4b3
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
*
|
||||
* 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[] = {
|
|||
{"awsst", DTZ, 54}, /* W. Australia */
|
||||
{"awst", TZ, 48}, /* W. Australia */
|
||||
{DB_C, ADBC, BC}, /* "bc" for years < 0 */
|
||||
{"bdst", TZ, 12}, /* British Double Summer Time */
|
||||
{"bst", TZ, 6}, /* British Summer Time */
|
||||
{"bt", TZ, 18}, /* Baghdad Time */
|
||||
{"cadt", DTZ, 63}, /* Central Australian DST */
|
||||
|
|
|
|||
Loading…
Reference in a new issue