24 hour clock by Hydrazer

<>;/:(\d+:)/,printf"%02d:%02d:%02d
",(($T=86400-($'+$1*60+$`*60*60))/3600)%24,($T/60)%60,$T%60for<>

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page