为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Message List Displays Wrong Time. Different from Headers.

  • 4 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 Alan W

more options

Hi,

The message list is displaying the wrong time. The time shown on the list is different from the message's header time.

According to Thunderbird, a message was received at 11:09PM, but here's what the header says:

From - Thu Mar 27 16:09:16 2014 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 X-Mozilla-Keys: Delivered-To: a.c.whiteman@gmail.com Received: by 10.50.221.166 with SMTP id qf6csp61713igc;

       Thu, 27 Mar 2014 16:09:28 -0700 (PDT)

X-Received: by 10.68.229.68 with SMTP id so4mr4690773pbc.110.1395961767689;

       Thu, 27 Mar 2014 16:09:27 -0700 (PDT)

Return-Path: <chess@fics.freechess.org> Received: from fics.freechess.org (fics.freechess.org. [69.36.243.188])

       by mx.google.com with ESMTP id wt1si2456267pbc.161.2014.03.27.16.09.27
       for <a.c.whiteman@gmail.com>;
       Thu, 27 Mar 2014 16:09:27 -0700 (PDT)

Received-SPF: pass (google.com: best guess record for domain of chess@fics.freechess.org designates 69.36.243.188 as permitted sender) client-ip=69.36.243.188; Authentication-Results: mx.google.com;

      spf=pass (google.com: best guess record for domain of chess@fics.freechess.org designates 69.36.243.188 as permitted sender) smtp.mail=chess@fics.freechess.org

Received: by fics.freechess.org (Postfix, from userid 500) id C24CB26096B; Thu, 27 Mar 2014 16:09:26 -0700 (PDT) From: FICS <chess@freechess.org> To: Aaean <a.c.whiteman@gmail.com> Subject: FICS game report Aaean vs PawnCracker Message-Id: <20140327230926.C24CB26096B@fics.freechess.org> Date: Thu, 27 Mar 2014 16:09:26 -0700 (PDT)

I'm getting the wrong time in just about all messages. Any information will be greatly appreciated.

Thunderbird 24.2.0

Linux Mint 15

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0


Thank you.

Hi, The message list is displaying the wrong time. The time shown on the list is different from the message's header time. According to Thunderbird, a message was received at 11:09PM, but here's what the header says: From - Thu Mar 27 16:09:16 2014 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 X-Mozilla-Keys: Delivered-To: a.c.whiteman@gmail.com Received: by 10.50.221.166 with SMTP id qf6csp61713igc; Thu, 27 Mar 2014 16:09:28 -0700 (PDT) X-Received: by 10.68.229.68 with SMTP id so4mr4690773pbc.110.1395961767689; Thu, 27 Mar 2014 16:09:27 -0700 (PDT) Return-Path: <chess@fics.freechess.org> Received: from fics.freechess.org (fics.freechess.org. [69.36.243.188]) by mx.google.com with ESMTP id wt1si2456267pbc.161.2014.03.27.16.09.27 for <a.c.whiteman@gmail.com>; Thu, 27 Mar 2014 16:09:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of chess@fics.freechess.org designates 69.36.243.188 as permitted sender) client-ip=69.36.243.188; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of chess@fics.freechess.org designates 69.36.243.188 as permitted sender) smtp.mail=chess@fics.freechess.org Received: by fics.freechess.org (Postfix, from userid 500) id C24CB26096B; Thu, 27 Mar 2014 16:09:26 -0700 (PDT) From: FICS <chess@freechess.org> To: Aaean <a.c.whiteman@gmail.com> Subject: FICS game report Aaean vs PawnCracker Message-Id: <20140327230926.C24CB26096B@fics.freechess.org> Date: Thu, 27 Mar 2014 16:09:26 -0700 (PDT) I'm getting the wrong time in just about all messages. Any information will be greatly appreciated. Thunderbird 24.2.0 Linux Mint 15 User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 Thank you.

由Alan W于修改

被采纳的解决方案

The time zone is not the computer time. It is the computers offset in hours and minutes from Greenwich meridian

The unbutu site suggest http://askubuntu.com/questions/323131/setting-timezone-from-terminal

To change time zone from terminal, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo dpkg-reconfigure tzdata

Once open, just follow the screens to change the time zone.

定位到答案原位置 👍 0

所有回复 (4)

more options

It sounds as though Thunderbird is disoriented about your time zone and not applying -0700 (assuming you're in Pacific time). If you were on Windows, I'd have you check to make sure you have the Windows time zone set correctly. No idea whether that is relevant on Linux.

By the way, on the first line, is the date part of the actual headers?

From - Thu Mar 27 16:09:16 2014 X-Mozilla-Status: 0001

That time doesn't seem to match up with anything. It is 10 seconds earlier than the message was sent.

more options

Hi jscher2000,

The time zone seems to be OK in Linux since I can see the correct time and date in the taskbar.

And yes, the entire header was pasted as is.

more options

选择的解决方案

The time zone is not the computer time. It is the computers offset in hours and minutes from Greenwich meridian

The unbutu site suggest http://askubuntu.com/questions/323131/setting-timezone-from-terminal

To change time zone from terminal, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo dpkg-reconfigure tzdata

Once open, just follow the screens to change the time zone.

more options

Hi Matt,

I ran the command and selected America -> Los Angeles:

Current default time zone: 'America/Los_Angeles' Local time is now: Thu Mar 27 20:31:18 PDT 2014. Universal Time is now: Fri Mar 28 03:31:18 UTC 2014.

It seems that this fixed the problem. Thank you much!