Skip to content

Timezone in settings - #541

Merged
deitch merged 6 commits into
mainfrom
timezone-in-settings
Sep 15, 2026
Merged

deitch merged 6 commits into
mainfrom
timezone-in-settings

Conversation

@deitch

@deitch deitch commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Fixes #509

Creates several options for DB_DUMP_BEGIN and its counterpart CLI options:

  • 0400Z - use UTC time explicitly
  • 0400@local - use local timezone, resolving however Linux normally does (TZ env var or /etc/localtime, normally)
  • 0400@<timezone> - use a valid IANA timezone name

The existing 0400 remains UTC, for backwards compatibility not to break anything already deployed, but is deprecated and preferred not to be used.

Signed-off-by: Avi Deitcher <avi@deitcher.net>
Signed-off-by: Avi Deitcher <avi@deitcher.net>
Signed-off-by: Avi Deitcher <avi@deitcher.net>
Signed-off-by: Avi Deitcher <avi@deitcher.net>
Signed-off-by: Avi Deitcher <avi@deitcher.net>
Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch

deitch commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator Author

Another day or two, this will be a week, and I will merge this in, unless there are other comments.

@deitch
deitch merged commit 118a68c into main Sep 15, 2026
3 checks passed
@deitch
deitch deleted the timezone-in-settings branch September 15, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DB_DUMP_BEGIN should respect container timezone (TZ environment variable)

1 participant