Mayerch1 / RemindmeBot

This is a discord bot to set reminders
38 stars 3 forks source link

Cannot edit existing reminders’ time #9

Open kimo790 opened 11 months ago

kimo790 commented 11 months ago

I tried several ways to edit the reminding time to an existing reminder but have failed so far. The bot works great and also easy to use, but the editing interface and the help page doesn’t mention anything about editing the time on which the reminder should be triggered upon

Mayerch1 commented 10 months ago

When visiting /reminder_list you can select the reminder and go to Edit. You've got the option to enter an (almost) ISO-timestamp in the popup.

The format should be '%Y-%m-%dT%H:%M:%S.%f or '%Y-%m-%dT%H:%M:%S.%f%z.

I've observed that the server instance can have troubles parsing the timezone information (not quiet sure why), so you might be better off specifying the UTC time (e.g. 2023-12-20T01:19:24.0)