Format date to ISO standard

This commit is contained in:
Pierre-antoine Comby 2020-09-03 14:33:26 +02:00
parent 76aacaf048
commit f7f6f053f7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class HistoryTable(tables.Table):
}
)
created_at = tables.DateColumn(
created_at = tables.DateTimeColumn(format='Y-m-d H:i:s',
attrs={
"td": {
"class": "text-nowrap",