xo::ical proc tcl_time_to_local_day (public)

 xo::ical[i] tcl_time_to_local_day time

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

Convert Tcl time stamp into local day format https://tools.ietf.org/html/rfc5545#section-3.3.4

Parameters:
time (required)

Testcases:
No testcase defined.
Source code:
#
# Convert Tcl time stamp into local day format
# https://tools.ietf.org/html/rfc5545#section-3.3.4
#
return "VALUE=DATE:[:clock_to_local_day [clock scan $time]]"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: