|
|
@@ -28,20 +28,10 @@ class AccountHelper
|
|
|
{
|
|
|
return null;
|
|
|
}
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $date,
|
|
|
- 'Debug Time',
|
|
|
- $format
|
|
|
- );
|
|
|
-
|
|
|
$tmpDate = strstr($date, '.', true);
|
|
|
$tmpDate = $tmpDate ? $tmpDate : $date;
|
|
|
$mydate = new \DateTime("@$date");
|
|
|
return $mydate->format($format);
|
|
|
-// return date($format, strtotime($tmpDate));
|
|
|
}
|
|
|
|
|
|
/**
|