hello,
i use current date time in python (time.strftime) without problem but i can't in XML file when i try to insert colors into tree view !
<tree string="Mission" colors="blue:datetime_field > time.strftime('%d-%m-%Y %H:%M:%S')">
i test datetime.datetime.now() and DateTime.today() but no result !