This simplify code, increase readability and improve the function signature for API users.
		
			
				
	
	
		
			57 lines
		
	
	
		
			769 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			769 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    [
 | 
						|
        0,
 | 
						|
        '12:00:00 am',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.00071759299999999999,
 | 
						|
        '12:01:02 am',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.50208333299999997,
 | 
						|
        '12:03 pm',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.50498842600000005,
 | 
						|
        '12:7:11 pm',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.176145833,
 | 
						|
        '4:13:39',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.76408564800000001,
 | 
						|
        '6:20:17 pm',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.773229167,
 | 
						|
        '18:33:27',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.14392361100000001,
 | 
						|
        '31/12/2007 03:27:15',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.90619212999999998,
 | 
						|
        '9:44:55 pm',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        '#VALUE!',
 | 
						|
        12,
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.54236111099999995,
 | 
						|
        '13:01',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        0.40625,
 | 
						|
        '33:45',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        '#VALUE!',
 | 
						|
        '13:01PM',
 | 
						|
    ],
 | 
						|
];
 |