SSITimeFormat
SSITimeFormat formatstring Default: SSITimeFormat "%A, %d-%b-%Y %H:%M:%S %Z" Context: Server config, virtual host, directory, .htaccess
This directive changes the format in which date strings are displayed
when echoing DATE
environment variables. The
formatstring
is as in strftime(3) from the C
standard library.
This directive has the same effect as the <!--#config
timefmt="formatstring" -->
element.