Effects:
Streams
tp into
os using
the format specified by the NTCTS
fmt. If
%Z is used,
it will be replaced with
*abbrev if
abbrev is not equal to
nullptr. If
abbrev is equal to
nullptr (and
%Z is used),
os.setstate(ios_base::failbit) shall be called
. If
%z is used (or a modified variant of
%z),
it will be formatted with the value of
*offset_sec
if
offset_sec is not equal to
nullptr. If
%z (or a modified variant of
%z) is used,
and
offset_sec is equal to
nullptr, then
os.setstate(ios_base::failbit) shall be called
.