webwmlの更新は一日に6回程度。ウェブにはログファイルのlast modifiedが書いてあるけど、タイムゾーンが書いてないので、更新タイミングがわかりにくい。httpのレスポンスヘッダを調べると、GMTなので、おそらくここでウェブに書かれているlast modifide日時もGMTなんだろうなぁ。日本はGMT+9。
$ wget --debug --output-document /dev/null https://www-master.debian.org/build-logs/validate/ Setting --output-document (outputdocument) to /dev/null DEBUG output created by Wget 1.16 on linux-gnu. URI encoding = ‘UTF-8’ --****-**-** 01:22:23-- https://www-master.debian.org/build-logs/validate/ Certificates loaded: 174 Resolving www-master.debian.org (www-master.debian.org)... 82.195.75.65 Caching www-master.debian.org => 82.195.75.65 Connecting to www-master.debian.org (www-master.debian.org)|82.195.75.65|:443... connected. Created socket 5. Releasing 0x0000000000e5c3e0 (new refcount 1). ---request begin--- GET /build-logs/validate/ HTTP/1.1 User-Agent: Wget/1.16 (linux-gnu) Accept: */* Host: www-master.debian.org Connection: Keep-Alive ---request end--- HTTP request sent, awaiting response... ---response begin--- HTTP/1.1 200 OK Date: ***, ** *** **** 16:22:25 GMT Server: Apache Strict-Transport-Security: max-age=15552000 Vary: Accept-Encoding X-Clacks-Overhead: GNU Terry Pratchett Content-Length: 7438 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html;charset=UTF-8 ---response end--- 200 OK Registered socket 5 for persistent reuse. URI content encoding = ‘UTF-8’ Length: 7438 (7.3K) [text/html] Saving to: ‘/dev/null’ /dev/null 100%[=====================>] 7.26K --.-KB/s in 0s ****-**-** 01:22:25 (125 MB/s) - ‘/dev/null’ saved [7438/7438]