Overdue_tasks_reminders_time default value wrong?

Default value for defaultsettings-overdue_tasks_reminders_time is "9:00".

On my debian install this didn’t work. The default time for new users was always blank and not 9 o’clock. Only after changing it to "09:00" in the config file it worked as it should :+1:

relevant urls:

https://kolaente.dev/vikunja/vikunja/src/branch/main/pkg/config/config.go#L440

Did you have something set in your config file when it didn’t work?

“9:00” as mentioned in doc was in my config but with that value it didn’t work - it has to be “09:00” here