+2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * os.texi (Time of Day):
+ Use leading zero with 24-hour times less than 10:00.
+
2014-11-09 Glenn Morris <rgm@gnu.org>
* Makefile.in (version): Remove variable.
@tex
$high*2^{16}+low$,
@end tex
-is the number of seconds from the @dfn{epoch} (0:00 January 1, 1970
+is the number of seconds from the @dfn{epoch} (January 1, 1970 at 00:00
UTC) to the specified time. The third list element @var{microsec}, if
present, gives the number of microseconds from the start of that
second to the specified time.
+2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * org.texi (The date/time prompt, Matching tags and properties):
+ Use leading zero with 24-hour times less than 10:00.
+
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* eww.texi (Variable Index): Mention `eww-after-render-hook'.
feb 15 @result{} @b{2007}-02-15
sep 12 9 @result{} 2009-09-12
12:45 @result{} @b{2006}-@b{06}-@b{13} 12:45
-22 sept 0:34 @result{} @b{2006}-09-22 0:34
+22 sept 0:34 @result{} @b{2006}-09-22 00:34
w4 @result{} ISO week for of the current year @b{2006}
2012 w4 fri @result{} Friday of ISO week 4 in 2012
2012-w04-5 @result{} Same as above
assumed to be date/time specifications in the standard Org way, and the
comparison will be done accordingly. Special values that will be recognized
are @code{"<now>"} for now (including time), and @code{"<today>"}, and
-@code{"<tomorrow>"} for these days at 0:00 hours, i.e., without a time
+@code{"<tomorrow>"} for these days at 00:00 hours, i.e., without a time
specification. Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
@code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
respectively, can be used.