aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl')
-rw-r--r--aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl b/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl
new file mode 100644
index 0000000..3b1e660
--- /dev/null
+++ b/aoc2023/build/dev/erlang/tom/include/tom_DateTimeValue.hrl
@@ -0,0 +1,5 @@
+-record(date_time_value, {
+ date :: tom:date(),
+ time :: tom:time(),
+ offset :: tom:offset()
+}).