You are here

10 calls to date_load_library() in Date 5

date_adj_zone in ./date.inc
These functions will remove server timezone adjustment from timestamps needed because some php date functions automatically adjust to server zone but the date object uses raw values for date parts and does manual timezone adj needed for ability to…
date_date in ./date.inc
date_getdate in ./date.inc
date_gmadj_zone in ./date.inc
date_gmdate in ./date.inc
date_gmgetdate in ./date.inc
We need a gmgetdate function, which does not exist because the getdate function creates an array where date parts and timestamp don't match getdate date parts are timezone-adjusted to the server zone and timestamp is not we need an array where…
date_gmmktime in ./date.inc
date_gmstrftime in ./date.inc
date_mktime in ./date.inc
date_strftime in ./date.inc