I've burn too much time on that one. I really need help.
We have Joomla 3.2.3 installed on a dedicated server. Our client ask us to set the timezone to New York.
The timezone is setted from UTC (default from joomla) to America/New_York
on php.ini
.
In the config section in the administrator panel, we've make sure that the timezone was matching with php.ini.
The problem is that there is an offset of 4 hours only in the administrator panel.
If you save a content publish date to 2014-05-28 02:34:00
, in MYSQL and in the frontend, it will show 2014-05-28 11:34:00
.
This is a timezone issue for sure, but I can't find where I did wrong. Can anyone help?
Again, what I did so far is:
MySQL and Frontend display -4hours offset.
Thanks for any help. Very appreciated!
-------- UPDATES -----
Problem is finally solved.
Joomla stores date in GMT / UTC format. I had to reconverted the timezone to display it correctly.
So the lesson would be : "Do not use the raw data from MySQL DB, some need to be converted before".
Problem is finally solved.
Joomla stores date in GMT / UTC format. I had to reconverted the timezone to display it correctly.
So the lesson would be : "Do not use the raw data from MySQL DB, some need to be converted before".