Add timezone offset setting

Clarify timezone offset tooltip

Co-authored-by: y5nw <37980625+y5nw@users.noreply.github.com>
This commit is contained in:
Athozus 2024-04-14 15:46:23 +02:00
parent 9a52c1c181
commit 1dab26f0bf
2 changed files with 6 additions and 1 deletions

View file

@ -45,6 +45,10 @@ mail.settings = {
type = "string", default = "%Y-%m-%d %X", group = "other", index = 3, label = S("Date format"),
dataset = {"%Y-%m-%d %X", "%d/%m/%y %X", "%A %d %B %Y %X"}, format = os.date
},
timezone_offset = {
type = "number", default = 0, group = "other", index = 4,
label = S("Timezone offset"), tooltip = S("Offset to add to server time."),
},
mute_list = {
type = "list", default = {}, group = "spam", index = 1,
label = S("Mute list")