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
At some point, a date in ISO 8601 will need to be accepted for a field for the user module. This may be useful for other modules, so we probably want to handle this in the preparer.
The text was updated successfully, but these errors were encountered:
if the parser hits a time.Duration it will parse it with time.ParseDuration and expose the error (if any) to the user.
If the parser hits a time.Time, it will parse it as "YYYY-MM-DDThh:mm:ssz". If that fails, it will try parsing as "YYYY-MM-DD" and set the time of day to zero and the timezone to the system timezone.
At some point, a date in ISO 8601 will need to be accepted for a field for the user module. This may be useful for other modules, so we probably want to handle this in the preparer.
The text was updated successfully, but these errors were encountered: