Changeset 4478 for branches/2.2.0.1


Ignore:
Timestamp:
05/20/11 17:24:51 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Calculo de recebimento de mensagem incorreto. r4428

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/inc/class.imap_functions.inc.php

    r4430 r4478  
    654654                        $return['smalldate'] = gmdate("H:i",$msgTimestamp); 
    655655 
    656                         $timestamp_now = strtotime("now"); 
     656                        $timestamp_now = strtotime("now") + $offset; 
    657657                        $timestamp_msg_time = $msgTimestamp; 
    658658                        // $timestamp_now and $timestamp_msg_time are GMT. 
Note: See TracChangeset for help on using the changeset viewer.