to run your own OmEspHelpers-compatible time helper, use this PHP script:
<?
    print date("Y-m-d H:i:s");
    print " + ";
    print date("e");
?>