question about GMT and UTC



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.
.



Relevant Pages

  • Re: UTCNow <> GMT
    ... For part of the year the UK observes Daylight Saving. ... When the UK enters Daylight Saving, it's timezone is NOT renamed. ... The uk switches from GMT to BST and back again, but GMT itself and UTC remain static and identical to one another. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: question about GMT and UTC
    ... I need a timezone to store timestamps in that is independent of daylight saving. ... it seems I want either GMT or 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? ... for example, will always return the exact same timestamp in either GMT or UTC timezone and vice versa, i.e. 1 timestamp resulting in the exact same 12:00:00 readout via datewhether GMT or UTC. ...
    (comp.lang.php)
  • Re: Time zone of Exchange server-- how to retrieve via WebDav?
    ... the server timezone is irrelevant to the meeting. ... Most of the time information of a contact is stored as UTC. ... I do ask for the timezoneid property (I also ...
    (microsoft.public.exchange.development)
  • Re: Requiring a date be entered as mm/dd/yy on a form field.
    ... specify that they cannot calculate to that precision. ... Furthermore, UTC ... use whatever standard they are given. ... Most areas have some name that they use to refer to their timezone. ...
    (microsoft.public.scripting.jscript)
  • Re: Help with check time function
    ... using the UTC functions. ... The chage to/from DST normally occurs ... The clock for my mobile phone message system is in the same timezone ... Rather than daylight saving in summer, ...
    (comp.lang.javascript)