Time Arithmetic by teebee

#!perl -pl
use POSIX;$_=~('(..).'x5);$_.=strftime"=%T",60*$2+$3+$',$5,$1+$4,@+

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

download

return to the top page