Skip to content

Commit 8863d69

Browse files
committed
Switch time format to use 24H format.
1 parent 0a5b4e1 commit 8863d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aphelion-desktop-wallet",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"author": "Aphelion <info@aphelion.org>",
55
"description": "Aphelion Desktop Wallet",
66
"license": "LicenseRef-LICENSE",

src/renderer/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const formats = {
6363
DATE_SHORT: 'DD-MM',
6464
FRACTIONAL_NUMBER: '[.]0[00000000]',
6565
MONEY: '$0,0.00',
66-
TIME: 'hh:mm:ss',
66+
TIME: 'HH:mm:ss',
6767
WEEKDAY_AND_TIME: 'dd H:ss',
6868
WHOLE_NUMBER: '0,0',
6969
WHOLE_NUMBER_NO_COMMAS: '0[.]0[00000000]',

0 commit comments

Comments
 (0)