<?php if( strtotime("1865-01-15 14:00:00") > strtotime("now") ) { print "Time Travel!"; } else { print "works as expected."; }
You have javascript disabled. You will not be able to edit any code.