summary refs log tree commit diff stats
path: root/tests/stdlib/t21406.nim
blob: 5b96227ce67b43b7350ad1fd6af9a423ec9d3e1b (plain) (blame)
1
2
3
4
5
import std/[times, strformat]
import std/assertions

doAssert fmt"{getTime()}" == $getTime()
doAssert fmt"{now()}" == $now()