Current section

Files

Jump to
gtempo include tempo_LocalDateTime.hrl
Raw

include/tempo_LocalDateTime.hrl

-record(local_date_time, {
date :: tempo:date(),
time :: tempo:time(),
offset :: tempo:offset(),
tz :: tempo:time_zone_provider()
}).