Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39667, comment 32


Ignore:
Timestamp:
09/08/2018 12:46:46 PM (7 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39667, comment 32

    initial v1  
    1212array( '39:59:59', '39 hours, 59 minutes, 59 seconds' ), // Maximum support for HH:ii:ss.
    1313array( '59:61', false ), // Out of bound seconds for ii:ss.
    14 array( '61:59', false ),  // Out of bound seconds for ii:ss.
    15 array( '3:59:61', false ), // Out of bound minutes for HH:ii:ss.
     14array( '61:59', false ),  // Out of bound minutes for ii:ss.
     15array( '3:59:61', false ), // Out of bound seconds for HH:ii:ss.
    1616array( '3:61:59', false ), // Out of bound minutes for HH:ii:ss.
    1717array( '40:00:00', false ), // Out of bound hours for HH:ii:ss.