<?php

// report all possible php errors
error_reporting(-1);

require_once(__DIR__ . '/../DateTimeHelper.php');