From ea8a24504d3d83881dcbd5a5162969a1006a5b53 Mon Sep 17 00:00:00 2001
From: Howard Hinnant %z
is present, the parsed offset will be subtracted from the par
If abbrev
is not equal to nullptr
, the information parsed by
%Z
(if present) will be placed in *abbrev
. If
offset
is not equal to nullptr
, the information parsed by
-%z
(if present) will be placed in *offset
.
+%z
(if present) will be placed in *offset
. If an invalid date
+is parsed, or a time of day which is outside of the conventional bounds, failbit
+will be set and tp
will not be altered.
abbrev
is not equal to nullptr
, the information parsed by
%Z
(if present) will be placed in *abbrev
. If
offset
is not equal to nullptr
, the information parsed by
-%z
(if present) will be placed in *offset
.
+%z
(if present) will be placed in *offset
. If an invalid date
+is parsed, or a time of day which is outside of the conventional bounds, failbit
+will be set and tp
will not be altered.