summaryrefslogtreecommitdiff
path: root/adodb-time.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-05-12 18:02:12 +0200
committerDamien Regad <dregad@mantisbt.org>2023-05-12 18:02:12 +0200
commit833ab2be245093451749bda743f37489312ab15b (patch)
tree83a7b7450d84b9598214902b60023fb174986275 /adodb-time.inc.php
parent93fa6785ad0c4f51f44d0e5a9055575e4337742b (diff)
downloadadodb-833ab2be245093451749bda743f37489312ab15b.tar.gz
adodb-833ab2be245093451749bda743f37489312ab15b.tar.bz2
adodb-833ab2be245093451749bda743f37489312ab15b.zip
Deprecate Date/Time Library
It does not make much sense anymore in the age of 64-bit computing, where timestamps will not overflow for 292 billion years... it will be removed in a future relase of ADOdb Issue #963
Diffstat (limited to 'adodb-time.inc.php')
-rw-r--r--adodb-time.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/adodb-time.inc.php b/adodb-time.inc.php
index cfbdc6a5..0c3dd11d 100644
--- a/adodb-time.inc.php
+++ b/adodb-time.inc.php
@@ -2,6 +2,8 @@
/**
* ADOdb Date Library.
*
+ * @deprecated 5.22.6 Use 64-bit PHP native functions instead.
+ *
* PHP native date functions use integer timestamps for computations.
* Because of this, dates are restricted to the years 1901-2038 on Unix
* and 1970-2038 on Windows due to integer overflow for dates beyond