xo::ical proc tcl_time_to_utc (public)

 xo::ical[i] tcl_time_to_utc time

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

Convert Tcl time stamp to UTC.

Parameters:
time (required)

Testcases:
No testcase defined.
Source code:
#
# Convert Tcl time stamp to UTC.
#
clock format [clock scan $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: