Skip to content

Commit f7557ec

Browse files
gary-van-woerkenspYassine
authored andcommitted
fix: country codes timezone
1 parent 963171c commit f7557ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/common/src/telephone/COUNTRY_CODES_TIMEZONE.const.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { type TimeZone } from "../territoires";
22

33
export const COUNTRY_CODES_TIMEZONE: { [key in TimeZone]: string } = {
4-
"America/Guadeloupe": "mq",
5-
"America/Martinique": "gp",
4+
"America/Guadeloupe": "gp",
5+
"America/Martinique": "mq",
66
"America/Cayenne": "gf",
7-
"Indian/Reunion": "yt",
8-
"Indian/Mayotte": "km",
7+
"Indian/Reunion": "re",
8+
"Indian/Mayotte": "yt",
99
"Europe/Paris": "fr",
1010
"Pacific/Noumea": "pf",
1111
"Pacific/Tahiti": "pf",

0 commit comments

Comments
 (0)