From 0179840534432aeed0dbbd02687dcab4557c7fa1 Mon Sep 17 00:00:00 2001 From: Tim Parenti Date: Thu, 11 Oct 2018 17:11:47 -0400 Subject: * zic.8: Avoid use of "midnight" to mean start or end of calendar day. Similarly, avoid use of "noon" to mean middle of calendar day. --- zic.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zic.8 b/zic.8 index 4ef7675..d0319a5 100644 --- a/zic.8 +++ b/zic.8 @@ -271,15 +271,15 @@ Recognized forms include: 2:00 time in hours and minutes 01:28:14 time in hours, minutes, and seconds 00:19:32.13 time with fractional seconds -15:00 24-hour format time (for times after noon) +15:00 24-hour format time (for times after midday) 260:00 260 hours after 00:00 \*-2:30 2.5 hours before 00:00 \*- equivalent to 0 .fi .in -.5i .sp -where hour 0 is midnight at the start of the day, -and hour 24 is midnight at the end of the day. +where hour 0 represents the start of the calendar day, +and hour 24 represents the end of the calendar day. Although .B zic rounds times to the nearest integer second -- 2.15.1