rokucommunity / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
3 stars 2 forks source link

Not all Roku specific ISO date formats are being supported on `roDateTime` and `roTimespan` #28

Closed lvcabral closed 11 months ago

lvcabral commented 11 months ago

For example this case is not working as in Roku:

ts = CreateObject("roTimeSpan")
print "Return seconds from date until now: " ts.getsecondstoiso8601date("2030-11-10T")