phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 101442 ] Calendar Year Incorrect !!!


From: nobody
Subject: [Phpgroupware-tracker] [ 101442 ] Calendar Year Incorrect !!!
Date: Sun, 08 Dec 2002 19:34:47 -0500


Support Request #101442, was updated on 2002-Oct-24 23:58
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101442&group_id=509

Category: bla
Status: Closed
Priority: 5
Summary: Calendar Year Incorrect !!!

By: skwashd
Date: 2002-Dec-09 11:34
Logged In: YES 
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
# cd /path/to/phpgroupware
# cvs update -dP

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Please note if this is still a problem please report it on our
bug tracker at https://savannah.gnu.org/bugs/?group=phpgroupware

Thanks,


----------------------------------------------------------------------

By: woodstock
Date: 2002-Nov-20 05:41
Logged In: NO 
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Hi
You can edit /phpgwapi/inc/class.datetime.inc.php, search
for getbestguess() function and replace line 

return intval(($server_time - $this->gmtnow) / 3600);
for this

return $server_time;

This returns your machine's time 

Hope this help..


----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101442&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]