[datetime]: Remove the definition of EPOCH

This commit is contained in:
flysand7
2025-03-06 20:28:12 +11:00
parent 7d26edb83c
commit 47eefb3f21
2 changed files with 9 additions and 12 deletions
+2 -4
View File
@@ -5,13 +5,11 @@ Type representing a mononotic day number corresponding to a date.
Ordinal 1 = Midnight Monday, January 1, 1 A.D. (Gregorian)
| Midnight Monday, January 3, 1 A.D. (Julian)
Every other ordinal counts days forwards, starting from the above date.
*/
Ordinal :: i64
/*
*/
EPOCH :: Ordinal(1)
/*
Minimum valid value for date.