Load the time zone identifier into timezone.
Synopsis
Declared in <baltzo_localtimeoffsetutil.h>
static
void
loadTimezone(bsl::string* timezone);
Description
Load to the specified timezone the time zone identifier used to determine the local time offset from UTC. This method is not thread‐safe. The behavior is undefined if this method is invoked before the successful invocation of a configure method.
Parameters
Name |
Description |
timezone |
receives the time zone identifier |
Created with MrDocs