Skip to content

Commit

Permalink
fix: The time is saved with afternoon time but always returns morning…
Browse files Browse the repository at this point in the history
… time. (#43)
  • Loading branch information
EdwinBetanc0urt authored Nov 25, 2024
1 parent b2a36f2 commit 490cfc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class TimeManager {

/** Date format */
private static final String TIME_FORMAT = "yyyy-MM-dd hh:mm:ss";
private static final String TIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
private static final String DATE_FORMAT = "yyyy-MM-dd";


Expand Down

0 comments on commit 490cfc4

Please sign in to comment.