dozent_mysql_time()

Return MySQL format time


Return

(int|string)


Source

File: includes/core-functions.php

1594
1595
1596
function dozent_mysql_time() {
    return current_time( 'mysql' );
}


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.