util::cookietime (private)

 util::cookietime time

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Return an RFC2109 compliant string for use in "Expires".

Parameters:
time

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    regsub {, (\d+) (\S+) (\d+)} [ns_httptime $time] {, \1-\2-\3} string
    return $string
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: