mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
doc: fix __UTC_DATE__ and __UTC_TIME__ description
This commit is contained in:
parent
1d19fbf537
commit
7d6fae6537
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user