iso-8601-date-formatter icon indicating copy to clipboard operation
iso-8601-date-formatter copied to clipboard

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.

Results 24 iso-8601-date-formatter issues
Sort by recently updated
recently updated
newest added

Since 10.7, NSDateComponents has a `nanosecond` property. This would likely be friendlier to clients than the existing `fractionOfSecond` out-parameter.

enhancement
up-for-grabs

So, under iOS8 (and, I presume, Yosemite, since this is about a foundation class) presents a number of deprecation warnings -- mostly things like constants who names have changed, when...

enhancement
up-for-grabs
modernization

Currently, `make test` builds and runs a mess of shell, Python, and Objective-C code, which I've started referring to as the “test monsters”. There are two test monsters. One of...

modernization

This is part of the modernization that is more broadly covered by #21.

enhancement
modernization

E.g., `ISO8601_NULLABLE` should just be `_Nullable`.

enhancement
modernization

Modern XCTestCase subclasses don't have headers unless they especially need them.

enhancement
modernization

Hi Peter - Thanks so much for your most excellent contribution of ISO8601DateFormatter to the Cocoa Open Source community. It definitely has to be one of the most widely used...

enhancement
modernization

Who knows what bugs it will catch? https://github.com/boredzo/warnings-xcconfig

enhancement

New code added late in 0.8 has these already, but all code should have nullability where applicable (and `const`, where feasible).

enhancement
up-for-grabs

Need to go from P1DT13H24M17S to NSTimeInterval and back. Or two NSDate's to time interval duration. Relevant SO questions: http://stackoverflow.com/questions/1146416/how-to-parse-an-iso-8601-duration-in-objective-c http://stackoverflow.com/questions/22230629/how-to-transform-two-nsdate-objects-into-an-iso-8601-time-interval-duration

enhancement
up-for-grabs