Packages

Parse ISO8601 date-times! But you should probably use RFC3339 instead

Current section

Files

Jump to
datetime_iso8601 include datetime_iso8601_TimeSecond.hrl
Raw

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())
}).