calendar::outlook::ics_timestamp_format (public)

 calendar::outlook::ics_timestamp_format -timestamp timestamp

Defined in packages/calendar/tcl/calendar-outlook-procs.tcl

the timestamp must be in the format YYYY-MM-DD HH24:MI:SS

Switches:
-timestamp
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_cal_item_add_delete cal_item_add_delete (test calendar) calendar::outlook::ics_timestamp_format calendar::outlook::ics_timestamp_format test_cal_item_add_delete->calendar::outlook::ics_timestamp_format calendar::outlook::format_item calendar::outlook::format_item (public) calendar::outlook::format_item->calendar::outlook::ics_timestamp_format

Testcases:
cal_item_add_delete
Source code:
        regsub { } $timestamp {T} timestamp
        regsub -all -- {-} $timestamp {} timestamp
        regsub -all {:} $timestamp {} timestamp
        
        append timestamp "Z"
        return $timestamp
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/calendar/tcl/calendar-outlook-procs.xql

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