Updated all commands that display tasks to display the due date in GMT

This commit is contained in:
Ross Scroggs
2024-04-18 12:43:39 -07:00
parent baf0c7863f
commit ac4fef0e4b
7 changed files with 81 additions and 9 deletions

View File

@@ -2,6 +2,11 @@
Merged GAM-Team version
6.72.15
Updated all commands that display tasks to display the due date in GMT as the time portion
is not supported by the API and converting the due date to local time may display the wrong date.
6.72.14
Upgraded to Python 3.12.3 where possible.