Hi everybody, First of all forgive my bad english. I'm having trouble with the hour displayed on a received message for example, i send a message at 20:00, it will apear as being received at 21:00. Any one ever encountred this problem , and can help me fix it ?
On 15/02/07, Julien Renouard julien@loborama.com wrote:
Hi everybody, First of all forgive my bad english. I'm having trouble with the hour displayed on a received message for example, i send a message at 20:00, it will apear as being received at 21:00. Any one ever encountred this problem , and can help me fix it ?
-- LOBORAMA Julien Renouard 06-65-00-47-58
In the main.inc.php file located in your config folder, looked at lines 197+ you'll see the lines: // use this timezone to display date/time $rcmail_config['timezone'] = 1;
You should adjust accordingly to your time zone, and notice the time will reflect as needed. More information about the number you need, check the top of the map at http://www.worldtimezone.com/
Julien Renouard wrote:
Hi everybody, First of all forgive my bad english. I'm having trouble with the hour displayed on a received message for example, i send a message at 20:00, it will apear as being received at 21:00. Any one ever encountred this problem , and can help me fix it ?
-- LOBORAMA Julien Renouard 06-65-00-47-58
Quoting Julien Renouard julien@loborama.com:
Hi everybody, First of all forgive my bad english. I'm having trouble with the hour displayed on a received message for example, i send a message at 20:00, it will apear as being received at 21:00. Any one ever encountred this problem , and can help me fix it ?
Is the receiver of the email in the same timezone as the sender? There is only one value for time, the representation of the time value changes with the timezone value.
Earnie
Thanks, i've changed the timezone to 0 and it works fine.
2007/2/15, Brady J. Frey brady@dotfive.com:
In the main.inc.php file located in your config folder, looked at lines 197+ you'll see the lines: // use this timezone to display date/time $rcmail_config['timezone'] = 1;
You should adjust accordingly to your time zone, and notice the time will reflect as needed. More information about the number you need, check the top of the map at http://www.worldtimezone.com/
Julien Renouard wrote:
Hi everybody, First of all forgive my bad english. I'm having trouble with the hour displayed on a received message for example, i send a message at 20:00, it will apear as being received at 21:00. Any one ever encountred this problem , and can help me fix it ?
-- LOBORAMA Julien Renouard 06-65-00-47-58