diff --git a/Docs/xacc-main.html b/Docs/xacc-main.html index 7676a891c7..3193bb5d2b 100644 --- a/Docs/xacc-main.html +++ b/Docs/xacc-main.html @@ -27,6 +27,7 @@
+ The file format for version 1.1.25 and later stores dates in the + above-described fashion. +
+ Some internal routines use the time_t type to express + seconds. Note that on most OS'es, this is a 32-bit quantity, and + is limited to the Unix era (Jan 1970 to August 2038). We beleive + that a signed int (31-bits) is never used internally to represent time. + Note that 31-bit quantities experience a crisis in April 2004. + We beleive that GnuCash will survive the 2004 crisis. +
+ Backup and log files are time-stamped using the standard Unix + ctime() routine, which takes a time_t argument. + Thus, the backup and log mechanism may experience trouble in 2038. + + + +