mysterioustrousers / MTDates

A thread safe date calculation library with all the date functions you'll ever need.
BSD 2-Clause "Simplified" License
343 stars 68 forks source link

Add new format to mt_dateFromISOString method #64

Closed osorioabel closed 7 years ago

osorioabel commented 7 years ago

In some cases the library doesn't find the correct format for the ISO standard. With this example: 2016-12-26T11:00:39.8657721-05:00 the library always return nil. Adding this new format prevent that.