|
|
|
|
@ -413,9 +413,9 @@ function api_get_timezone() |
|
|
|
|
* @param bool $returnNullIfInvalidDate if the date is not correct return null instead of the current date |
|
|
|
|
* @param bool $returnObj |
|
|
|
|
* |
|
|
|
|
* @return string|DateTime The DATETIME in UTC to be inserted in the DB, |
|
|
|
|
* or null if the format of the argument is not supported |
|
|
|
|
* or datetime |
|
|
|
|
* @return string|DateTime The DATETIME in UTC to be inserted in the DB, |
|
|
|
|
* or null if the format of the argument is not supported |
|
|
|
|
* or datetime |
|
|
|
|
* |
|
|
|
|
* @author Julio Montoya - Adding the 2nd parameter |
|
|
|
|
* @author Guillaume Viguier <guillaume.viguier@beeznest.com> |
|
|
|
|
|