# HG changeset patch # User John W. Eaton # Date 1334688169 14400 # Node ID d07d96e53612af19a13f669349cd986109ce2c8f # Parent 82449d607d208601911bd8ae810112bd20f362ce seconds after the minute can be 0-60, not 0-61 * system.txi (Timing Utilities): Correct possible values for number of seconds in time structures. From Rafael Arndt . diff -r 82449d607d20 -r d07d96e53612 doc/interpreter/system.txi --- a/doc/interpreter/system.txi Tue Apr 17 13:13:22 2012 -0400 +++ b/doc/interpreter/system.txi Tue Apr 17 14:42:49 2012 -0400 @@ -53,7 +53,7 @@ Microseconds after the second (0-999999). @item sec -Seconds after the minute (0-61). This number can be 61 to account +Seconds after the minute (0-60). This number can be 60 to account for leap seconds. @item min