spaces in one of the two formats.
@item full-iso
-List timestamps in full using ISO 8601 like date, time, and time zone
+List timestamps in full using ISO 8601 date, time, and time zone
components with nanosecond precision, e.g., @samp{2002-03-30
23:45:56.477817180 -0700}. This style is equivalent to
@samp{+%Y-%m-%d %H:%M:%S.%N %z}.
uses the full timestamp to determine whether a file is out of date.
@item long-iso
-List ISO 8601 like date and time in minutes, e.g.,
+List ISO 8601 date and time components with minute precision, e.g.,
@samp{2002-03-30 23:45}. These timestamps are shorter than
@samp{full-iso} timestamps, and are usually good enough for everyday
work. This style is equivalent to @samp{+%Y-%m-%d %H:%M}.
@item iso
List ISO 8601 dates for non-recent timestamps (e.g.,
-@samp{2002-03-30@ }), and ISO 8601 like month, day, hour, and
+@samp{2002-03-30@ }), and ISO 8601-like month, day, hour, and
minute for recent timestamps (e.g., @samp{03-30 23:45}). These
timestamps are uglier than @samp{long-iso} timestamps, but they carry
nearly the same information in a smaller space and their brevity helps
@env{LC_TIME} locale category.
@item full-iso
-List timestamps in full using ISO 8601 like date, time, and time zone
+List timestamps in full using ISO 8601 date, time, and time zone
components with nanosecond precision, e.g., @samp{2002-03-30
23:45:56.477817180 -0700}. This style is equivalent to
@samp{+%Y-%m-%d %H:%M:%S.%N %z}.
@item long-iso
-List ISO 8601 like date and time in minutes, e.g.,
+List ISO 8601 date and time components with minute precision, e.g.,
@samp{2002-03-30 23:45}. These timestamps are shorter than
@samp{full-iso} timestamps, and are usually good enough for everyday
work. This style is equivalent to @samp{+%Y-%m-%d %H:%M}.