Skip to content

Commit ea372c7

Browse files
digitalcoyoteRon Petrusha
authored andcommitted
Corrected Gregorian End Date for 平成 (Heisei) era (#3301)
Changed the end from present to April 30, 2019
1 parent 7e23b87 commit ea372c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Globalization/JapaneseLunisolarCalendar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Unlike the <xref:System.Globalization.JapaneseCalendar> class, the `JapaneseLuni
5757
|GetEra value|Era Name|Era Abbreviation|Gregorian Dates|
5858
|------------------|--------------|----------------------|---------------------|
5959
|5|令和 (Reiwa)|令和 (R, r)|May 1, 2019 to present|
60-
|4|平成 (Heisei)|平 (H, h)|January 8, 1989 to present|
60+
|4|平成 (Heisei)|平 (H, h)|January 8, 1989 to April 30, 2019|
6161
|3|昭和 (Showa)|昭 (S, s)|December 25, 1926 to January 7, 1989|
6262
|2|大正 (Taisho)|大 (T, t)|July 30, 1912 to December 24, 1926|
6363
|1|明治 (Meiji)|明 (M, m)|September 8, 1868 to July 29, 1912|

0 commit comments

Comments
 (0)