Ensmallen Time struct.

This commit is contained in:
Jeroen van Rijn
2024-03-20 18:09:07 +01:00
parent 9c144dd24f
commit 89ca15014c
3 changed files with 15 additions and 16 deletions
+4 -4
View File
@@ -31,10 +31,10 @@ Date :: struct {
}
Time :: struct {
hour: i64,
minute: i64,
second: i64,
nano: i64,
hour: i8,
minute: i8,
second: i8,
nano: i32,
}
DateTime :: struct {