Skip to content

Commit

Permalink
Merge pull request #28 from jcoombs235/adjust-gmt
Browse files Browse the repository at this point in the history
Break out GMT into UTC and other represented zones
  • Loading branch information
ndom91 authored Apr 30, 2021
2 parents 97201ef + d8db223 commit 4757c3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ export const i18nTimezones: ICustomTimezone = {
'America/Godthab': 'Greenland',
'Atlantic/Azores': 'Azores',
'Atlantic/Cape_Verde': 'Cape Verde Islands',
GMT: 'Dublin, Edinburgh, Lisbon, London',
GMT: 'UTC',
'Europe/London': 'Edinburgh, London',
'Europe/Dublin': 'Dublin',
'Europe/Lisbon': 'Lisbon',
'Africa/Casablanca': 'Casablanca, Monrovia',
'Atlantic/Canary': 'Canary Islands',
'Europe/Belgrade': 'Belgrade, Bratislava, Budapest, Ljubljana, Prague',
Expand Down

0 comments on commit 4757c3d

Please sign in to comment.