From a78bb540c7bb9ade5f8af09f405f6dfc8e1a0962 Mon Sep 17 00:00:00 2001
From: github-actions This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of New status. Section: 29.12 [time.format] Status: New
- Submitter: Jonathan Wakely Opened: 2024-07-26 Last modified: 2024-07-274124. Cannot format
zoned_time
with resolution coarser than seconds
Priority: Not Prioritized
View other active issues in [time.format].
@@ -121,6 +121,8 @@formatter::format
.
-18- Remarks:
+If the chrono-specs is omitted, the result is equivalent to
+using %F %T %Z
as the chrono-specs.
If %Z
is used,
it is replaced with *f.abbrev
if f.abbrev
is not a null pointer value.
If %Z
is used and f.abbrev
is a null pointer value,
@@ -130,13 +132,7 @@
%z
(or a modified variant of %z
) is used and f.offset_sec
is a null pointer value, then an exception of type format_error
is thrown.
-If the chrono-specs is omitted, f
is formatted as if by
-format(loc, "{} {:L%Z}", f.time, f)
, where loc
is the formatting locale.
-
-[Drafting note: The inserted text above is not correct, as it doesn't -account for padding etc.]
-template<class Duration, class TimeZonePtr, class charT> struct formatter<chrono::zoned_time<Duration, TimeZonePtr>, charT> diff --git a/lwg-active.html b/lwg-active.html index 1797ad8f38..3451e8fd29 100644 --- a/lwg-active.html +++ b/lwg-active.html @@ -67,7 +67,7 @@Date: -2024-07-27 +2024-07-29 Project: @@ -79,7 +79,7 @@C++ Standard Library Active Issues List (Revision D125)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Reference ISO/IEC IS 14882:2020(E)
Also see:
@@ -64255,7 +64255,7 @@41234124(i). Cannot format
zoned_time
with resolution coarser than secondsSection: 29.12 [time.format] Status: New - Submitter: Jonathan Wakely Opened: 2024-07-26 Last modified: 2024-07-27
+ Submitter: Jonathan Wakely Opened: 2024-07-26 Last modified: 2024-07-29Priority: Not Prioritized
View other active issues in [time.format].
@@ -64312,6 +64312,8 @@41244124, where
loc
is the formatting locale. - -[Drafting note: The inserted text above is not correct, as it doesn't -account for padding etc.]
-template<class Duration, class TimeZonePtr, class charT> struct formatter<chrono::zoned_time<Duration, TimeZonePtr>, charT> diff --git a/lwg-closed.html b/lwg-closed.html index 0df05ad90e..ce5dadb0ad 100644 --- a/lwg-closed.html +++ b/lwg-closed.html @@ -67,7 +67,7 @@Date: -2024-07-27 +2024-07-29 Project: @@ -79,7 +79,7 @@C++ Standard Library Closed Issues List (Revision D125)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Reference ISO/IEC IS 14882:2020(E)
Also see:
diff --git a/lwg-defects.html b/lwg-defects.html index cab594fb55..f28660417e 100644 --- a/lwg-defects.html +++ b/lwg-defects.html @@ -67,7 +67,7 @@Date: -2024-07-27 +2024-07-29 Project: @@ -79,7 +79,7 @@C++ Standard Library Defect Reports and Accepted Issues (Revision D125)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Reference ISO/IEC IS 14882:2020(E)
Also see:
diff --git a/lwg-immediate.html b/lwg-immediate.html index 571574e618..3fae1a0991 100644 --- a/lwg-immediate.html +++ b/lwg-immediate.html @@ -62,7 +62,7 @@C++ Standard Library Issues Resolved Directly In [INSERT CURRENT MEETING HER
Date: -Revised 2024-07-27 at 14:45:14 UTC + Revised 2024-07-29 at 12:22:21 UTC diff --git a/lwg-index-open.html b/lwg-index-open.html index cf8391d62a..de2fd0657c 100644 --- a/lwg-index-open.html +++ b/lwg-index-open.html @@ -66,7 +66,7 @@ Index by Section
This document is the Index by Section for the Library Active Issues List.
Index by Section (non-Ready active issues only)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Section 3 (2 issues)
diff --git a/lwg-index.html b/lwg-index.html index baab1e84f6..7b3bd04a18 100644 --- a/lwg-index.html +++ b/lwg-index.html @@ -66,7 +66,7 @@
Index by Section
This document is the Index by Section for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.
Index by Section
(view only non-Ready open issues)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Section 2 (2 issues)
diff --git a/lwg-ready.html b/lwg-ready.html index 2a2d48c201..0358267509 100644 --- a/lwg-ready.html +++ b/lwg-ready.html @@ -62,7 +62,7 @@ C++ Standard Library Issues to be moved in [INSERT CURRENT MEETING HERE]
Date: -Revised 2024-07-27 at 14:45:14 UTC + Revised 2024-07-29 at 12:22:21 UTC diff --git a/lwg-status-date.html b/lwg-status-date.html index 28f3a531da..c0969d1631 100644 --- a/lwg-status-date.html +++ b/lwg-status-date.html @@ -67,7 +67,7 @@ Index by Status and Date
This document is the Index by Status and Date for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List. -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Ready (8 issues)
@@ -259,6 +259,15 @@ New (422 issues)
Duplicates + +4124(i) +New +29.12 [time.format] +Cannot format +zoned_time
with resolution coarser than secondsYes ++ + 3931(i) New 17.3.2 [version.syn] @@ -295,15 +304,6 @@New (422 issues)
- -4124(i) -New -29.12 [time.format] -Cannot format -zoned_time
with resolution coarser than secondsYes -- - 3084(i) New 17.5 [support.start.term] diff --git a/lwg-status.html b/lwg-status.html index 32fb215685..95f7401fcb 100644 --- a/lwg-status.html +++ b/lwg-status.html @@ -62,7 +62,7 @@Index by Status and Section
Library Defect Reports and Accepted Issues, and Library Closed Issues List. -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Ready (8 issues)
diff --git a/lwg-tentative.html b/lwg-tentative.html index 326b30d794..e93ac585a9 100644 --- a/lwg-tentative.html +++ b/lwg-tentative.html @@ -54,7 +54,7 @@ - Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Tentative Issues
3908(i).
diff --git a/lwg-toc.html b/lwg-toc.html index 4e0499861e..014e9ed4b6 100644 --- a/lwg-toc.html +++ b/lwg-toc.html @@ -59,7 +59,7 @@enumerate_view::iterator
constructor is explicitTable of Contents
Reference ISO/IEC IS 14882:2020(E)
This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Issue diff --git a/lwg-unresolved.html b/lwg-unresolved.html index 1b0fc24703..92c0c8cf17 100644 --- a/lwg-unresolved.html +++ b/lwg-unresolved.html @@ -54,7 +54,7 @@ -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Unresolved Issues
423(i). Effects of negative
@@ -59943,7 +59943,7 @@streamsize
in iostreams41234124(i). Cannot format
zoned_time
with resolution coarser than secondsSection: 29.12 [time.format] Status: New - Submitter: Jonathan Wakely Opened: 2024-07-26 Last modified: 2024-07-27
+ Submitter: Jonathan Wakely Opened: 2024-07-26 Last modified: 2024-07-29Priority: Not Prioritized
View other active issues in [time.format].
@@ -60000,6 +60000,8 @@41244124, where
loc
is the formatting locale. - -[Drafting note: The inserted text above is not correct, as it doesn't -account for padding etc.]
-template<class Duration, class TimeZonePtr, class charT> struct formatter<chrono::zoned_time<Duration, TimeZonePtr>, charT> diff --git a/unresolved-index.html b/unresolved-index.html index 6c03c65a06..16c7f4214d 100644 --- a/unresolved-index.html +++ b/unresolved-index.html @@ -66,7 +66,7 @@Index by Section
This document is the Index by Section for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.
Index by Section
(view only non-Ready open issues)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Section 3 (2 issues)
diff --git a/unresolved-prioritized.html b/unresolved-prioritized.html index c2b01724f2..9fdac6163b 100644 --- a/unresolved-prioritized.html +++ b/unresolved-prioritized.html @@ -60,7 +60,7 @@
Table of Contents
This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List, sorted by priority.
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Priority 1 (2 issues)
diff --git a/unresolved-status-date.html b/unresolved-status-date.html index 2f32212efa..147030bd87 100644 --- a/unresolved-status-date.html +++ b/unresolved-status-date.html @@ -67,7 +67,7 @@ Index by Status and Date
This document is the Index by Status and Date for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List. -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
New (422 issues)
@@ -80,6 +80,15 @@ Index by Status and Date
Duplicates + +4124(i) +New +29.12 [time.format] +Cannot format +zoned_time
with resolution coarser than secondsYes ++ + 3931(i) New 17.3.2 [version.syn] @@ -116,15 +125,6 @@Index by Status and Date
- -4124(i) -New -29.12 [time.format] -Cannot format -zoned_time
with resolution coarser than secondsYes -- - 3084(i) New 17.5 [support.start.term] diff --git a/unresolved-status.html b/unresolved-status.html index 9548d85052..490c94bfc8 100644 --- a/unresolved-status.html +++ b/unresolved-status.html @@ -62,7 +62,7 @@Index by Status and Section
Library Defect Reports and Accepted Issues, and Library Closed Issues List. -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
New (422 issues)
diff --git a/unresolved-toc.html b/unresolved-toc.html index 96efd53203..030f199714 100644 --- a/unresolved-toc.html +++ b/unresolved-toc.html @@ -59,7 +59,7 @@ Table of Contents
Reference ISO/IEC IS 14882:2020(E)
This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Issue diff --git a/votable-index.html b/votable-index.html index 3f0d6ef73e..88b616eb13 100644 --- a/votable-index.html +++ b/votable-index.html @@ -66,7 +66,7 @@Index by Section
This document is the Index by Section for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.
Index by Section
(view only non-Ready open issues)
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Section 23 (1 issues)
diff --git a/votable-status-date.html b/votable-status-date.html index 10b984be2d..ab7d3241a6 100644 --- a/votable-status-date.html +++ b/votable-status-date.html @@ -67,7 +67,7 @@ Index by Status and Date
This document is the Index by Status and Date for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List. -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Ready (8 issues)
diff --git a/votable-status.html b/votable-status.html index 7e2a7caa38..10329e47fa 100644 --- a/votable-status.html +++ b/votable-status.html @@ -62,7 +62,7 @@ Index by Status and Section
Library Defect Reports and Accepted Issues, and Library Closed Issues List. -Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Ready (8 issues)
diff --git a/votable-toc.html b/votable-toc.html index 6938c50782..b5974acc5a 100644 --- a/votable-toc.html +++ b/votable-toc.html @@ -59,7 +59,7 @@ Table of Contents
Reference ISO/IEC IS 14882:2020(E)
This document is the Table of Contents for the Library Active Issues List, Library Defect Reports and Accepted Issues, and Library Closed Issues List.
-Revised 2024-07-27 at 14:45:14 UTC +
Revised 2024-07-29 at 12:22:21 UTC
Issue