[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Calendar problem in 0.9.14!
From: |
Stephan Cremer |
Subject: |
Re: [Phpgroupware-developers] Calendar problem in 0.9.14! |
Date: |
27 Aug 2002 17:18:56 +0200 |
try inserting somw debugging code in line 68 of class.datetime.inc.php,
e.g: echo "TEST<br>\n";
I bet you will see a corresponding output on top of your page when you
reload it. after this change. This in turn means that
datetime::users_localtime is calculated using gmtnow as the result of
functio "getbestguess()".
As I noted in a previous message:
http://mail.gnu.org/pipermail/phpgroupware-developers/2002-August/002131.html
this function is not correct - I didn't have time to patch it yet,
sorry.
Best regards,
Stephan.
> On Tue, Aug 27, 2002 at 09:38:40AM -0500, Alex Borges wrote:
> > I know how frustrating this must be for you.... for us at the irc
> > channel this was already fixed... You need to configure in the admin
> > page a time server, you can also ask it to not look for it (in case you
> > are behind a blocking firewall....
>
> And where do I have to configure the time server? I did not see anything
> inside the admin section concerning a time server.
>
> > I think its also in the calendar readme....
>
> I didn't find a readme in the calender tree either:
>
> address@hidden:/var/www/phpgroupware/calendar$ find . -iname "*readme*"
> address@hidden:/var/www/phpgroupware/calendar$
>
> Michael
> --
> Michael Meskes
> address@hidden
> Go SF 49ers! Go Rhein Fire!
> Use Debian GNU/Linux! Use PostgreSQL!
>
>
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>