Skip to content

Commit e64173d

Browse files
committed
Revert "Removed seconds from User JS time const"
This reverts commit 09db4a5.
1 parent cd73541 commit e64173d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
2222
public const JS_DATE_FORMAT_US = 'MM/DD/YYYY';
2323
public const JS_DATE_FORMAT_OTHER = 'DD/MM/YYYY';
2424
public const JS_TIME_FORMAT_12HOURS = 'hh:mm A';
25-
public const JS_TIME_FORMAT_24HOURS = 'HH:mm';
25+
public const JS_TIME_FORMAT_24HOURS = 'HH:mm:ss';
2626

2727
public const SETTINGS_KEY_TABLES = 'tables';
2828
public const SETTINGS_KEY_FILTERS = 'filters';

0 commit comments

Comments
 (0)