From: Thomas Walker Lynch Date: Mon, 10 Nov 2025 13:03:27 +0000 (+0000) Subject: usage message update X-Git-Url: https://git.reasoningtechnology.com/style/static/git-logo.png?a=commitdiff_plain;h=f4442f495794e8fc15c2555555ab38727bfada46;p=subu-incommon%2F.git usage message update --- diff --git a/executable/Z b/executable/Z index e3b1092..7af7077 100755 --- a/executable/Z +++ b/executable/Z @@ -7,20 +7,21 @@ USAGE = """ Z – UTC timestamp helper Usage: - Z Show this help. + Z Print default UTC timestamp (YYYY-MM-DD HH:MM:SS Z). Z help Show this help. Z Unix Print Unix time (seconds since epoch). + Z Unix- Print formatted UTC time for that Unix timestamp. Z [OPTIONS] Print a formatted UTC timestamp, where OPTIONS are: T Use 'T' between date and time (ISO 8601 style). T- Use between date and time. T- with empty uses a single space (default). - leftmost[-FIELD] Leftmost field to include (start at FIELD). + leftmost[-FIELD] Leftmost field to include. FIELD: year, month, day, hour, minute, second, scintilla Default FIELD: year. - rightmost[-FIELD] Rightmost field to include (end at FIELD). + rightmost[-FIELD] Rightmost field to include. Same FIELD set as leftmost. Default FIELD: second.