lc_time_local_to_utc (public)
lc_time_local_to_utc time_value [ tz ]
Defined in packages/acs-lang/tcl/localization-procs.tcl
Converts a local time to a UTC time for the specified timezone.
- Parameters:
- time_value (required)
- Local time in the ISO datetime format, YYYY-MM-DD HH24:MI:SS
- tz (optional)
- Valid timezone as supported by the Tcl Clock command or must exist in tz_data table.
- Returns:
- UTC time.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- lang_test__lc_procs, lang_test__lc_timezones