configure overloads
Declared in <baltzo_localtimeoffsetutil.h>
Configure local time period from the TZ environment variable.
static
int
configure();
» more...
Configure local time period for timezone at the current UTC time.
static
int
configure(char const* timezone);
» more...
Configure local time period for timezone at utcDatetime.
static
int
configure(
char const* timezone,
bdlt::Datetime const& utcDatetime);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| timezone | time zone identifier to configure |
| utcDatetime | UTC datetime for the local time period |