Python date libraries update

This commit is contained in:
Ross Scroggs
2025-09-13 13:27:41 -07:00
parent e95ba0818e
commit c810e1c8df
4 changed files with 18 additions and 9 deletions

View File

@@ -13,6 +13,13 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins
### 7.21.00
Replaced datetime, dateutil, calendar and iso8601 Python libraries with arrow library.
This should have no performance impact; report any problems.
You can now use timezone names when setting `timezone` in `gam.cfg`.
* See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
```
gam config timezone America/Los_Angeles save
```
### 7.20.04