I'm using date('H:i:s', (time() - $start['time']))
to displa time that passed since start of the script.
whatever the result of time() - $start['time']
- be it 0, 17 or whatever the date prints out like 02:00:00, 02:00:17 etc.
What may be the reason?