Current section
Files
Jump to
Current section
Files
include/parsers@rfc_3339_LocalTime.hrl
-record(local_time, {
hour :: integer(),
minutes :: integer(),
seconds :: integer(),
precision :: gleam@option:option(integer())
}).