TimeT64 is an alias for a 64‐bit integral type representing seconds from the epoch in UTC. Note that, in contrast with bsl::time_t, this type can be used in conversions to and from Datetime values that are less than the epoch (corresponding to negative TimeT64 values).

Synopsis

Declared in <bdlt_epochutil.h>

typedef bsls::Types::Int64 TimeT64;

Created with MrDocs