tensorspace icon indicating copy to clipboard operation
tensorspace copied to clipboard

Incorrect modification timestamp for files on CDN

Open BoTime opened this issue 6 years ago • 2 comments

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

BoTime avatar Feb 17 '19 19:02 BoTime

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

DanielRuf avatar May 02 '19 04:05 DanielRuf

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

Bug in npm. Not sure why they do this.

DanielRuf avatar May 02 '19 05:05 DanielRuf