ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:datetime:custom_dst

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:datetime:custom_dst [2016/04/15 03:24] mnewnhamv5:datetime:custom_dst [2023/05/18 18:51] (current) – Deprecated dregad
Line 7: Line 7:
          bool $isGmt          bool $isGmt
         )         )
-</WRAP>     +</WRAP> 
-Currently, the ADOdb date/time library has no built-in support for Daylight Savings Tme, but provides a simple hook that allows you to define your own daylights savings function. The function must be called //**adodb_daylight_sv()**//, and must be accessible in the current procedure.+ 
 +<WRAP important> 
 +[[datetime_index#deprecated|Deprecated]] since ADOdb 5.22.6, and [[https://github.com/ADOdb/ADOdb/issues/970|removed in 5.23.0]]. 
 +Use 64-bit native PHP functions instead. 
 +</WRAP> 
 +     
 +Currently, the ADOdb date/time library has no built-in support for Daylight Savings Time, but provides a simple hook that allows you to define your own daylights savings function. The function must be called //**adodb_daylight_sv()**//, and must be accessible in the current procedure.
 ------------------------- -------------------------
 ===== Usage ===== ===== Usage =====
v5/datetime/custom_dst.1460683470.txt.gz · Last modified: 2017/04/21 11:26 (external edit)