fix: date parsing and formatting
This commit is contained in:
parent
1cb715332a
commit
bb189decae
7 changed files with 38 additions and 21 deletions
|
|
@ -99,7 +99,7 @@ const MachineDetailsRow = ({ it: machine, onActionSuccess, timezone }) => {
|
|||
<Label>Paired at</Label>
|
||||
<span>
|
||||
{timezone &&
|
||||
formatDate(machine.pairedAt, timezone, 'YYYY-MM-DD HH:mm:ss')}
|
||||
formatDate(machine.pairedAt, timezone, 'yyyy-MM-dd HH:mm:ss')}
|
||||
</span>
|
||||
</Item>
|
||||
<Item xs={6}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue