Ozzypig / repr

Convert any Lua object into a printable string, like Python's repr
Do What The F*ck You Want To Public License
16 stars 7 forks source link

DateTime type is missing #2

Closed Ozzypig closed 4 years ago

Ozzypig commented 4 years ago

repr isn't smart enough output the new DateTime data type

Ozzypig commented 4 years ago

DateTime are now displayed as ISO dates using DateTime:ToIsoDate and printed using the DateTime.fromIsoDate constructor.