clock_to_ansi (public, deprecated)

 clock_to_ansi seconds

Defined in packages/acs-lang/tcl/localization-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Convert a time in the Tcl internal clock seconds format to ANSI format, usable by lc_time_fmt. DEPRECATED: this proc does not comply with naming convention enforced by acs-tcl.naming__proc_naming automated test

Parameters:
seconds (required)
Returns:
ANSI (YYYY-MM-DD HH24:MI:SS) formatted date.
Author:
Lars Pind <lars@pinds.com>
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc clock_to_ansi
    return [lc_clock_to_ansi $seconds]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-lang/tcl/localization-procs.xql

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