#2763: Add date to Trac's log
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  defect              |       Status:  new  
 Priority:  normal              |    Milestone:       
Component:  general             |      Version:  0.9.3
 Severity:  normal              |   Resolution:       
 Keywords:                      |  
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):

 In log.py, the date/time is formatted using {{{%(asctime)s}}}, which
 according to the Python documentation should include the date in the
 string by default.  My system showed only the time, though. I added
 {{{from datetime import datetime}}} to the top of log.py, then rebuilt,
 and now the log file displays the date.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2763>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to