DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / stdlib / t21406.nim
1234567
import std/[times, strformat] import std/assertions let aTime = getTime() doAssert fmt"{aTime}" == $aTime let aNow = now() doAssert fmt"{aNow}" == $aNow