2
0
forked from Wavyzz/dolibarr
This commit is contained in:
ldestailleur
2025-06-27 00:52:48 +02:00
parent 51253c1ee4
commit 7909b0f17a
3 changed files with 8 additions and 16 deletions

View File

@@ -3904,7 +3904,7 @@ function dol_getdate($timestamp, $fast = false, $forcetimezone = '')
* 'tzuserrel' = local to user TZ taking dst into account at the given date. Use this one to convert date input from user into a GMT date.
* 'tz,TimeZone' = use specified timezone
* @param int $check 0=No check on parameters (Can use day 32, etc...)
* @return int|string Date as a timestamp, '' if error
* @return int|'' Date as a timestamp, '' if error
* @see dol_print_date(), dol_stringtotime(), dol_getdate()
*/
function dol_mktime($hour, $minute, $second, $month, $day, $year, $gm = 'auto', $check = 1)