Changeset 4514


Ignore:
Timestamp:
05/26/11 08:34:45 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Calculo de recebimento de mensagem incorreto - r4478

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/inc/class.imap_functions.inc.php

    r4493 r4514  
    889889                        $return['smalldate'] = gmdate("H:i",$header->udate); 
    890890 
    891                         $timestamp_now = strtotime("now");                       
     891                        $timestamp_now = strtotime("now") + $offset;                     
    892892                        $timestamp_msg_time = $header->udate; 
    893893                        // $timestamp_now is GMT and $timestamp_msg_time is MailDate TZ.  
Note: See TracChangeset for help on using the changeset viewer.