4 lines
103 B
Text
4 lines
103 B
Text
ts = time()
|
|
|
|
println("The system time is (in ISO 8601 format):")
|
|
println(strftime(" %F %T %Z", ts))
|