Source Code:
(back to article)
<?php $date = new DateTime(); $date->modify('+30 seconds'); echo $date->format('Y-m-d H:i:s');
Result:
Report an issue