mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Insert ARST into the list of known timezone abbreviations.
This commit is contained in:
parent
0e9888b90d
commit
ba34091712
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.137.4.3 2005/12/01 17:56:54 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/datetime.c,v 1.137.4.4 2008/01/02 22:05:28 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -123,8 +123,8 @@ static datetkn datetktbl[] = {
|
|||
#if 0
|
||||
aqtst
|
||||
aqtt
|
||||
arst
|
||||
#endif
|
||||
{"arst", DTZ, NEG(8)}, /* Argentina Summer Time */
|
||||
{"art", TZ, NEG(12)}, /* Argentina Time */
|
||||
#if 0
|
||||
ashst
|
||||
|
|
|
|||
Loading…
Reference in a new issue