<?php return (function () { // Local variables (not exported) $current_time = time(); $reference_time = '01-01-1970 00:00'; return "seconds passed since $reference_time GMT is $current_time"; })();
You have javascript disabled. You will not be able to edit any code.