Encode a time-zone offset in minutes to streamBuf.
Declared in <balber_berutil.h>
static
int
putTimezoneOffsetInMinutes(
std::streambuf* streamBuf,
int value);
The behavior is undefined unless k_MIN_OFFSET <= value and `value <= k_MAX_OFFSET`.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |
| value | value to encode |