right time by znz

m;main(c,v){setenv("TZ","right/UTC");while(gets(v)){c=atoi(v);m=gmtime(&c);strftime(v,99,"%F %T",m);puts(v);}}

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

download

return to the top page