Skip to content

expand templates to allow specification of timezone #11

Description

@b2cc

Please excuse my nagging... I noticed that time in the suffix of the backupfiles is off since the container runs in UTC per default. Although im aware this is a rather minor nuisance it can easily be fixed by injecting the "TZ" environment variable:

spec:
  template:
    spec:
      containers:
      - env:
        - name: TZ
          value: "Europe/Berlin"

I guess this could be added to the "exports" file with a default of "UTC" if not specified otherwise.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions