From 1430209dbf6edda0827207166770c4d964cf0598 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 6 Oct 2023 15:53:39 +0200 Subject: [PATCH] [time.format] Make reference to ISO 8601 more precise Fixes ISO/CS 003 (C++23 DIS). --- source/time.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/time.tex b/source/time.tex index 8000d75afa..c788fcf12b 100644 --- a/source/time.tex +++ b/source/time.tex @@ -10793,7 +10793,7 @@ the locale's alternative full year representation. \\ \rowsep \tcode{\%z} & -The offset from UTC in the ISO 8601:2004 format. +The offset from UTC as specified in ISO 8601:2004, subclause 4.2.5.2. For example \tcode{-0430} refers to 4 hours 30 minutes behind UTC\@. If the offset is zero, \tcode{+0000} is used. The modified commands \tcode{\%Ez} and \tcode{\%Oz}