Changes between Initial Version and Version 1 of Ticket #39667, comment 32
- Timestamp:
- 09/08/2018 12:46:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39667, comment 32
initial v1 12 12 array( '39:59:59', '39 hours, 59 minutes, 59 seconds' ), // Maximum support for HH:ii:ss. 13 13 array( '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.14 array( '61:59', false ), // Out of bound minutes for ii:ss. 15 array( '3:59:61', false ), // Out of bound seconds for HH:ii:ss. 16 16 array( '3:61:59', false ), // Out of bound minutes for HH:ii:ss. 17 17 array( '40:00:00', false ), // Out of bound hours for HH:ii:ss.