question about GMT and UTC
- From: Marcus <JumpMan222@xxxxxxx>
- Date: Mon, 31 Jul 2006 16:42:55 -0500
Hello,
I need a timezone to store timestamps in that is independent of daylight saving. From everything I've read, it seems I want either GMT or UTC. The only problem is I can't figure out from any documentation I've read if there is any difference (practically speaking, not scientifically and taking into account the earth's orbit etc).
I can set my server timezone to GMT, but if I want UTC I will have to use putenv('TZ=UTC'). Could someone please confirm if they are in fact the same or if one is better, and if I am correct in stating that neither is affected by daylight saving? Lastly, if I set my server to GMT (or UTC for that matter), am I also correct in saying that in that case gmmktime() and gmdate() are the exact same as mktime() and date()? Thank you very much in advance for your help.
.
- Follow-Ups:
- Re: question about GMT and UTC
- From: Bob Devine
- Re: question about GMT and UTC
- From: Marcus
- Re: question about GMT and UTC
- Prev by Date: godaddy login via curl php script
- Next by Date: Re: MySql support in PHP 5.x
- Previous by thread: godaddy login via curl php script
- Next by thread: Re: question about GMT and UTC
- Index(es):
Relevant Pages
|