Skip to content
Discussion options

You must be logged in to vote

Fixed for the next update - and thank you for the precise repro, which made the diagnosis instant. What actually happened: "8.5m" wasn't being read as 16.5 minutes - the decimal-with-unit form was silently REJECTED, which cleared your override, and the catalog's own 16:30 clock for that named took over. Two bugs in one: the parser should have accepted it, and nothing should ever fail silently. Now "8.5m", "1.5h", and friends parse exactly as written.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wizen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants