24 hour default time stamp format

This commit is contained in:
Matt Wiseley 2023-07-04 17:51:54 -04:00
parent 5677e02243
commit 0612a4bd21
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
export const defaultSettings: SimpleTimeTrackerSettings = {
timestampFormat: "YY-MM-DD hh:mm:ss",
timestampFormat: "YY-MM-DD HH:mm:ss",
csvDelimiter: ",",
fineGrainedDurations: true
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long