Esempio n. 1
0
/**
 * Convenience function; returns MediaWiki timestamp for the present time.
 *
 * @return string
 */
function wfTimestampNow()
{
    # return NOW
    return MWTimestamp::now(TS_MW);
}