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

@@ -10,6 +10,11 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
See [Downloads](https://github.com/taers232c/GAMADV-XTD3/wiki/Downloads) for Windows or other options, including manual installation
### 6.75.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.