BloombergLP::bdlt::FuzzUtil::consumeDatetimeTzInRange

Return a DatetimeTz whose dateTz().localDate() is between the specified begin and end dates based on the next bytes from the specified fuzzDataView, and update fuzzDataView to reflect the bytes consumed. The behavior is undefined unless begin <= end.

Synopsis

Declared in <bdlt_fuzzutil.h>

static
DatetimeTz
consumeDatetimeTzInRange(
    bslim::FuzzDataView* fuzzDataView,
    bdlt::Date const& begin,
    bdlt::Date const& end);