Welcome Guest, Not a member yet? Register   Sign In
timezone help
#4

[eluser]InsiteFX[/eluser]
First off you need to set the correct time of where your server is!
I add this to the top of index.php for my servers time!
Code:
/**
*  set the default timezone.
*/
date_default_timezone_set('America/New_York');

Now all time caculations will be correct for the servers time.

If the time is not correct sessions and cookies will not work correct!

Then use this if you are allowing users to set their timezones to gmt.
Code:
$config['time_reference'] = 'gmt';

CodeIgniter User Guide - Date Helper now()

Also look at ./system/helpers/date_helper.php


Messages In This Thread
timezone help - by El Forum - 02-06-2012, 04:14 PM
timezone help - by El Forum - 02-06-2012, 05:04 PM
timezone help - by El Forum - 02-06-2012, 05:08 PM
timezone help - by El Forum - 02-06-2012, 06:45 PM
timezone help - by El Forum - 02-06-2012, 07:13 PM
timezone help - by El Forum - 02-06-2012, 08:15 PM
timezone help - by El Forum - 02-06-2012, 08:24 PM
timezone help - by El Forum - 02-06-2012, 10:01 PM
timezone help - by El Forum - 02-07-2012, 10:18 AM
timezone help - by El Forum - 02-07-2012, 10:29 AM
timezone help - by El Forum - 02-07-2012, 10:34 AM
timezone help - by El Forum - 02-13-2012, 10:29 AM
timezone help - by El Forum - 02-13-2012, 02:06 PM
timezone help - by El Forum - 02-13-2012, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB