Use local time instead of UTC time as default backup filenames (#29047)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Jan-Philipp Benecke 2023-10-23 20:47:08 +02:00 committed by GitHub
parent d545c887b7
commit 468175abcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ Create a full backup.
| Service Data Attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `name` | yes | Name of the backup file. Default is current date and time
| `name` | yes | By default, the current date and time are used in your local time, which you have set in your general settings.
| `password` | yes | Optional password for backup
| `compressed` | yes | `false` to create uncompressed backups
| `location` | yes | Alternate backup location instead of using the default location for backups
@ -155,7 +155,7 @@ Create a partial backup.
| ---------------------- | -------- | ----------- |
| `addons` | yes | List of add-on slugs to backup
| `folders` | yes | List of directories to backup
| `name` | yes | Name of the backup file. Default is current date and time
| `name` | yes | Name of the backup file. Default is the current date and time in the user's local time
| `password` | yes | Optional password for backup
| `compressed` | yes | `false` to create uncompressed backups
| `location` | yes | Alternate backup location instead of using the default location for backups