This commit is contained in:
Roland Gruber 2015-09-02 16:34:00 +00:00
parent 03765bbaca
commit 7cd3b6b6c8
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ function getTimeZone() {
/**
* Returns the current time in formatted form.
*
* @param unknown $format format to use (e.g. 'Y-m-d H:i:s,00')
* @param unknown $format format to use (e.g. 'Y-m-d H:i:s')
*/
function getFormattedTime($format) {
$time = new DateTime(null, getTimeZone());