Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

UTC timezone even with resistFingerprinting disabled

  • 2 trả lời
  • 0 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi Luis F

more options

I noticed that websites in my main firefox profile began showing the time in UTC rather than following my timezone.

privacy.resistFingerprinting and privacy.resistFingerprinting.testing.setTZtoUTC are set to false

Other profiles follow my timezone, so I would imagine that this has something to do directly with my current firefox profile.

Thank you

I noticed that websites in my main firefox profile began showing the time in UTC rather than following my timezone. privacy.resistFingerprinting and privacy.resistFingerprinting.testing.setTZtoUTC are set to false Other profiles follow my timezone, so I would imagine that this has something to do directly with my current firefox profile. Thank you

Tất cả các câu trả lời (2)

more options

You can see the current time and time zone if you paste this code in the command line of the Web Console (Web Developer -> Web Console; Ctrl+Shift+K).

  • "3-bar" menu button -> Web Developer or Tools -> Browser Tools -> Web Developer Tools

Paste each of these, one at the time, in the command line, you should see the result immediately without the need to press Enter.

(new Date());
(new Date()).toString();
(new Date()).toLocaleString();

Hữu ích?

more options

cor-el said

You can see the current time and time zone if you paste this code in the command line of the Web Console (Web Developer -> Web Console; Ctrl+Shift+K).
  • "3-bar" menu button -> Web Developer or Tools -> Browser Tools -> Web Developer Tools
Paste each of these, one at the time, in the command line, you should see the result immediately without the need to press Enter. (new Date()); (new Date()).toString(); (new Date()).toLocaleString();

On my main profile, the first evaluates to the correct timezone, while the other two display as UTC, on my other profiles all three display the correct timezone. Do you know what might be causing this?

Hữu ích?

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.