Php – How to get the time hh:mm:ss of any state starting by seconds from midnight without changing date_default_timezone_set regardless of the state I am in
For some reason in my code at the top of the page there's date_default_timezone_set('America/Belize'); and I don't want to change it. For getting the current London seconds from midnight (or any other timezone) regardless of the state I am in…