dt_sysdate (public)

 dt_sysdate [ -format format ]

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

Switches:
-format (optional, defaults to "%Y-%m-%d")
Returns:
current server date in the standard format "yyyy-mm-dd"

Testcases:
dt_sysdate_systime
Source code:
    return [clock format [clock seconds] -format $format]
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: