I'm not sure, did I understand you correctly, but why don't you just use simple PHP date functions? You can easily show time by doing this:
code:
echo date("H:i:s");
Also take a look at these functions:
date_default_timezone_set()
date_default_timezone_get
date()