I am trying to get the local time using php. I wrote two different versions, but they both give the wrong time
date_default_timezone_set(\'UTC\'); $now = new Dat
If you don't want to use timezone you can use this mix of windows and php commands: