Use Intl.DateTimeFormat instead of moment for date formatting
This commit is contained in:
parent
bd40a7fb98
commit
356fb301e1
8 changed files with 106 additions and 91 deletions
|
@ -32,6 +32,7 @@ global.window = {
|
|||
get: key => storageMap.get(key),
|
||||
put: async (key, value) => storageMap.set(key, value),
|
||||
},
|
||||
getPreferredSystemLocales: () => ['en'],
|
||||
};
|
||||
|
||||
// For ducks/network.getEmptyState()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue