Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Message List Displays Wrong Time. Different from Headers.

  • 4 réponses
  • 4 ont ce problème
  • 1 vue
  • Dernière réponse par 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.

Modifié le par Alan W

Solution choisie

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.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (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

Solution choisie

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!