gotwebd: replace strftime(3) with asctime_r(3)main
commita68e0b5d3ad5b0a2d0d5bd147d79d2cacc98fae1
authorMark Jamsek <mark@jamsek.dev>
Tue, 3 Dec 2024 13:18:45 +0000 (3 13:18 +0000)
committerMark Jamsek <mark@jamsek.dev>
Tue, 3 Dec 2024 13:18:45 +0000 (3 13:18 +0000)
treeb449f2cd24096d41ac0b16a7444dc74473f3ba88
parent30935818050c098031758840ceaeb046cd533cf0
gotwebd: replace strftime(3) with asctime_r(3)

For the sake of consistency as discussed with stsp on IRC. All public
gotweb dates except the rss feed use asctime_r, as do tog, got, gotd,
and cvg. The remaining two template engine strftime instances are used
to produce rfc compliant rss and html datetime attribute formats.
Adapt the gotwebd patch test case to match the date format change.

ok stsp@
gotwebd/pages.tmpl
regress/gotwebd/test_gotwebd.sh