feat: add timezone support for backup file naming and extraction

This commit is contained in:
shuaiplus
2026-04-07 20:24:28 +08:00
parent 76623d7201
commit c9e7417825
3 changed files with 34 additions and 29 deletions
+1
View File
@@ -192,6 +192,7 @@ async function executeConfiguredBackup(
});
const archive = await buildBackupArchive(env, now, {
includeAttachments: destination.includeAttachments,
timeZone: destination.schedule.timezone,
progress: progress
? async (event) => {
if (event.step === 'archive_ready') {