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
Should this include a closing time of 00:00 as well as 24:00? I've noticed that in a number of nodes and I'm not sure if that is an error in the data, or if this parser isn't handling it properly.
@TannerYoung can you give an example of the parser not handling this? We do auto-correct say 06:00-00:00 to 06:00-24:00, but that is what is supposed to happen.
PS: pls open a separate issue if you believe you've found an issue as a rule.
simonpoole
changed the title
Should this include a closing time of 00:00 as well as 24:00? I've noticed that in a number of nodes and I'm not sure if that is an error in the data, or if this parser isn't handling it properly.
Special handling of a closing time of 00:00
Nov 16, 2019
Prior to d829f97 a closing time of 00:00 would count as "earlier" than the start time, the commit provides a further flag, which when set to false, stops strict mode from considering this an error.
Should this include a closing time of 00:00 as well as 24:00? I've noticed that in a number of nodes and I'm not sure if that is an error in the data, or if this parser isn't handling it properly.
Originally posted by @TannerYoung in #5 (comment)
The text was updated successfully, but these errors were encountered: