Files
Nim/tests/misc/t16264.nim
Bung 534c97edc5 fix #16264 low(Time) OverflowDefect (#20552)
fix #16264 regression(0.18.0 => devel): import times; echo low(Time) gives OverflowDefect
2022-10-29 08:59:51 +02:00

2 lines
46 B
Nim

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