fix: formatDate working with timezone code
This commit is contained in:
parent
0429563e42
commit
78a4c9f267
8 changed files with 17 additions and 25 deletions
|
|
@ -153,8 +153,7 @@ const Transactions = () => {
|
|||
{
|
||||
header: 'Date (UTC)',
|
||||
view: it =>
|
||||
timezone &&
|
||||
formatDate(it.created, timezone.dstOffset, 'YYYY-MM-DD HH:mm:ss'),
|
||||
timezone && formatDate(it.created, timezone, 'YYYY-MM-DD HH:mm:ss'),
|
||||
textAlign: 'right',
|
||||
size: 'sm',
|
||||
width: 195
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue