Configure local time period for timezone at the current UTC time.
Declared in <baltzo_localtimeoffsetutil.h>
static
int
configure(char const* timezone);
Set the local time period information used by the localTimeOffset method to that for specified timezone at the current UTC datetime. Return 0 on success, and a non-zero value otherwise. This method is not thread-safe.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| timezone | time zone identifier to configure |