-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong time in new Date #1108
Comments
My Dockerfile
|
Node.js (> v10) doesn't use system's tzdata anymore, ICU has its own tzdata. Maybe is it a reason? |
Node.js gets its timezone data from the ICU library, aka International Components for Unicode. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#626
Having this same issue on node:10-alpine. Tried solution from issue above and whatever I could find in gliderlabs/docker-alpine/issues/136. But to no avail. When doing console.log(new Date()) the issue persists in node.js; time differs minus 2 hours from what busybox says when running the date command.
The text was updated successfully, but these errors were encountered: