mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 06:25:44 +03:00
Pull request: 4679 fix wrong time format after midnight
Updates #4679
Squashed commit of the following:
commit 1864f33120fc35e6d88fb5d448e1391f97c267ef
Merge: b48add05 663f0643
Author: Ildar Kamalov <ik@adguard.com>
Date: Fri Sep 16 12:43:58 2022 +0300
Merge branch 'master' into 4679-time-format
commit b48add059ff330f1a709b6fd723cbf92ce89c60e
Author: Ildar Kamalov <ik@adguard.com>
Date: Fri Sep 16 12:39:52 2022 +0300
client: fix wrong time format after midnight
This commit is contained in:
parent
663f0643f2
commit
572fed9f35
1 changed files with 1 additions and 1 deletions
|
@ -526,8 +526,8 @@ export const DEFAULT_DATE_FORMAT_OPTIONS = {
|
||||||
month: 'numeric',
|
month: 'numeric',
|
||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
hour: 'numeric',
|
hour: 'numeric',
|
||||||
|
hourCycle: 'h23',
|
||||||
minute: 'numeric',
|
minute: 'numeric',
|
||||||
hour12: false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DETAILED_DATE_FORMAT_OPTIONS = {
|
export const DETAILED_DATE_FORMAT_OPTIONS = {
|
||||||
|
|
Loading…
Reference in a new issue