Files
Nim/tests/misc/t16264.nim
Bung b2b226bb28 fix #16264 low(Time) OverflowDefect (#20552)
fix #16264 regression(0.18.0 => devel): import times; echo low(Time) gives OverflowDefect

(cherry picked from commit 534c97edc5)
2023-04-25 16:27:31 +02:00

2 lines
46 B
Nim

import times
doAssert low(Time) == fromUnix(0)