fix: remove 'UTC' label
This commit is contained in:
parent
e44e5012f1
commit
bc8c1eb1ca
3 changed files with 3 additions and 3 deletions
|
|
@ -145,7 +145,7 @@ const Transactions = ({ id }) => {
|
|||
width: 140
|
||||
},
|
||||
{
|
||||
header: 'Date (UTC)',
|
||||
header: 'Date',
|
||||
view: it => formatDate(it.created, timezone, 'yyyy-MM-dd'),
|
||||
textAlign: 'left',
|
||||
size: 'sm',
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ const SessionManagement = () => {
|
|||
}
|
||||
},
|
||||
{
|
||||
header: 'Expiration date (UTC)',
|
||||
header: 'Expiration date',
|
||||
width: 290,
|
||||
textAlign: 'right',
|
||||
size: 'sm',
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ const Transactions = () => {
|
|||
width: 140
|
||||
},
|
||||
{
|
||||
header: 'Date (UTC)',
|
||||
header: 'Date',
|
||||
view: it =>
|
||||
timezone && formatDate(it.created, timezone, 'yyyy-MM-dd HH:mm:ss'),
|
||||
textAlign: 'right',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue