You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running webpack build --watch with an infrastructure log level of debug, any time a file is changed a log line will be emitted that specifies which file changed and what the time was of the change. This time is incorrect because of a calculation on the initial timestamp, causing the real datetime Changed time is Fri Apr 8 2022 09:56:00 EST-0400 (Eastern Daylight Time) to be reported as Changed time is Mon Mar 26 54238 16:04:29 GMT-0400 (Eastern Daylight Time)
What is the current behavior?
Reports a datetime that is tens of thousands of years in the future 😄
Describe the bug
When running
webpack build --watch
with an infrastructure log level ofdebug
, any time a file is changed a log line will be emitted that specifies which file changed and what the time was of the change. This time is incorrect because of a calculation on the initial timestamp, causing the real datetimeChanged time is Fri Apr 8 2022 09:56:00 EST-0400 (Eastern Daylight Time)
to be reported asChanged time is Mon Mar 26 54238 16:04:29 GMT-0400 (Eastern Daylight Time)
What is the current behavior?
Reports a datetime that is tens of thousands of years in the future 😄
To Reproduce
Here's a minimal reproduction: https://gist.github.com/ryanwilsonperkin/9b14fcc354e6c24df99c9985e1fa5ccd
Steps to reproduce the behavior:
Expected behavior
Expected the datetime to be accurate
Screenshots
Image alt text from terminal
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationAdditional context
The text was updated successfully, but these errors were encountered: