[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.4,1.5.
From: |
Mark A Peters <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.4,1.5.2.5 |
Date: |
Fri, 28 Jun 2002 22:10:54 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv29657
Modified Files:
Tag: Version-0_9_14-branch
class.datetime.inc.php
Log Message:
Removed the debug statements.
Index: class.datetime.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.datetime.inc.php,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -C2 -r1.5.2.4 -r1.5.2.5
*** class.datetime.inc.php 29 Jun 2002 02:07:34 -0000 1.5.2.4
--- class.datetime.inc.php 29 Jun 2002 02:10:51 -0000 1.5.2.5
***************
*** 88,93 ****
// host: 129.6.15.28
// Value returned is 52384 02-04-20
13:55:29 50 0 0 9.2 UTC(NIST) *
! echo 'Server datetime:
'.time()."<br>\n";
! echo 'Temporary NTP datetime:
'.$line."<br>\n";
if ($array[5] == 4)
{
--- 88,93 ----
// host: 129.6.15.28
// Value returned is 52384 02-04-20
13:55:29 50 0 0 9.2 UTC(NIST) *
! // echo 'Server datetime:
'.time()."<br>\n";
! // echo 'Temporary NTP datetime:
'.$line."<br>\n";
if ($array[5] == 4)
{
***************
*** 99,104 ****
$time = explode(':',$array[2]);
$this->gmtnow =
mktime(intval($time[0]),intval($time[1]),intval($time[2]),intval($date[1]),intval($date[2]),intval($date[0])
+ 2000);
! echo 'Temporary RFC epoch:
'.$this->gmtnow."<br>\n";
! echo 'GMT: '.date('Ymd
H:i:s',$this->gmtnow)."<br>\n";
}
}
--- 99,104 ----
$time = explode(':',$array[2]);
$this->gmtnow =
mktime(intval($time[0]),intval($time[1]),intval($time[2]),intval($date[1]),intval($date[2]),intval($date[0])
+ 2000);
! // echo 'Temporary RFC epoch:
'.$this->gmtnow."<br>\n";
! // echo 'GMT: '.date('Ymd
H:i:s',$this->gmtnow)."<br>\n";
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.4,1.5.2.5,
Mark A Peters <address@hidden> <=