Summary | Printing Email with Wrong Time zone |
Queue | Horde Groupware Webmail Edition |
Queue Version | 5.1.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | ali.k (at) wirenine (dot) com |
Created | 04/21/2014 (4091 days ago) |
Due | |
Updated | 04/28/2014 (4084 days ago) |
Assigned | 04/21/2014 (4091 days ago) |
Resolved | 04/28/2014 (4084 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 8cb99216ae91a10b50824240325f67688df61b78
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Apr 27 23:28:32 2014 -0600
Bug #13130: set timezone when printing emailimp/lib/Contents/View.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/8cb99216ae91a10b50824240325f67688df61b78
Assigned to Michael Slusarz
State ⇒ Resolved
commit 1041dcc71bdd21c8d1fb0c06bbc6b9812b5d9c1c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Apr 27 23:28:32 2014 -0600
Bug #13130: set timezone when printing emailimp/lib/Contents/View.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/1041dcc71bdd21c8d1fb0c06bbc6b9812b5d9c1c
google there is something like this
Date: Thu, 24 Apr 2014 21:21:25 +0200 ---- this is good
Received: by mail-qc0-f194.google.com with SMTP ..........
for ......... Thu, 24 Apr 2014 12:21:25 -0700 (PDT) ---- time
from some google server
Received: from mail-qc0-f194.google.com (mail-qc0-f194.google.com
[209.85.216.194]) by with ESMTP Thu, 24 Apr 2014 21:21:14 +0200 (CEST)
---- time from our server, it's correct
and date in email message Date: 24.4.2014 (21:21:25 CEST) ---- correct
but when printing in popup window is Date: 24.4.2014 [19:21:25]
and I don't know why, it looks like time without CEST modification.
State ⇒ Feedback
displayed in message view.
i.e. printing notification message generated by adding comment to this
ticket correctly displays in local timezone in print view (even though
message is sent in UTC).
would be no context:
A customer of ours has set their local and time zone to
XXX, however when they print emails from within Horde, the
timestamp displays as GMT. I've tested this on several servers and
appears to be a bug.
Priority ⇒ 3. High
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Printing Email with Wrong Time zone
Type ⇒ Bug