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
Returns:
ANSI (YYYY-MM-DD HH24:MI:SS) formatted date.
Author:
Lars Pind <lars@pinds.com>
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) lc_clock_to_ansi lc_clock_to_ansi (public) clock_to_ansi clock_to_ansi clock_to_ansi->ad_log_deprecated clock_to_ansi->lc_clock_to_ansi

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: