Packages
datetime_iso8601
1.0.0
Parse ISO8601 date-times! But you should probably use RFC3339 instead
Current section
Files
Jump to
Current section
Files
include/datetime_iso8601_CalendarDate.hrl
-record(calendar_date, {
year :: integer(),
month :: gleam@time@calendar:month(),
day :: integer(),
time :: gleam@option:option(datetime_iso8601:time())
}).