| author | |
| committer | |
| log | 5c83d271a31508b33276310c93d4552f78ce459e |
| tree | 31b59638f7b94d5210f38fd917eb3b6304344b9e |
| parent | 7cfe328a16ef0d1436d8eb37980d6ebf6908a0d8 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/epoch.zig+1-1| ... | ... | @@ -9,7 +9,7 @@ pub const windows = -11644473600; //Jan 01, 1601 AD |
| 9 | 9 | pub const amiga = 252460800; //Jan 01, 1978 AD |
| 10 | 10 | pub const pickos = -63244800; //Dec 31, 1967 AD |
| 11 | 11 | pub const gps = 315964800; //Jan 06, 1980 AD |
| 12 | pub const clr = 62135769600; //Jan 01, 0001 AD | |
| 12 | pub const clr = -62135769600; //Jan 01, 0001 AD | |
| 13 | 13 | |
| 14 | 14 | pub const unix = posix; |
| 15 | 15 | pub const android = posix; |