anoadragon453 / matrix-reminder-bot

A bot to remind you about stuff. Supports encrypted rooms
Apache License 2.0
51 stars 19 forks source link

When doing "remind me on <weekday>", remind at a sensible time. #54

Open Half-Shot opened 3 years ago

Half-Shot commented 3 years ago

Currently it will remind you on 00:00. Most people do not equate !remindme on Monday; do the thing to mean that you should be reminded at the stroke of midnight.

A lot of apps seem to default to 9AM, which feels reasonable.

Bubu commented 3 years ago

There is a feature request at the dateparser lib which could be used for this: https://github.com/scrapinghub/dateparser/issues/802