Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong time is shown in message view. #4155

Closed
rcubetrac opened this issue Apr 3, 2013 · 7 comments
Closed

Wrong time is shown in message view. #4155

rcubetrac opened this issue Apr 3, 2013 · 7 comments

Comments

@rcubetrac
Copy link

Reported by roundcube222 on 3 Apr 2013 19:14 UTC as Trac ticket #1489035

When new email is received , i can see the time 1 hour more than the actual time of the our machine.

1- we have checked /etc/php.ini , and we already configured the time zone correctly.
2- in main.php.ini , we write the time zone as AUTO.

i can see that when I go manually and set the timezone using preference to my own account, this problem is solved and it appears the correct time...

So why roundcube make this problem ? although our confirgutation is correct ? why do each user have to configure his own timezone so the received mail time is correct ?

this is definitely a bug .. please confirm if there is solution

Migrated-From: http://trac.roundcube.net/ticket/1489035

@rcubetrac
Copy link
Author

Comment by @alecpl on 4 Apr 2013 06:39 UTC

Works for me. As described in the config file, when timezone is set to 'auto' it is detected by javascript code and is based on client browser/system settings. So, what timezone do you have on your client system? Also, this detection code has been improved in 0.9, so please try with this release.

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 4 Apr 2013 06:39 UTC

later => 0.9-stable

@rcubetrac
Copy link
Author

Comment by aweirig on 15 Apr 2013 11:39 UTC

Hello,

I've noticed a similar problem but in my case the time displayed is always 00:00 but only on mails that are send automatically by some server software (not going through a mail client). Mails from a regular mail client seem to always have the correct time displayed.

Here are the headers of one of the mails whose time is not correctly displayed...

Return-Path: [email protected]
Delivered-To: [email protected]
Received: from pdu-03-01 (pdu-03-01.technolink.lu [10.85.1.52])
by mail.technolink.lu (Postfix) with ESMTP id 79FC31A89891
for [email protected]; Fri, 12 Apr 2013 22:00:00 +0200 (CEST)
From: [email protected]
Reply-To: [email protected]
To: [email protected]
Subject: Switched Rack PDU: Daily state change 'Reboot LDAP 22:00' initiated.
Date: Fri 12, Apr 2013 22:00:00 0000
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="--TRECK-MIME-MULTIPART-BOUNDARY"

And this what I see in 0.9 rc2 but also in 0.8.6

From [email protected]
To [email protected]
Date Fri 00:00

Note date Fri 00:00

Not a really big deal because it only applies to certain mail but nevertheless annoying. From what I see, at least Thunderbird seems to display the right time.

Regards,

Alex

@rcubetrac
Copy link
Author

Comment by @alecpl on 15 Apr 2013 12:58 UTC

Replying to aweirig:

Date: Fri 12, Apr 2013 22:00:00 0000

This date string is malformed. However, in b7570fb I improved our date parsing code to support this format. Please, do not mix issues in one ticket.

@rcubetrac
Copy link
Author

Comment by aweirig on 15 Apr 2013 13:22 UTC

Ok thanks.

@rcubetrac
Copy link
Author

Comment by @alecpl on 24 Apr 2013 06:33 UTC

No feedback.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 24 Apr 2013 06:33 UTC

new => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant