lc_time_utc_to_local (public)

 lc_time_utc_to_local time_value [ tz ]

Defined in packages/acs-lang/tcl/localization-procs.tcl

Converts a Universal Time to local time for the specified timezone.

Parameters:
time_value - UTC time in the ISO datetime format.
tz (optional) - Timezone that must exist in tz_data table.
Returns:
Local time

Partial Call Graph (max 5 caller/called nodes):
%3 test_lang_test__lc_procs lang_test__lc_procs (test acs-lang) lc_time_utc_to_local lc_time_utc_to_local test_lang_test__lc_procs->lc_time_utc_to_local lang::conn::timezone lang::conn::timezone (public) lc_time_utc_to_local->lang::conn::timezone lc_time_tz_convert lc_time_tz_convert (public) lc_time_utc_to_local->lc_time_tz_convert

Testcases:
lang_test__lc_procs
[ show source ]
Show another procedure: