xo::ical proc utc_to_clock (public)

 xo::ical[i] utc_to_clock utc_time

Defined in packages/xotcl-core/tcl/01-debug-procs.tcl

Convert UTC time to clock seconds.

Parameters:
utc_time (required)

Testcases:
No testcase defined.
Source code:
#
# Convert UTC time to clock seconds.
#
clock scan $utc_time -format "%Y%m%dT%H%M%SZ" -gmt 1
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: