Add DateTime and Time without TimeZone #4533
yassun7010
started this conversation in
Enhancements
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.
-
Proposal
I suggest adding
date-time-local
andtime-local
to the Format Registry.I am developing a TOML Language Server with validation feature using JSON Schema.
LocalDatetime and LocalTime are defined in TOML as specifications, but there is currently no corresponding String format in JSON Schema.
I sought help from the JSON Schema community and was referred here.
About naming
date-time-local
is named differently from TOML.I believe it is more consistent with other formats if it is first indicated to be a date.
Also, datetime-local exists in html.
Beta Was this translation helpful? Give feedback.
All reactions