PM-444 "0013316: Be able to assign users to different time zone (user's time zone)" SOLVED
Issue:
PM-444: 0013316: Be able to assign users to different time zone
PM-3493: Agregar soporte multiple timezone a los endpoints usando formato fecha ISO 8601
Cause:
New feature
Solution:
Added functionality for time zone
This commit is contained in:
@@ -2471,7 +2471,6 @@ class ldapAdvanced
|
||||
*/
|
||||
public function convertDateADtoPM($dateAD)
|
||||
{
|
||||
//date_default_timezone_set('America/New_York');
|
||||
$unixTimestamp = ($dateAD / 10000000) - 11644560000;
|
||||
$datePM = date('Y-m-d', mktime(0, 0, 0, date('m'), '01', date('Y') + 2));//(date('Y') + 10)."-12-01";
|
||||
if ($unixTimestamp >0) {
|
||||
|
||||
Reference in New Issue
Block a user