From 468175abcb0af7f15f1cfc289bde016b3d83432f Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Mon, 23 Oct 2023 20:47:08 +0200 Subject: [PATCH] Use local time instead of UTC time as default backup filenames (#29047) Co-authored-by: Franck Nijhof --- source/_integrations/hassio.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/hassio.markdown b/source/_integrations/hassio.markdown index 89f61082672..41dfb29538f 100644 --- a/source/_integrations/hassio.markdown +++ b/source/_integrations/hassio.markdown @@ -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