if you do %H it shows the time in 24-h time
but %i does not show the minutes... it does nothing
to show the minutes do %M
I still haven't figured out how to make it show time in 12-h time along with the AM/PM or miliseconds.... It would be really useful if I knew what notation it was using.
time stamps typically use the PHP function date() notation.... but this seems to not follow that