Closed Night-walker closed 9 years ago
load time utc = time.now($utc) io.writeln(utc) loc = utc loc.convert($local) io.writeln(utc, loc)
The last line will print identical values. Note that the issue does not appear in the interactive mode.
Fixed.
The last line will print identical values. Note that the issue does not appear in the interactive mode.