Hello! On Fri, Dec 26, 2014 at 10:04:27AM -0500, khav wrote:
> the "date" command give the following on my server so i think the date is ok > (correct me if i am wrong) > > Fri Dec 26 14:58:27 MST 2014 > > In php.ini > date.timezone = "US/Mountain" > > [root@sv1 ~]# cat /etc/sysconfig/clock > ZONE="US/Mountain" Doesn't looks correct for me, current time is 17:20 UTC: $ date Fri Dec 26 17:20:30 UTC 2014 and this corresponds to 10:20 MST: $ env TZ="US/Mountain" date Fri Dec 26 10:20:35 MST 2014 That is, looks like the time on your server is wrong. See your server documentation to find out how to sync time properly. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
