This what i was doing.
$now = new DateTime("now"); echo $now->format("M j, Y H:i:s O")."\n";
But it doesn't work. It runs local.
Salman : if I do it, it will start at 11 here in france.
@maks started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
This what i was doing.
$now = new DateTime("now");
echo $now->format("M j, Y H:i:s O")."\n";
But it doesn't work. It runs local.
Salman : if I do it, it will start at 11 here in france.