Ignore:
Timestamp:
05/17/11 11:46:01 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1898 - Calculo de recebimento de mensagem incorreto

File:
1 edited

Legend:

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

    r4202 r4428  
    647647                        $return['smalldate'] = gmdate("H:i",$msgTimestamp); 
    648648 
    649                         $timestamp_now = strtotime("now"); 
     649                        $timestamp_now = strtotime("now") + $offset; 
    650650                        $timestamp_msg_time = $msgTimestamp; 
    651651                        // $timestamp_now and $timestamp_msg_time are GMT. 
    652652                        // The variable $timestamp_diff is calculated without MailDate TZ. 
    653653                        $timestamp_diff = $timestamp_now - $timestamp_msg_time; 
    654  
     654                         
    655655                        if (gmdate("H",$timestamp_diff) > 0) 
    656656                        { 
Note: See TracChangeset for help on using the changeset viewer.