mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Insert ARST into the list of known timezone abbreviations.
This commit is contained in:
parent
20a637db07
commit
2cdd642ffc
@ -4,7 +4,7 @@
|
|||||||
# a template for timezones you could need. See the `Date/Time Support'
|
# a template for timezones you could need. See the `Date/Time Support'
|
||||||
# appendix in the PostgreSQL documentation for more information.
|
# appendix in the PostgreSQL documentation for more information.
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/src/timezone/tznames/America.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
# $PostgreSQL: pgsql/src/timezone/tznames/America.txt,v 1.2.2.1 2008/01/02 21:42:09 tgl Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# Acre time is sometimes called Acre Standard Time (AST) which leads to a
|
# Acre time is sometimes called Acre Standard Time (AST) which leads to a
|
||||||
@ -52,7 +52,18 @@ AMT -14400 # Amazon Time
|
|||||||
# (America/Cuiaba)
|
# (America/Cuiaba)
|
||||||
# (America/Manaus)
|
# (America/Manaus)
|
||||||
# (America/Porto_Velho)
|
# (America/Porto_Velho)
|
||||||
ART -10800 # Argentina Time (not in zic)
|
ART -10800 # Argentina Time
|
||||||
|
# (America/Argentina/Buenos_Aires)
|
||||||
|
# (America/Argentina/Cordoba)
|
||||||
|
# (America/Argentina/Tucuman)
|
||||||
|
# (America/Argentina/La_Rioja)
|
||||||
|
# (America/Argentina/San_Juan)
|
||||||
|
# (America/Argentina/Jujuy)
|
||||||
|
# (America/Argentina/Catamarca)
|
||||||
|
# (America/Argentina/Mendoza)
|
||||||
|
# (America/Argentina/Rio_Gallegos)
|
||||||
|
# (America/Argentina/Ushuaia)
|
||||||
|
ARST -7200 D # Argentina Summer Time
|
||||||
# CONFLICT! AST is not unique
|
# CONFLICT! AST is not unique
|
||||||
# Other timezones:
|
# Other timezones:
|
||||||
# - AST: Arabic Standard Time (Asia)
|
# - AST: Arabic Standard Time (Asia)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
|
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
|
||||||
# appendix in the PostgreSQL documentation for more information.
|
# appendix in the PostgreSQL documentation for more information.
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.2.2.1 2006/12/15 16:54:56 tgl Exp $
|
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.2.2.2 2008/01/02 21:42:09 tgl Exp $
|
||||||
|
|
||||||
|
|
||||||
#################### AFRICA ####################
|
#################### AFRICA ####################
|
||||||
@ -55,7 +55,18 @@ AKST -32400 # Alaska Standard Time
|
|||||||
# (America/Juneau)
|
# (America/Juneau)
|
||||||
# (America/Nome)
|
# (America/Nome)
|
||||||
# (America/Yakutat)
|
# (America/Yakutat)
|
||||||
ART -10800 # Argentina Time (not in zic)
|
ART -10800 # Argentina Time
|
||||||
|
# (America/Argentina/Buenos_Aires)
|
||||||
|
# (America/Argentina/Cordoba)
|
||||||
|
# (America/Argentina/Tucuman)
|
||||||
|
# (America/Argentina/La_Rioja)
|
||||||
|
# (America/Argentina/San_Juan)
|
||||||
|
# (America/Argentina/Jujuy)
|
||||||
|
# (America/Argentina/Catamarca)
|
||||||
|
# (America/Argentina/Mendoza)
|
||||||
|
# (America/Argentina/Rio_Gallegos)
|
||||||
|
# (America/Argentina/Ushuaia)
|
||||||
|
ARST -7200 D # Argentina Summer Time
|
||||||
BOT -14400 # Bolivia Time
|
BOT -14400 # Bolivia Time
|
||||||
# (America/La_Paz)
|
# (America/La_Paz)
|
||||||
BRA -10800 # Brazil Time (not in zic)
|
BRA -10800 # Brazil Time (not in zic)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user