cs_format_log_file_date

one of the documented procedures in this installation of the ACS
Usage:
cs_format_log_file_date   time
What it does:
Returns the formatted date for the clickstreaming log file extension.
Defined in: /web/philip/tcl/1-cs-defs.tcl

Source code:


    return [ns_fmttime $time "%Y-%m-%d.%H:00"]


philg@mit.edu