daokoder / dao-modules

Dao Standard Modules
http://daovm.net
12 stars 5 forks source link

CPOD is broken, again #69

Closed Night-walker closed 9 years ago

Night-walker commented 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.

daokoder commented 9 years ago

Fixed.