Skip to content

Commit

Permalink
CLDR-17484 Update dayPeriods.xml
Browse files Browse the repository at this point in the history
One small change from the ticket to minimize changes: keeping the boundary between evening and night at 9:00pm
  • Loading branch information
macchiati authored Feb 13, 2025
1 parent 0899783 commit e1389cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/supplemental/dayPeriods.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<dayPeriodRules locales="en">
<dayPeriodRule type="midnight" at="00:00"/> <!-- midnight -->
<dayPeriodRule type="noon" at="12:00"/> <!-- noon -->
<dayPeriodRule type="morning1" from="06:00" before="12:00"/> <!-- morning -->
<dayPeriodRule type="morning1" from="00:00" before="12:00"/> <!-- morning -->
<dayPeriodRule type="afternoon1" from="12:00" before="18:00"/> <!-- afternoon -->
<dayPeriodRule type="evening1" from="18:00" before="21:00"/> <!-- evening -->
<dayPeriodRule type="night1" from="21:00" before="06:00"/> <!-- night -->
<dayPeriodRule type="night1" from="21:00" before="24:00"/> <!-- night -->
</dayPeriodRules>
<dayPeriodRules locales="af">
<dayPeriodRule type="midnight" at="00:00"/> <!-- middernag -->
Expand Down

0 comments on commit e1389cd

Please sign in to comment.