If I use [[ o.date_start ]]
in the report editor, the report will show the date as it is listed under the database: e.g. "2013-06-11 08:00:00". It will use the server format and time. (time = incorrect)
If I use [[ formatLang(o.date_start,date=True) ]]
then the date will be formatted correctly: "11-06-2013".
However, now the timestamp is missing; and you no longer know when exactly something will occur.
How can I format my date properly, but still show the timestamp as well?