You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Problem with parsing time format
Detailed Description
According to Apple's ISO descriptions,
A
represents microseconds, as opposed toAM/PM
.Those formats should be changed to
a
rather thanA
.Context
This causes issues for people trying to use SwiftMoment to represent times.
Possible Implementation
Change the formats to the following:
Your Environment
The text was updated successfully, but these errors were encountered: