Skip to content

Commit 6c72200

Browse files
committed
update live time to 1pm utc on the 8th of july
1 parent d7f4caf commit 6c72200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export const commaNumber = (num: any) => {
1616
return parseFloat(num).toLocaleString();
1717
}
1818

19-
export const liveDate = +new Date("2024-07-08T00:00:00.000");
19+
export const liveDate = +new Date("2024-07-08T13:00:00.000");
2020
export const isLive = () => liveDate < +new Date();

0 commit comments

Comments
 (0)