diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:26:34 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:27:56 +0000 |
commit | 769cda403445f427b911407429ca329af2323b22 (patch) | |
tree | 7f64a667560db46d9264ffacbbb44cc1c02e4589 | |
parent | a9e3bbcedbcd005767f9aca7fd8ea104d87cc39d (diff) |
Setting the timezone
-rw-r--r-- | khal/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/khal/config b/khal/config index 526f2b2..1d6c6a9 100644 --- a/khal/config +++ b/khal/config @@ -66,6 +66,7 @@ agenda_event_format = "{start-time} {end-time} {title}" default_calendar = "radicale-rimsky" [locale] +local_timezone = Europe/London firstweekday = 0 timeformat = "%H:%M" longdatetimeformat = "%Y-%m-%dT%H:%M" |