Skip to content

Instantly share code, notes, and snippets.

<?php
// switch this variable to see the difference
$useTimeZone3 = true;
date_default_timezone_set('Europe/Berlin');
if ($useTimeZone3) {
$date = new \DateTime('2016-09-09 00:00:00');
} else {