Skip to content

Commit 7d1c8de

Browse files
CLDR-18985 Fix Monrovia metazone date (#5041)
1 parent 7306397 commit 7d1c8de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/supplemental/metaZones.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ For terms of use, see http://www.unicode.org/copyright.html
146146
<usesMetazone mzone="Africa_Eastern"/>
147147
</timezone>
148148
<timezone type="Africa/Monrovia">
149-
<usesMetazone mzone="Liberia" to="1972-01-07 00:30"/>
150-
<usesMetazone mzone="GMT" from="1972-01-07 00:30"/>
149+
<usesMetazone mzone="Liberia" to="1972-01-07 00:45"/>
150+
<!-- actual transition at 00:44:30, but ICU4C cannot parse that -->
151+
<usesMetazone mzone="GMT" from="1972-01-07 00:45"/>
151152
</timezone>
152153
<timezone type="Africa/Nairobi">
153154
<usesMetazone mzone="Africa_Eastern"/>

0 commit comments

Comments
 (0)