Skip to content

Commit 490cfc4

Browse files
fix: The time is saved with afternoon time but always returns morning time. (#43)
1 parent b2a36f2 commit 490cfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spin/service/grpc/util/value/TimeManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class TimeManager {
3232

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

3737

0 commit comments

Comments
 (0)