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):
- Testcases:
- No testcase defined.
Source code: ns_log Notice "Deprecated proc clock_to_ansi used:\n[ad_get_tcl_call_stack]" return [lc_clock_to_ansi $seconds]Generic XQL file: packages/acs-lang/tcl/localization-procs.xql
PostgreSQL XQL file: packages/acs-lang/tcl/localization-procs-postgresql.xql
Oracle XQL file: packages/acs-lang/tcl/localization-procs-oracle.xql