What custom date format are you trying to parse with Temporal? #2
sina-heidariaan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Temporal only reads ISO 8601 and RFC 9557. Real systems do not.
I am collecting the actual date layouts people are stuck with, so this library covers
real inputs instead of the ones I imagined. If you have one, please drop a reply with:
20260713093000Zfile, a partner's CSV, a legacy mainframe…
PlainDate, aPlainDateTime, aZonedDateTime…fromFormat, date-fnsparse, a regex,a hand-written splitter…
That is all — no bug report, no reproduction needed. A one-line reply is genuinely
useful to me.
Does it already work?
Most numeric layouts do. Quick check:
Token list: https://github.com/sina-heidariaan/temporal-format-parse#tokens
Known to NOT work yet
Jul,July,Monday) — deliberately out of scope fornow, because it needs locale data.
"Calendars — current limitation".
If yours falls in either bucket, still post it. That is exactly the evidence I need to
decide whether to build it.
All reactions