lc_clock_to_ansi (public)

 lc_clock_to_ansi seconds

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

Convert a time in the Tcl internal clock seconds format to ANSI format, usable by lc_time_fmt.

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

Testcases:
lang_test__lc_procs
Source code:
    return [clock format $seconds -format "%Y-%m-%d %H:%M:%S"]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-lang/tcl/localization-procs.xql

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