1
0

debugging hooks and events

This commit is contained in:
2022-01-20 00:26:57 +01:00
parent e4703dafc8
commit 10f2a1087a
9 changed files with 66 additions and 58 deletions

View File

@ -17,7 +17,8 @@ function bool2string($var)
function now()
{
return date("c");
$now = new datetime();
return $now;
}
function farenheit2celsius($value)