Setting a global time zone

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
HiddenS3crets
Forum Contributor
Posts: 119
Joined: Fri Apr 22, 2005 12:23 pm
Location: USA

Setting a global time zone

Post by HiddenS3crets »

Is there a way for everyone to be on the same time zone?

Example:
People on the opposite side of the world will still see the time as if they were in the US on the east coast.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

err...unless im mistaken, this would be pretty easy as the time is determined by the server your site is running on.

If the server isn't on the time zone you want, you just need to adjust it with whatever offset you need.

Mark
Post Reply