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
The parse currently only understands relative datetimes. The previous update (#5) added support for adding and subtracting duration from DateTime using + and '-' respectively. This currently lacks support for parsing precise DateTime strings such as 18:20:30.
This should add support for parsing the following strings.
The parse currently only understands relative datetimes. The previous update (#5) added support for adding and subtracting duration from DateTime using
+
and '-' respectively. This currently lacks support for parsing precise DateTime strings such as18:20:30
.This should add support for parsing the following strings.
12:00
12:30:00
a hour from 00:00
12 minutes 5 seconds + 12:00
This issue is derived from #4.
The text was updated successfully, but these errors were encountered: