We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f4caf commit 6c72200Copy full SHA for 6c72200
src/lib/index.ts
@@ -16,5 +16,5 @@ export const commaNumber = (num: any) => {
16
return parseFloat(num).toLocaleString();
17
}
18
19
-export const liveDate = +new Date("2024-07-08T00:00:00.000");
+export const liveDate = +new Date("2024-07-08T13:00:00.000");
20
export const isLive = () => liveDate < +new Date();
0 commit comments