naoty / Timepiece

Intuitive date handling in Swift
MIT License
2.63k stars 147 forks source link

test ISO8801 compatibility which fails #46

Closed PaulWoodIII closed 8 years ago

PaulWoodIII commented 8 years ago

TODO: Fix this? the seconds format seems to cause the problem especially 'ss.sssZZ' instead of simply 'ssZZ' which does work

naoty commented 8 years ago

@PaulWoodIII Thank you for a pull request! Actually, the formatting methods are syntax sugar. So, it seems a problem in NSDateFormatter, not this library. Do you think that this library should support ss.sssZZ format?