Reading List

ISO8601DateFormatter and Fractional Seconds from Michael Tsai RSS feed.

ISO8601DateFormatter and Fractional Seconds

Toomas Vahter: DateFormatter is used for converting string representation of date and time to a Date type and visa-versa. Something to be aware of is that the conversion loses microseconds precision. This is extremely important if we use these Date values for sorting and therefore ending up with incorrect order. Let’s consider an iOS app […]