@Gazelle
Quote:
You're aware that the ARexx Date("B") does not return the correct value? The describtion says days since January 1, 0001 but it actually returns the days since January 1, 0000.
It looks like the bug is still present, date('b','20070101', 's') should be 732676 and not 733042.
rexxsyslib 45.7 (24.9.2007)
- The Date() function with option B returned the number of days since
0000-01-01 instead of 0001-01-01 as documented, fixed. Thanks to
Bernd Gollesch for the report.
- Late Y2K fix: The Date() function with option C always returned the
number of days since 1900-01-01, for dates since 2000-01-01 it now
returns the number of days in the current century as documented.