tensorspace-team / tensorspace

Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
https://tensorspace.org
Apache License 2.0
5.07k stars 444 forks source link

Incorrect modification timestamp for files on CDN #209

Open BoTime opened 5 years ago

BoTime commented 5 years ago

Priority

Low

Issue Description

In the screenshot below, LAST MODIFIED shows Sat, 26 Oct 1985 08:15:00 GMT,which is incorrect.

Expected Results

LAST MODIFIED shows correct timestamp, so that users know when this file is modified.

Screenshots/Related files

image

DanielRuf commented 5 years ago

Seems to be a long lasting bug with npmjs, the tarballs have this timestamp since 2018.

DanielRuf commented 5 years ago

https://github.com/npm/cli/blob/36682d4482cddee0acc55e8d75b3bee6e78fff37/lib/pack.js#L148

Bug in npm. Not sure why they do this.