mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
[datetime]: Remove the definition of EPOCH
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user