mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
fix #16264 regression(0.18.0 => devel): import times; echo low(Time) gives OverflowDefect
(cherry picked from commit 534c97edc5)
2 lines
46 B
Nim
2 lines
46 B
Nim
import times
|
|
doAssert low(Time) == fromUnix(0) |