Page 1 of 1

Quick time convert

Posted: Sun Aug 07, 2005 2:56 pm
by sk8erh4x0r
can anyone tell me what time this is "1123400177" in 'h:i:s A T' format?

Posted: Sun Aug 07, 2005 3:04 pm
by feyd
what's so hard about writing a quick script yourself?

Code: Select all

[feyd@nowhere]> php -r "echo(date('h:i:s A T',1123400177));"
03:36:17 AM Eastern Standard Time