Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

dates and time not displaying correctly

  • 2 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta de gray_b

more options

running firefox dev ed rev 69.0b14

i run prestashop ecommerce on a hosting server. but when i use admin on my PC, i have an application that displays 2 sets of date/time, ie start and end.

however the 1st displayed time shows it correctly ie 26/08/2019 00:00 but the 2nd displayed time it is shown as 1566860340

the coding that generates this seems to be correct, check attached image.

any ideas please, as when I use any other browser it displays date and time correctly.

running firefox dev ed rev 69.0b14 i run prestashop ecommerce on a hosting server. but when i use admin on my PC, i have an application that displays 2 sets of date/time, ie start and end. however the 1st displayed time shows it correctly ie 26/08/2019 00:00 but the 2nd displayed time it is shown as 1566860340 the coding that generates this seems to be correct, check attached image. any ideas please, as when I use any other browser it displays date and time correctly.
Capturas de tela anexadas

Solução escolhida

Error message in Web Console?

unreachable code after return statement cp-admin-popup-builder.js:319:2

However I found that the cause of the problem was down to 1 out of 3 plugins. Could not isolate which of the 3, so all 3 are now disabled.

All works fine now.

I am not going to think as to why this has caused the problem, as its OK.

Thanks

Ler esta resposta 👍 0

Todas as respostas (2)

more options

It looks that the JavaScript code that should process the date-value attribute isn't working in that second input field.

date-value="1566860340" => Mon 26 Aug 2019 22:59:00 GMT
date-value="1566774000" => Sun 25 Aug 2019 23:00:00 GMT

Are there any messages related to this issue in the Web Console?

If you use extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) that can block content (Adblock Plus, NoScript, Disconnect, Ghostery, Privacy Badger, uBlock Origin) always make sure such extensions do not block content.

Firefox shows the shield icon at the left end of the location/address bar in case Content Blocking is blocking content.

  • click the shield icon for more details and possibly disable the protection

You can check the Web Console about what content is blocked

more options

Solução escolhida

Error message in Web Console?

unreachable code after return statement cp-admin-popup-builder.js:319:2

However I found that the cause of the problem was down to 1 out of 3 plugins. Could not isolate which of the 3, so all 3 are now disabled.

All works fine now.

I am not going to think as to why this has caused the problem, as its OK.

Thanks