Skip to content

Commit

Permalink
Add timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonias committed Nov 19, 2024
1 parent 5f21abe commit 0dcbcb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/xo-web/src/xo-app/backup/new/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ const New = decorate([
settings[''].maxExportRate = undefined
}

settings[''].timezone = DEFAULT_SCHEDULE.timezone

await createBackupNgJob({
name: state.name,
mode: state.isDelta ? 'delta' : 'full',
Expand Down Expand Up @@ -355,6 +357,8 @@ const New = decorate([
normalizedSettings[''].maxExportRate = undefined
}

settings[''].timezone = DEFAULT_SCHEDULE.timezone

await editBackupNgJob({
id: props.job.id,
name: state.name,
Expand Down

0 comments on commit 0dcbcb1

Please sign in to comment.