Welcome Guest, Not a member yet? Register   Sign In
date time error
#2

[eluser]InsiteFX[/eluser]
You can try setting the timezone to your timezone.
Code:
// Backup timezone and set to GMT
$timezone_backup = date_default_timezone_get();
date_default_timezone_set("GMT");  // Examples: UTC, GMT, Atlantic/Azores

More here:
PHP Date

In CI you can set it to gmt time in the ./application/config/config.php file.


Messages In This Thread
date time error - by El Forum - 06-26-2012, 03:04 PM
date time error - by El Forum - 06-26-2012, 04:46 PM
date time error - by El Forum - 06-27-2012, 09:52 AM
date time error - by El Forum - 06-27-2012, 09:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB