diff options
Diffstat (limited to 'test/datetime.tm')
| -rw-r--r-- | test/datetime.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/datetime.tm b/test/datetime.tm index 19ca74b0..64077c27 100644 --- a/test/datetime.tm +++ b/test/datetime.tm @@ -36,8 +36,8 @@ func main(): = "Tuesday" >> t:unix_timestamp() - = 1704221100[64] - >> t == DateTime.from_unix_timestamp(1704221100[64]) + = Int64(1704221100) + >> t == DateTime.from_unix_timestamp(1704221100) = yes >> t < t:after(minutes=1) |
