Convert time and date from one time zone to another in PHP

christanazeemn

New Member
Basically what I need is an script that, when provided with a time and a timezone can return the time in another time zone. My main issues are:
  • Where to get the time offset from GMT from - is there a public database available for this?
  • How to also take into consideration the daylight saving time (DST) differences as well.
  • How to nicely wrap it all up inside an PHP class - or is there such a class already available?
 
Back
Top