doc: fix __UTC_DATE__ and __UTC_TIME__ description

This commit is contained in:
H. Peter Anvin 2008-05-30 14:11:40 -07:00
parent 1d19fbf537
commit 7d6fae6537

View File

@ -3283,11 +3283,10 @@ produce consistent output.
\S{utcdatetime} \i\c{__UTC_DATE__} and \i\c{__UTC_TIME__}: Assembly UTC date and time
The \c{__DATE__} and \c{__TIME__} macros give the assembly date and
time in universal time (UTC) as strings, in ISO 8601 format
(\c{"YYYY-MM-DD"} and \c{"HH:MM:SS"}, respectively.) If the
host platform doesn't provide UTC time, these macros are
undefined.
The \c{__UTC_DATE__} and \c{__UTC_TIME__} macros give the assembly
date and time in universal time (UTC) as strings, in ISO 8601 format
(\c{"YYYY-MM-DD"} and \c{"HH:MM:SS"}, respectively.) If the host
platform doesn't provide UTC time, these macros are undefined.
All instances of time and date macros in the same assembly session
produce consistent output.