Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6094


Ignore:
Timestamp:
Sep 27, 2007, 1:13:37 AM (17 years ago)
Author:
Emmanuel Blot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6094 – Description

    initial v1  
    11when I try to execute 'select current_date', a standard postgresql command to get the current date, it throws an internal error:
    2 
     2{{{
    33Python Traceback
    44Traceback (most recent call last):
     
    1515  File "C:\Python24\Lib\site-packages\trac\util\datefmt.py", line 58, in format_datetime
    1616    t = time.localtime(float(t))
    17 
     17}}}
    1818
    1919