Firefox custom date displayed incorrect
Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970
. I'm using the nuxeo-date
element:
<nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" />
The strange part is, when using a default date attribute dc:created
it shows the date correctly. Chromium and Vivaldi also display it correctly. Because of these facts I assume it's a bug in either nuxeo-elements or the WebUI or can I fix it somehow on my own?
Edit: The same happens with the note document and the expires
date.
My setup:
Nuxeo:
- Manjaro Linux with kernel 4.15.4-2
- Docker version 18.02.0-ce
- Latest nuxeo docker image (https://hub.docker.com/_/nuxeo/)
- Addon WebUI installed
Client:
- same System
- Firefox 64bit version 58.0.2
0 votes
1 answers
1584 views