feat: Switch to default values for 12 vs 24 hour time. (#420)

Our current version on react-intl doesn't support hourCycle
anyway and after speaking to product, we feel comfortable with
letting it default based on locale.
This commit is contained in:
Dillon Dumesnil
2021-04-22 12:04:13 -07:00
committed by GitHub
parent 34dbcb7ea6
commit 8a7c61b64a
3 changed files with 0 additions and 3 deletions

View File

@@ -96,7 +96,6 @@ function SequenceLink({
day="numeric"
month="short"
year="numeric"
hourCycle="h23"
timeZoneName="short"
value={due}
{...timezoneFormatArgs}

View File

@@ -37,7 +37,6 @@ function CourseEndAlert({ payload }) {
day="numeric"
month="short"
year="numeric"
hourCycle="h23"
timeZoneName="short"
value={endDate}
{...timezoneFormatArgs}

View File

@@ -42,7 +42,6 @@ function CourseStartAlert({ payload }) {
day="numeric"
month="short"
year="numeric"
hourCycle="h23"
timeZoneName="short"
value={startDate}
{...timezoneFormatArgs}