Skip to content

Commit

Permalink
Merge pull request #1780 from nurumaik/msk-timezone-fix
Browse files Browse the repository at this point in the history
Moscow Standard Time != Mountain Standard Time
  • Loading branch information
mikekasprzak committed Apr 25, 2019
2 parents c25606e + 7cea1a1 commit 3d963e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/time/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var LocaleZoneRemaps = {
"Romance Daylight Time":"CEST"/*"GMT+2"*/, // was RDT, but uncommon
"Mitteleuropäische Zeit":"MEZ"/*"GMT+1"*/,
"Mitteleuropäische Sommerzeit":"MESZ"/*"GMT+2"*/,
"Moscow Standard Time":"MSK"/*"GMT+3"*/,

"Paris, Madrid (heure d’été)":"CEST"/*"GMT+2"*/, // was PM, completely wrong

Expand Down

0 comments on commit 3d963e9

Please sign in to comment.