dt_systime (public)

 dt_systime [ -format format ] [ -gmt gmt ]

Defined in packages/acs-datetime/tcl/acs-datetime-procs.tcl

Switches:
-format (optional, defaults to "%Y-%m-%d %H:%M:%S")
-gmt (optional, defaults to "f")
returns the time in GMT.
Returns:
current server time in the standard format "yyyy-mm-dd hh:mi:ss".

Testcases:
dt_sysdate_systime
Source code:
    return [clock format [clock seconds] -format $format -gmt $gmt]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-datetime/tcl/acs-datetime-procs.xql

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