https://bz.apache.org/ooo/show_bug.cgi?id=126908

--- Comment #12 from Nicolay <[email protected]> ---
In my program with origin date 30.12.1899:
-1 is 29.12.1899, 0 is 30.12.1899, 1 is 31.12.1899, 2 is 01.01.1900;
59 is 27.02.1900, 60 is 28.02.1900, 61 is 01.03.1900
With origin date 01.01.1900 - all dates are shifted by 2 days. That is all
right here.
With origin date 01.01.1904:
-1 is 30.12.1903, 0 is 31.12 03, 1 is 01.01.1904, 2 is 02.01.1904;
59 is 28.02.1904, 60 is 29.02.1904, 61 is 01.03.1904
That is, there the zero date is not 01.01.04, as indicated by the switch, but
31.12.1903.

Regarding jump down. Again with origin date 30.12.1899:
116 is 25.04.1900, 117 is 26.04.1900, 118 is 26.04.1900, 119 is 27.04.1900

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to