CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/21 00:26:55
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
relayd: fix relay_http_time() to emit GMT times again
The HTTP standard RFC 9110 requires GMT, in HTTP-date. We used to do this
until a recent modification to localtime.c changed GMT to UTC.
sync from httpd
