mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
Format date to ISO standard
This commit is contained in:
parent
76aacaf048
commit
f7f6f053f7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user