iso-8601-date-formatter
iso-8601-date-formatter copied to clipboard
Use the nanosecond property of NSDateComponents
Since 10.7, NSDateComponents has a nanosecond
property. This would likely be friendlier to clients than the existing fractionOfSecond
out-parameter.