Hi,
There's a time stamp (beginning of UNIX epoch/POSIX time) at the bottom of the ports.su page, which reads:
OpenBSD/amd64 snapshot from Thursday, 1970-01-01T00Z.
It's clearly something to do with:
my $snapshot = (stat($ENV{DATABASE}))[9];
$e->{snapshot} =
POSIX::strftime("%A, <span title='%G-W%V-%u'>%Y-%m-%d</span>T%HZ",
gmtime($snapshot));
in ports-readmes/files/make-readmes but I don't know enough Perl to figure it out, sorry.
Regards,
Raf
Hi,
There's a time stamp (beginning of
UNIXepoch/POSIXtime) at the bottom of the ports.su page, which reads:It's clearly something to do with:
in
ports-readmes/files/make-readmesbut I don't know enoughPerlto figure it out, sorry.Regards,
Raf