Files
hakorune/test_datetime_tostring.nyash
2025-08-11 23:54:50 +00:00

4 lines
136 B
Plaintext

// test_datetime_tostring.nyash - DateTimeBox toString() test as mentioned in issue
local dt
dt = new DateTimeBox()
print(dt.toString())