When the calendar use intertionalisation there is an hour shift in the day view on Mozilla only.
See original GitHub issueDescribe the bug
Hello,
When the calendar use intertionalisation (for french for exemple) there is an hour shift in the day view on Mozilla only.
the shift is present on min ,max hour and on all event present in the calendar.
you can correct this in Mozilla with a modification of the config file, parameter “privacy.resistFingerprinting” set to true.
But this is not a viable solution for production.
Minimal reproduction of the problem with instructions
This can be reproduce directly in your demo here : https://angular-calendar.com/#/i18n
Screenshots
this is the result with Chrome :
and this is the result with Mozilla :
Versions
@angular/core
: repro on Demo site directlyangular-calendar
: repro on Demo site directly- Browser name and version: Version 85.0.4183.102 (Build officiel) (64 bits) , Firefox 80.01 (64 bits)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
UI Internationalization — Firefox Source Docs documentation
It's exposed on Services.intl object and can be used just like a regular Intl ... day , hour etc. and will compose the...
Read more >Locale management — Firefox Source Docs documentation
In case there's only one locale available, a list with one element will work while ... be used in all scenarios like selecting...
Read more >1517569 - Lightning - Can't edit start or end ... - Bugzilla@Mozilla
If you just create a new event and don't edit the hour fields, it will be created ... I can't reproduce this using...
Read more >Mozilla's Vision of the Web
Everyone can access the Web, and use it to reach others. ... The Web is not just a technology, but an enormous and...
Read more >Internationalization - MDN Web Docs - Mozilla
The i18n system for extensions built using WebExtension APIs is similar to common ... Each one of these has a messages.json file inside...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
oki, it’s works now,
thanks for your efficiency
Le mar. 22 sept. 2020 à 15:23, Matt Lewis notifications@github.com a écrit :
Ah yes it was the timezone change, I just pushed up a fix to the demo code. To fix it in your custom date formatter you need to change
new DatePipe(locale).transform
toformatDate
. Hope that helps and thanks for reporting!