commit 2bd8a18e6d61246cc50112c5b5e68339b02e953a parent 95a84067eb35e13a5607e3a12d0ee9e61abb4a81 Author: Alex Balgavy <alex@balgavy.eu> Date: Wed, 6 Oct 2021 19:38:12 +0200 khal: date/time formats Diffstat:
M | khal/config | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/khal/config b/khal/config @@ -15,3 +15,6 @@ theme = light [locale] timeformat = "%H:%M" +dateformat = "%d/%m/%Y" +longdateformat = "%d/%m/%Y" +datetimeformat = "%d/%m/%Y %H:%M"