CSC510-Group-25 / ClassMateBot

This project helps to improve the life of students, TAs and teachers by automating many mundane tasks which are sometimes done manually on Discord. This is release version 3 of the ClassMateBot.
MIT License
0 stars 5 forks source link

Reminders: use user system time OR convert to UTC #22

Closed snapcat closed 2 years ago

snapcat commented 2 years ago

Use the user's system time to create reminders OR Create a converter to convert the user's time to UTC so that it can be used for reminders

snapcat commented 2 years ago

Could take advantage of $timenow in deadline.py, maybe?

etracey7 commented 2 years ago

Considering changing logic to use time deltas instead of dates when reminder is sent and adding option to set timezone when creating reminders.

Example - HW 1 is due in 1 day and 3 hours

etracey7 commented 2 years ago

Made time assignments much more flexible and can optionally include timezone. Duetoday and duethisweek give time delta. Other listings of time now have timezone attached.