diff --git a/src/generate/luxon.ts b/src/generate/luxon.ts index cd1def454..dffa4acf3 100644 --- a/src/generate/luxon.ts +++ b/src/generate/luxon.ts @@ -25,7 +25,8 @@ const normalizeFormatPart = (part: string): string => .replace(/D/g, 'd') .replace(/gg/g, 'kk') .replace(/Q/g, 'q') - .replace(/([Ww])o/g, 'WW'); + .replace(/([Ww])o/g, 'WW') + .replace(/A/g, 'a'); /** * Normalizes a moment compatible format string to a luxon compatible format string