keithamus / tempus

Tempus - Time for a new Date()
http://tempus-js.com
Other
94 stars 9 forks source link

Better ISO8601 Support (microseconds) #13

Closed keithamus closed 12 years ago

keithamus commented 12 years ago

Languages like Python and .NET have high resolution dates, which record up to microseconds (6 digit fraction of a second). Their iso string functions send dates with microseconds in them.

Tempus currently only parses dates strictly with milliseconds. This needs to change to support these languages.

Possible Solutions: