aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/tom/include/tom_Offset.hrl
blob: a58a8e167230548d2a710680dc75688d42da8be4 (plain)
1
2
3
4
5
-record(offset, {
    direction :: tom:sign(),
    hours :: integer(),
    minutes :: integer()
}).