I'm using a shared Linux server running PHP / MySQL and it is in the US.
Currently, mktime() is giving a time almost 10am, but because I'm in the UK I'm trying to use gmmktime(), but it's giving a time of 5am, while it's actually just gone 4pm!
Since it's a shared server, I don't think there's much I can do about the time settings? Is it time to ask the server support people for advice, or am I missing something?
Currently, mktime() is giving a time almost 10am, but because I'm in the UK I'm trying to use gmmktime(), but it's giving a time of 5am, while it's actually just gone 4pm!
Since it's a shared server, I don't think there's much I can do about the time settings? Is it time to ask the server support people for advice, or am I missing something?