feat: convert from using dst offsets to use timezone code
feat: select timezones from current selected country
This commit is contained in:
parent
cc8c48ff4c
commit
7d6fb17158
16 changed files with 86 additions and 117 deletions
|
|
@ -218,7 +218,7 @@ const Transactions = () => {
|
|||
{
|
||||
header: 'Date (UTC)',
|
||||
view: it =>
|
||||
timezone && formatDate(it.created, timezone, '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