Create a DatetimeTz format cache using the specified datetime and offset.

Synopsis

Declared in <bdlt_datetimetzformatter.h>

DatetimeTzFormatter_Cache(
    Datetime const& datetime,
    int offset);

Parameters

Name

Description

datetime

local datetime to cache

offset

UTC offset in minutes

Created with MrDocs