Current section

Files

Jump to
tom include tom_DateTime.hrl
Raw

include/tom_DateTime.hrl

-record(date_time, {
date :: gleam@time@calendar:date(),
time :: gleam@time@calendar:time_of_day(),
offset :: tom:offset()
}).