fix: take into account user lang in Time component (#1793)

This PR takes into account the user selected language to format the time in the Time component.

Co-authored-by: tommoor <tom.moor@gmail.com>
This commit is contained in:
Rubén Moya
2021-01-14 18:08:14 +01:00
committed by GitHub
parent e8b7782f5e
commit 93ac9892d5
7 changed files with 122 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ Object {
"id": "123",
"isAdmin": undefined,
"isSuspended": undefined,
"language": undefined,
"language": "en_US",
"lastActiveAt": undefined,
"name": "Test User",
}
@@ -20,7 +20,7 @@ Object {
"id": "123",
"isAdmin": undefined,
"isSuspended": undefined,
"language": undefined,
"language": "en_US",
"lastActiveAt": undefined,
"name": "Test User",
}