Ciprian (Chip) Rarau

Results 1 issues of Ciprian (Chip) Rarau

SwiftMoment ignores the timezone from an iso8601 string formatted date even if it's specified. Example: The code `print(moment("2017-02-09T03:17:52.477Z")!.format("yyyy-MM-dd'T'HH:mm:ss.SSSXXXXX"))` displays: `2017-02-09T03:17:52.477-05:00` the expected output is either `2017-02-09T03:17:52.477Z` or `2017-02-08T22:17:52.477-05:00` from Wikipedia:...