본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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?

모든 댓글 (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