Format date to ISO standard
This commit is contained in:
parent
76aacaf048
commit
f7f6f053f7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class HistoryTable(tables.Table):
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
created_at = tables.DateColumn(
|
created_at = tables.DateTimeColumn(format='Y-m-d H:i:s',
|
||||||
attrs={
|
attrs={
|
||||||
"td": {
|
"td": {
|
||||||
"class": "text-nowrap",
|
"class": "text-nowrap",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue