i have a problem with gmdate() not returning the correct time here in the uk, i have a site that runs off a 24/7 schedule that has been off sync since the time change.
this is the code i am using:
gmdate("h:i:s A", time() + 3600*(date("I")))
and various code from the php manual also doesnt work. whats going on, it has been working for over 6 months ???