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

Eike Rathke <er...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |er...@redhat.com

--- Comment #6 from Eike Rathke <er...@redhat.com> ---
Not being a Base person I didn't try, but I assume that the display part of the
table grid view "Dates in table view" is fixed with the change for bug 152114.

Seeing the screenshots "Dates in output of a SQL command" and "Data stored in
the database" it looks like dates are stored using the proleptic Gregorian
calendar, i.e. there is 1582-10-14 instead of the Julian date 1582-10-04, which
makes sense. Hence the Julian dates 0001-01-02 and 0001-01-01 are clamped to
the proleptic Gregorian date 0001-01-01 as otherwise a negative date would have
to be stored, which probably is not possible. If so, there's nothing to fix
other than maybe invalidating/omitting values/records.

If someone familiar with Base and Firebird could investigate and confirm..

Also, please try with a build including the fix for bug 152114 whether the ID =
3 case 03/01/0001 is fixed, it should be (a correct) 0001-01-01 as the
proleptic Gregorian calendar there is 2 days behind the Julian calendar.

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

Reply via email to