We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963171c commit f7557ecCopy full SHA for f7557ec
packages/common/src/telephone/COUNTRY_CODES_TIMEZONE.const.ts
@@ -1,11 +1,11 @@
1
import { type TimeZone } from "../territoires";
2
3
export const COUNTRY_CODES_TIMEZONE: { [key in TimeZone]: string } = {
4
- "America/Guadeloupe": "mq",
5
- "America/Martinique": "gp",
+ "America/Guadeloupe": "gp",
+ "America/Martinique": "mq",
6
"America/Cayenne": "gf",
7
- "Indian/Reunion": "yt",
8
- "Indian/Mayotte": "km",
+ "Indian/Reunion": "re",
+ "Indian/Mayotte": "yt",
9
"Europe/Paris": "fr",
10
"Pacific/Noumea": "pf",
11
"Pacific/Tahiti": "pf",
0 commit comments