-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
I'm using Khronos 3.7.0 from Flathub.
When I try exporting a log, it works fine, but if I try to import that same log, it shows the start and finish time as null.
This is the exported log:
task,timedate,tags
"Test","00∶00∶05sob, 25/06 16∶05∶42 – 16∶05∶48","Tag"
My guess is this is due to improperly parsing the date, which in my case is in the Slovenian locale.
I'm also guessing this issue can be resolved by forcing a specific locale for exports, instead of using the system-defined one (2022-06-25 16:05:42-16:05:48 seems much more readable in exports to me anyway).
