Skip to content

Commit

Permalink
fix: i born at around 2130
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmeow committed Oct 18, 2024
1 parent ca6c008 commit 11d7639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ onMounted(() => {
emailAddr.value = localStorage.getItem('email')
})
const age = calcAge(new Date('2008-10-19T21:00:00.000+08:00')).toFixed(2)
const age = calcAge(new Date('2008-10-19T21:30:00.000+08:00')).toFixed(2)
</script>

0 comments on commit 11d7639

Please sign in to comment.