Skip to content

Commit

Permalink
ChangeDate
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopizarro committed Feb 19, 2022
1 parent d6c2a5b commit eb69615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/timer.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";

export const START_DATE = new Date("2022-02-19T04:00:00.000Z");
export const END_DATE = new Date("2022-02-21T19:00:00.000Z");
export const END_DATE = new Date("2022-02-20T16:00:00.000Z");

function calculateTimeUntil() {
let date = new Date() < START_DATE ? START_DATE : END_DATE;
Expand Down

0 comments on commit eb69615

Please sign in to comment.