This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit a5c4dcfb3b255e8373e70b1070c4402cc268d7c0 Author: Masakazu Kitajo <[email protected]> AuthorDate: Thu Mar 20 15:24:53 2025 -0600 Fix typo on header_rewrite documentation (#12109) (cherry picked from commit 07888c0aa85523871a9adb39b11e1075cc0a4d62) --- doc/admin-guide/plugins/header_rewrite.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst b/doc/admin-guide/plugins/header_rewrite.en.rst index 474df01ab3..39f8f7fc37 100644 --- a/doc/admin-guide/plugins/header_rewrite.en.rst +++ b/doc/admin-guide/plugins/header_rewrite.en.rst @@ -559,7 +559,7 @@ NOW cond %{NOW:<part>} <operand> This is the current time, in the local timezone as set on the machine, -typically GMC. Without any further qualifiers, this is the time in seconds +typically GMT. Without any further qualifiers, this is the time in seconds since EPOCH aka Unix time. Qualifiers can be used to give various other values, such as year, month etc. ::
