00:56:41spirit quits [Client Quit]
01:54:23michaelblob quits [Read error: Connection reset by peer]
01:55:34michaelblob (michaelblob) joins
02:06:46qwertyasdfuiopghjkl quits [Remote host closed the connection]
02:09:28michaelblob quits [Read error: Connection reset by peer]
02:10:29michaelblob (michaelblob) joins
03:37:08qwertyasdfuiopghjkl joins
05:11:48systwi quits [Ping timeout: 246 seconds]
05:31:34qwertyasdfuiopghjkl quits [Remote host closed the connection]
05:44:53qwertyasdfuiopghjkl joins
06:12:24Sluggs quits [Ping timeout: 265 seconds]
06:15:55qwertyasdfuiopghjkl quits [Remote host closed the connection]
06:20:39qwertyasdfuiopghjkl joins
10:12:41Specular joins
10:16:12<Specular>Does IA preserve files' original timestamps? As when for example I downloaded an image from a Wayback URL via wget (which by default copies the server date modified timestamp to the downloaded output) it displayed the current local time.
10:21:51systwi (systwi) joins
10:27:37<OrIdow6>Specular: It's all preserved as WARC is basically an exact dump of what goes over the TCP stream; if you want to access it for something from the Wayback Machine, x-archive-orig-last-modified may help you
10:39:12<Specular>OrIdow6, I see. Do you happen to know of any CLI program that can obtain such headers? wget even when trying the `--metalink-over-http` option just reverts to its standard request when downloading a file directly.
10:41:53<Specular>(though I have just tried the wrong option tbf)
10:41:58<Specular>*I may have
10:42:20<OrIdow6>Specular: curl and grep works - not sure what you mean with that wget thing
10:42:31<OrIdow6>x-archive-orig-last-modified is just a response header that may or may not be present
10:45:30<OrIdow6>curl -Lv 'https://web.archive.org/web/20180316042802/https://example.com/' 2>&1 | grep x-archive-orig-last-modified
10:45:42<OrIdow6>Obviously there are ways that could be improved but that's the idea
11:00:31<Specular>OrIdow6, appreciated.
11:57:10Specular quits [Ping timeout: 246 seconds]
11:57:14Specular_ joins
12:30:56Specular_ quits [Client Quit]
14:20:13qwertyasdfuiopghjkl quits [Remote host closed the connection]
14:34:36Arcorann quits [Ping timeout: 246 seconds]
14:45:48<@JAA>Turns out that wget actually has code for the IA headers: https://github.com/mirror/wget/blob/aab539bb44b5d7aeb093014c21fd4f4e4e728136/src/http.c#L3728-L3730
16:05:57qwertyasdfuiopghjkl joins
16:39:17Sluggs joins
18:25:26<Jake>🤯
18:56:33Sluggs quits [Ping timeout: 265 seconds]
18:57:35Sluggs joins
19:29:36spirit joins
20:35:56systwi__ (systwi) joins
20:36:13systwi quits [Ping timeout: 246 seconds]
20:51:58systwi__ quits [Ping timeout: 246 seconds]
20:52:01systwi (systwi) joins
21:39:04systwi quits [Ping timeout: 268 seconds]
21:39:34systwi__ (systwi) joins
21:47:51systwi (systwi) joins
21:47:58systwi__ quits [Ping timeout: 246 seconds]
23:07:14<OrIdow6>Huh