Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Sep 20, 2023
1 parent 8de097e commit 9ed84bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ namespace Khronos {
var log = new Log ();
log.name = column_entry.text;
log.timedate = "%s\n%s%s".printf(column_time_label.label,
("%s").printf (dt_start.format ("%a, %d/%m %H%M%S")),
("%s").printf (dt_start.format ("%d/%m/%Y %H%M%S")),
("%s").printf (dt_stop.format ("%H%M%S")));
log.tags = column_tag_entry.text;
reset_timer ();
Expand Down

0 comments on commit 9ed84bd

Please sign in to comment.