Put JST back into the default set of timezone abbreviations;
was removed in an unexplainable moment of brain fade.
This commit is contained in:
parent
421c1ca48d
commit
782d68e38d
@ -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/Asia.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
|
# $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.3 2006/12/15 16:54:43 tgl Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# CONFLICT! ADT is not unique
|
# CONFLICT! ADT is not unique
|
||||||
@ -156,6 +156,8 @@ IST 19800 # Indian Standard Time
|
|||||||
IST 7200 # Israel Standard Time
|
IST 7200 # Israel Standard Time
|
||||||
# (this time zone is not contained in the ZIC database)
|
# (this time zone is not contained in the ZIC database)
|
||||||
JAYT 32400 # Jayapura Time (Indonesia) (not in zic)
|
JAYT 32400 # Jayapura Time (Indonesia) (not in zic)
|
||||||
|
JST 32400 # Japan Standard Time
|
||||||
|
# (Asia/Tokyo)
|
||||||
KDT 36000 D # Korean Daylight Time (not in zic)
|
KDT 36000 D # Korean Daylight Time (not in zic)
|
||||||
KGST 21600 D # Kyrgyzstan Summer Time
|
KGST 21600 D # Kyrgyzstan Summer Time
|
||||||
# (Asia/Bishkek)
|
# (Asia/Bishkek)
|
||||||
|
@ -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 2006/07/25 13:49:21 tgl Exp $
|
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.3 2006/12/15 16:54:43 tgl Exp $
|
||||||
|
|
||||||
|
|
||||||
#################### AFRICA ####################
|
#################### AFRICA ####################
|
||||||
@ -283,6 +283,8 @@ IRT 12600 # Iran Time (not in zic)
|
|||||||
# - IST: Indian Standard Time (Asia)
|
# - IST: Indian Standard Time (Asia)
|
||||||
IST 7200 # Israel Standard Time (not in zic)
|
IST 7200 # Israel Standard Time (not in zic)
|
||||||
JAYT 32400 # Jayapura Time (Indonesia) (not in zic)
|
JAYT 32400 # Jayapura Time (Indonesia) (not in zic)
|
||||||
|
JST 32400 # Japan Standard Time
|
||||||
|
# (Asia/Tokyo)
|
||||||
KDT 36000 D # Korean Daylight Time (not in zic)
|
KDT 36000 D # Korean Daylight Time (not in zic)
|
||||||
KGST 21600 D # Kyrgyzstan Summer Time
|
KGST 21600 D # Kyrgyzstan Summer Time
|
||||||
# (Asia/Bishkek)
|
# (Asia/Bishkek)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user