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

Why does firefox print the wrong date?

more options

When I print something it shows the date as 12/31/69. Is there a way to correct the date and time, and to auto update the date and time?

When I print something it shows the date as 12/31/69. Is there a way to correct the date and time, and to auto update the date and time?

Toutes les réponses (2)

more options

Most computers do this. Even having auto settings. Check Linux support.

more options

To see whether Firefox is confused about the current date, you could try running the following snippet of code in the web console. Either:

  • Windows/Linux: Ctrl+Shift+k
  • "3-bar" menu button > Developer > Web Console
  • (menu bar) Tools > Web Developer > Web Console

Type or paste this in the line at the bottom and press Enter to execute it:

var d=new Date(); console.log(d.toLocaleString());

That should display the current date/time on your system.

If it's 1969 there, check your system clock. (Or if you run Firefox in a VM or other virtual container, your container's clock.)


If that is correct but printouts are incorrect:

Is the problem in a header or footer? Firefox stores different header/footer field settings for different printers. The &D placeholder should be replaced with the current date and time. Could you check:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste print.*head and pause while the list is filtered

(3) Scan down the list to see whether there are any hard-coded dates

(4) In the search box above the list, type or paste print.*foot and pause while the list is filtered

(5) Scan down the list to see whether there are any hard-coded dates