Jump to content

how to add +GTM 80:00??


UnrEALMe

Recommended Posts

what's wrong with it?

2007-05-17 16:53:52
2007-05-17 08:53:52

Maybe you don't see the result:

First you see the normal date and then you see the changed time

change

echo date('Y-m-d H:i:s', $time).' - '.date('Y-m-d H:i:s', $newtime);

to

echo date('Y-m-d H:i:s', $newtime);

and it only shows you the new time with +0800

Link to comment
https://forums.phpfreaks.com/topic/51740-how-to-add-gtm-8000/#findComment-255802
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.