bulkmail_ansi_current_time

one of the documented procedures in this installation of the ACS
Usage:
bulkmail_ansi_current_time
What it does:
Returns the current server time in ANSI format
Defined in: /web/philip/tcl/bulkmail-utils.tcl

Source code:


    return [ns_fmttime [ns_time] "%Y-%m-%d %T"]


philg@mit.edu