Add configurable time zone (#69)

This commit is contained in:
Flaminel
2025-02-24 23:21:44 +02:00
committed by GitHub
parent 279bd6d82d
commit b3b211d956
5 changed files with 34 additions and 11 deletions
+7
View File
@@ -12,6 +12,13 @@
### General settings
**`TZ`**
- The time zone to use.
- Type: String.
- Possible values: Any valid timezone.
- Default: `UTC`.
- Required: No.
**`DRY_RUN`**
- When enabled, simulates irreversible operations (like deletions and notifications) without making actual changes.
- Type: Boolean.