mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Allow the user to set time zone
Fix timezone handling for periodic tasks
This commit is contained in:
@ -144,7 +144,7 @@ docspell.joex {
|
||||
|
||||
# When the house keeping tasks execute. Default is to run every
|
||||
# week.
|
||||
schedule = "Sun *-*-* 00:00:00"
|
||||
schedule = "Sun *-*-* 00:00:00 UTC"
|
||||
|
||||
# This task removes invitation keys that have been created but not
|
||||
# used. The timespan here must be greater than the `invite-time'
|
||||
@ -209,8 +209,9 @@ docspell.joex {
|
||||
test-run = false
|
||||
|
||||
# When the update check should execute. Default is to run every
|
||||
# week.
|
||||
schedule = "Sun *-*-* 00:00:00"
|
||||
# week. You can specify a time zone identifier, like
|
||||
# 'Europe/Berlin' at the end.
|
||||
schedule = "Sun *-*-* 00:00:00 UTC"
|
||||
|
||||
# An account id in form of `collective/user` (or just `user` if
|
||||
# collective and user name are the same). This user account must
|
||||
|
Reference in New Issue
Block a user