Skip to content

Commit

Permalink
update hacking ends to 12 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmao725 authored and shivanmodha committed Oct 20, 2019
1 parent a1ea259 commit 3d627ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projector/Countdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Countdown extends Component {
componentWillMount() {
// Ends 20th October 2019, at 11:30
// JAN = 0
let end = new Date(2019, 9, 20, 11, 30, 0, 0);
let end = new Date(2019, 9, 20, 12, 0, 0, 0);
this.oldMin = -1;
this.setState({
end: end,
Expand Down

0 comments on commit 3d627ee

Please sign in to comment.