Skip to content

Commit

Permalink
change start time
Browse files Browse the repository at this point in the history
  • Loading branch information
Subilan committed Jan 16, 2024
1 parent f1e2ddd commit 939d18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default Vue.extend({
return count;
},
getDuration() {
let d = new Date().getTime() - new Date('2024-01-16 21:15').getTime();
let d = new Date().getTime() - new Date('2024-01-17 00:20').getTime();
let x = d / 1000 / 60 / 60;
let H = Math.floor(x);
x = (x - H) * 60;
Expand Down

0 comments on commit 939d18b

Please sign in to comment.