[OGo-Users] Postgre fatal error after new install on Suse 10.2
Adam Tauno Williams
users@opengroupware.org
Tue, 30 Jan 2007 14:01:29 -0500
On Tue, 2007-01-30 at 13:47 -0500, Adam Tauno Williams wrote:
> On Tue, 2007-01-30 at 19:23 +0100, Helge Hess wrote:
> > On Jan 30, 2007, at 15:38, Adam Tauno Williams wrote:
> > > But [date descriptionWithCalendarFormat:@"%A"] is working. As one can
> > > get "Thursday" for example. The date returned by [[self appointment]
> > > valueForKey:@"startDate"] must be OK.
> > Write a small test tool, eg:
> > ---snip---
> > #import <Foundation/Foundation.h>
> > int main(int argc, char **argv, char **env) {
> > NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
> > [NSProcessInfo initializeWithArguments:argv count:argc
> > environment:env];
> > NSDate *now = [NSDate date];
Change NSDate to NSCalendar date as in - NSCalendarDate *now =
[NSCalendarDate date];
Now -
awilliam@aleph:~> ./obj/testit
Jan 30 18:58:09 testit [15745]: DATE: Tuesday 2007-01-30 18:58:09-0000
Looks good to me. So I guess the question is why is OGo behaving
differently?
Tested this on two boxes - once on the brand new shiny TRUNK OGo install
and once on my development box. Same results both places.