Skip to content

Commit

Permalink
fix: modify generated from schedule's backup name timestamp to UTC ti…
Browse files Browse the repository at this point in the history
…mezone

fix vmware-tanzu#4279
When backup is created from schedule, and the backup name is not specified, a containing-timestamp generated name will be used. Due to velero client not set timezone to UTC, a local timezone will be used for the generated name.

Signed-off-by: Xun Jiang <[email protected]>
  • Loading branch information
Xun Jiang committed Nov 16, 2021
1 parent b68ec79 commit e9c17cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions changelogs/unreleased/4353-jxun
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
Modify generated from schedule's backup name timestamp to UTC timestamp.
Fix https://github.com/vmware-tanzu/velero/issues/4279
When backup is created from schedule, and the backup name is not specified,
a containing-timestamp generated name will be used.
Due to velero client not set timezone to UTC, a local timezone will be used for the generated name.
Modify generated from schedule's backup name timestamp to UTC timestamp.

0 comments on commit e9c17cb

Please sign in to comment.