I use the view :
{{extend 'layout.html'}}
{{=records}}
to display a records table.
One field in the record report the date and time :
*logs.event_time_stamp*
2011-07-07 23...
but the date and time is "2011-07-07 23..." instead of the complete
"2011-07-07 23:01:15" string.What can I do to have the complete string displayed on the view table ?

