diff --git a/inc/class-destination-s3.php b/inc/class-destination-s3.php index 6a6ab29d..5faaf2fa 100755 --- a/inc/class-destination-s3.php +++ b/inc/class-destination-s3.php @@ -366,7 +366,7 @@ public function file_update_list($job, bool $delete = false): void if (is_object($objects)) { foreach ($objects as $object) { $file = basename((string) $object['Key']); - $changetime = strtotime((string) $object['LastModified']) + (get_option('gmt_offset') * 3600); + $changetime = strtotime((string) $object['LastModified']); if ($this->is_backup_archive($file) && $this->is_backup_owned_by_job($file, $jobid)) { $backupfilelist[$changetime] = $file;