We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1ad5 commit fb31ee6Copy full SHA for fb31ee6
__mocks__/pcoreMocks.ts
@@ -7,7 +7,7 @@ export default function setPCoreMocks() {
7
return {
8
getUseLocale: () => 'en-GB',
9
getLocale: () => 'en-GB',
10
- getTimeZone: () => ''
+ getTimeZone: () => 'America/New_York'
11
} as any;
12
};
13
0 commit comments