mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 19:16:17 -04:00
Insert ARST into the list of known timezone abbreviations.
This commit is contained in:
parent
2fb6911f22
commit
bcbaee69ae
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
*
|
||||
* 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
|
||||
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