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_TimeSecond.hrl
-record(time_second, {
hour :: integer(),
minute :: integer(),
second :: integer(),
nanosecond :: gleam@option:option(integer()),
timezone :: gleam@option:option(datetime_iso8601:timezone())
}).