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 a368aa5 commit edb2ab7Copy full SHA for edb2ab7
src/generate/luxon.ts
@@ -25,7 +25,8 @@ const normalizeFormatPart = (part: string): string =>
25
.replace(/D/g, 'd')
26
.replace(/gg/g, 'kk')
27
.replace(/Q/g, 'q')
28
- .replace(/([Ww])o/g, 'WW');
+ .replace(/([Ww])o/g, 'WW')
29
+ .replace(/A/g, 'a');
30
31
/**
32
* Normalizes a moment compatible format string to a luxon compatible format string
0 commit comments