feat: convert from using dst offsets to use timezone code

feat: select timezones from current selected country
This commit is contained in:
Sérgio Salgado 2021-11-22 17:30:37 +00:00
parent cc8c48ff4c
commit 7d6fb17158
16 changed files with 86 additions and 117 deletions

View file

@ -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