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
IIRC my biggest gripe with dateparser was that if you give a date without a year, it always interprets that with American "middle-endianness", but I might be an outlier here.
it would be great if we could create events with human-friendly readable date parsing such as:
next monday at 3pm
today at 2pm
in 1h
every tuesday at noon
once every 2 weeks on tuesday at noon
every first monday of the month
not all cases can be handled by dateparser but most i think (no need to run a big LLM on a 32GB memory GPU to parse this i think)
there's also recurrent which probably solves all cases!
The text was updated successfully, but these errors were encountered: