CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/12/20 16:12:53

Modified files:
        usr.sbin/httpd : server_http.c 

Log message:
httpd: fix server_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 change to localtime.c changed GMT to UTC.

>From Sören Tempel, ok sthen

Reply via email to