Debugging tdf#167591, I found a variable named STANDARD_DB_DATE
, with value of 1900-01-01
. It is quite problematic, differing from the most-widely-used value of 1899-12-30
. This results in all sorts of ambiguous situations, when it’s not known where the value comes from, and so if a correction is needed.
I want to change STANDARD_DB_DATE
to 1899-12-30
. Does anyone know, if its old value is somehow exposed to API? Do you ever come across it, when writing your Base macros? Thanks!