bug-gnustep
[Top][All Lists]
Advanced

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

[bug #16429] Postgres95Adaptor don't work with milliseconds in date/time


From: Sergey Golovin
Subject: [bug #16429] Postgres95Adaptor don't work with milliseconds in date/time values
Date: Mon, 24 Apr 2006 06:44:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20051004 Firefox 1.4

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16429>

                 Summary: Postgres95Adaptor don't work with milliseconds in
date/time values
                 Project: GNUstep
            Submitted by: svg
            Submitted on: Понедельник 24.04.2006 at 06:44
                Category: gdl2
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

Postgres95Private.m define PSQLA_postgresCalendarFormat variable:

----------------------------------------------------------------------------------------------
NSString *PSQLA_postgresCalendarFormat=@"%Y-%m-%d %H:%M:%S%z";
----------------------------------------------------------------------------------------------

though better (IMHO):

----------------------------------------------------------------------------------------------
NSString *PSQLA_postgresCalendarFormat=@"%Y-%m-%d %H:%M:%S.%F %z";
----------------------------------------------------------------------------------------------






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16429>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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