+2
-1
@@ -66,7 +66,8 @@ function getUserLocalTime(match, venue) {
|
|||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
hour: '2-digit',
|
hour: '2-digit',
|
||||||
minute: '2-digit',
|
minute: '2-digit',
|
||||||
timeZoneName: 'short'
|
timeZoneName: 'short',
|
||||||
|
hour12: false
|
||||||
};
|
};
|
||||||
return matchDateUTC.toLocaleString(undefined, options);
|
return matchDateUTC.toLocaleString(undefined, options);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user