mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Insert ARST into the list of known timezone abbreviations.
This commit is contained in:
parent
2fb6911f22
commit
bcbaee69ae
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.118.2.7 2005/12/01 17:57:07 tgl Exp $
|
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.118.2.8 2008/01/02 22:05:36 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -120,8 +120,8 @@ static datetkn datetktbl[] = {
|
|||||||
#if 0
|
#if 0
|
||||||
aqtst
|
aqtst
|
||||||
aqtt
|
aqtt
|
||||||
arst
|
|
||||||
#endif
|
#endif
|
||||||
|
{"arst", DTZ, NEG(8)}, /* Argentina Summer Time */
|
||||||
{"art", TZ, NEG(12)}, /* Argentina Time */
|
{"art", TZ, NEG(12)}, /* Argentina Time */
|
||||||
#if 0
|
#if 0
|
||||||
ashst
|
ashst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user