https://bugs.freedesktop.org/show_bug.cgi?id=36858
--- Comment #14 from [email protected] --- Have a look at the example-database (https://bugs.freedesktop.org/attachment.cgi?id=66234). When you open the report, there would appear 2 columns: Format: Date Format: Number Date 1899-12-30 0 Date+1 1899-12-31 -1 Date+2 1900-01-01 0 Date+3 1900-01-02 1 When the bug has been reported you could add to a field, which contains a date, the integer "2" and get the same date. If you added 0, the date has been set two days before the original date. This has been corrected. But it has only be corrected by a workaround of the format. The internal values of the date are wrong. This do you see, when you have a look at the same date, only formated with the number-format "number", not "date". 1899-12-30 has the internal value 0. This is the "start-date". 1900-01-01 has the internal value 0. This is "start-date"+2. I expect, that this should have the internal value 2. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
