Marek Polcar
Marek Polcar
Hey guys, I'm having same issue as @jolleon. Do you have ETA on this getting fixed?
Hi! Thanks for looking into it. I just tested the behaviour with latest [email protected] and unfortunately it still ignores errors in objects in arrays. I'd rather keep this issue since...
I managed to find the original Dockerfiles here https://github.com/OTRF/notebooks-forge/tree/master/docker
this worked for me: ``` import * as dayjs from 'dayjs'; import * as utc from 'dayjs/plugin/utc'; import * as timezone from 'dayjs/plugin/timezone'; dayjs.extend(utc); dayjs.extend(timezone); dayjs.tz.setDefault('Europe/Prague'); ```