Skip to content

Commit

Permalink
hotfix time render
Browse files Browse the repository at this point in the history
  • Loading branch information
WhidRubeld committed Sep 9, 2021
1 parent 70297b2 commit e3d6c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Stats/extra/InfoTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function InfoTable() {
</Text>
{updatedAt && (
<Text style={styles.infoText}>
Посл. обновление - {unix2time(updatedAt, 'DD MMM HH:mm:ss')}
Посл. обновление - {unix2time(updatedAt / 1e3, 'DD MMM HH:mm:ss')}
</Text>
)}
{status && (
Expand Down

0 comments on commit e3d6c0e

Please sign in to comment.