mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #29776 from mrj/fix-idlw-timezone
Fix the "International Date Line West" timezone
This commit is contained in:
commit
706b4bee89
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module ActiveSupport
|
|||
class TimeZone
|
||||
# Keys are Rails TimeZone names, values are TZInfo identifiers.
|
||||
MAPPING = {
|
||||
"International Date Line West" => "Pacific/Midway",
|
||||
"International Date Line West" => "Etc/GMT+12",
|
||||
"Midway Island" => "Pacific/Midway",
|
||||
"American Samoa" => "Pacific/Pago_Pago",
|
||||
"Hawaii" => "Pacific/Honolulu",
|
||||
|
|
Loading…
Reference in a new issue