搜索 | 用户支持

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

Learn More

insecure site message....glitch?

  • 5 个回答
  • 1 人有此问题
  • 11 次查看
  • 最后回复者为 cor-el

more options

Got this message while on Tracfone site....says my computer's clock and date are set wrong, BUT it is correct!!!!! What's up with this?

Got this message while on Tracfone site....says my computer's clock and date are set wrong, BUT it is correct!!!!! What's up with this?
已附加屏幕截图

被采纳的解决方案

You need to type exactly what I posted above. There needs to be a space between the two word and Data needs to be capitalized: (new Date)

定位到答案原位置 👍 1

所有回复 (5)

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)

  • (new Date)

See also:

more options

I hit control + shift +K and got the screen showed in the screen shot and the warning message....I typed in (new date) and hit enter and got the other screen shot appeared

more options

选择的解决方案

You need to type exactly what I posted above. There needs to be a space between the two word and Data needs to be capitalized: (new Date)

more options

Thanks, it now lists the correct date and time....

more options

You're welcome.