ISO8601
ISO8601 copied to clipboard
wrong codes?
file: NSDate+ISO8601.m if (timeZone) { *timeZone = components.timeZone ? components.timeZone : UTCTimeZone; }
// Use a UTC calendar to generate the date calendar.timeZone = UTCTimeZone;
why not calendar use timeZone? very strange。