loadTimezone overloads
Declared in <baltzo_localtimeoffsetutil.h>
Load to the specified timezone 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.
static
void
loadTimezone(bsl::string* timezone);
» more...
Load to the specified timezone the time zone identifier used to determine the local time offset from UTC.
static
void
loadTimezone(std::pmr::string* timezone);
» more...
Load to the specified timezone the time zone identifier used to determine the local time offset from UTC.
static
void
loadTimezone(std::string* timezone);
» more...