Update background task time scheduling to use server local time. Ensure that the TZ variable is passed to the container with the location of the server. (#268)

* Remove LastRun values during upgrade

* Add timezone variable to docker-compose files

* Release note update to include PR's labeled "note"
This commit is contained in:
Michael Green
2024-01-28 15:18:13 +11:00
committed by GitHub
parent 163aa7a446
commit 10be6c53ba
7 changed files with 112 additions and 51 deletions

4
.github/release.yml vendored
View File

@@ -5,8 +5,12 @@ changelog:
- '*'
exclude:
labels:
- note
- bug
- dependencies
- title: Notes
labels:
- note
- title: Bug Fixes
labels:
- bug