18#include "hazelcast/util/export.h"
19#include "hazelcast/client/local_date_time.h"
21#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
23#pragma warning(disable : 4251)
70struct HAZELCAST_API hash<hazelcast::client::offset_date_time>
76#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
A date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30.
A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as 2007-12-03T10:...
int32_t zone_offset_in_seconds
The offset from UTC/Greenwich.
local_date_time date_time
The local date-time.