1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

fix(khal): fix date/time formats

This commit is contained in:
2021-04-17 09:26:48 +02:00
parent a4edbfd29d
commit 141d5db610

View File

@@ -51,8 +51,8 @@ in
"todoman/todoman.conf".text = '' "todoman/todoman.conf".text = ''
[main] [main]
path = ${davHome}/calendar/* path = ${davHome}/calendar/*
date_format = %F date_format = %Y-%m-%d
time_format = %R time_format = %H:%M
default_due = 0 default_due = 0
default_list = Personal default_list = Personal
startable = True startable = True
@@ -70,11 +70,11 @@ in
timedelta = 5d timedelta = 5d
[locale] [locale]
timeformat = %R timeformat = %H:%M
dateformat = %F dateformat = %Y-%m-%d
longdateformat = %F longdateformat = %Y-%m-%d
datetimeformat = %F %R datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %F %R longdatetimeformat = %Y-%m-%d %H:%M
local_timezone = ${config.time.timeZone} local_timezone = ${config.time.timeZone}
default_timezone = ${config.time.timeZone} default_timezone = ${config.time.timeZone}
weeknumbers = left weeknumbers = left