Re: PostgreSQL Exception: invalid input syntax for type timestamp

Adam Tauno Williams <[email protected]> Fri, 27 Feb 2009 16:45:53 -0500
Newsgroups gmane.comp.cms.opengroupware.user
Message-ID <1235771153.5271.67.camel@linux-m3mt>
> .....
> %b %d %H:%M:%S ogo-zidestore-1.5 [13293]: Note: using default ZideStore
> .....

This is NSLog with is provided by libFoundation -

NSCalendarDate *date;
date    = [[NSCalendarDateClass alloc] init];
....
fprintf(stderr,
   "%s %s [%d]: %s\n",
   [[date descriptionWithCalendarFormat:@"%b %d %H:%M:%S"] cString],
   [[[NSProcessInfoClass processInfo] processName] cString],
   getpid(),
   [message cString]);







-- 
OpenGroupware.org Users
[email protected]
http://mail.opengroupware.org/mailman/listinfo/users