https://bugs.documentfoundation.org/show_bug.cgi?id=166195

--- Comment #6 from Eike Rathke <er...@redhat.com> ---
Fwiw, the "80000-1-1"  recognized as Date(14464, 1, 1) (or any ((value > 32767)
% 65536) <= 32767 for that matter) of course _is_ a bug.

Instead of
nYear = temp < 65536 ? temp : 65535;
though I'd rather check for the actual range -32768 <= temp <= 32767 and not
rely on an implicit undocumented behaviour of values being casted.

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

Reply via email to