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
I've fixed this, I believe, over at https://github.com/escondida/ddate . I'd initially planned to do a proper pull request (even started with a different one), but since this repo seems to be abandoned, I've just forked for now. If it revives...great. Otherwise, schism is an act of worship.
As a side note, I've fixed the "undefined" behavior when you ask for, say, the weekday name or day number on St. Tib's Day but didn't include %{ beforehand.
Well, okay, only with "invalid" format string, but this
creates an endless loop (or anything else resulting in tib_end < tib_start like %A%e).
suggestions:
in line 262:
after the first loop, add a sanity check:
This will probably fix half of the only bug documented in the man page ;)
The text was updated successfully, but these errors were encountered: