to get the GMT date, you just have to use
gmdate, this automaticly converts the local time to gmt.
to convert it back to singapore time, use the
mktime() function: you enter the hours, minutes and seconds and it will create a new time. for you this could look like this:
maybe there's a simpeler sollution, but this is one i just found, while looking on
www.php.net,
UnrealEd