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
+1 for this; there should if nothing else be a configuration option. I'm happy to add it, but just in case am wondering if there's any particular reason that ChronicDuration::parse() has this behavior (so I can avoid breaking it with my patch).
ChronicDuration::parse("0") returns nil, not 0.
ChronicDuration::parse("0s") returns nil, not 0.
ChronicDuration::parse("0min") returns nil, not 0.
This is unexpected behavior, since those are valid strings that represent a time duration of zero.
The text was updated successfully, but these errors were encountered: