<?php

// ambos resultam na mesma data (1970-01-01)

echo date('Y-m-d', false). "\n";

echo date('Y-m-d', 0);
