PHP Timezone problem

rodrigu5

Member
Messages
60
Reaction score
0
Points
6
This year Mexico got out fron daylight savings time, but PHP is still assuming we are on CDT instead of CST time.

Trying to find out what's going on, it seems that PHP libraries must be updated to reflect that recent change.

How can I get the PHP libraries update to get them work properly?

Thanks.
 

rodrigu5

Member
Messages
60
Reaction score
0
Points
6
Well, actually Etc/GMT+6 seems to solve the problem. (would have thought it should be Etc/GMT-6 instead, but not it is "plus 6"
 

ctyrd

Active Member
Messages
958
Reaction score
81
Points
28
As long as your running the correct time for your website. I get confused with UTC, GMT, and all the US auto change from DST to CST.
 
Top