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
Date-time formatting is very strict in the FathomNet REST API. For example, 2007-08-02T00:00:00.000Z works while 2007-08-02 is rejected. This fact, in conjunction with #16, makes for some confusing error messages.
It would help users to add an explicit check or reformatting of date-time strings before sending them to the API.
Date-time formatting is very strict in the FathomNet REST API. For example,
2007-08-02T00:00:00.000Z
works while2007-08-02
is rejected. This fact, in conjunction with #16, makes for some confusing error messages.It would help users to add an explicit check or reformatting of date-time strings before sending them to the API.
Originated from #15
The text was updated successfully, but these errors were encountered: