vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.08k stars 1.23k forks source link

Question of function toDateTime in /utils/helpers.ts #169

Open webbipage opened 1 year ago

webbipage commented 1 year ago

Why the Unix epoch start set to 1970-01-01T00:30:00Z instead of 1970-01-01T00:00:00Z for variable t? Is there any meaning or usage I missed?

thorwebdev commented 1 year ago

That's a very good question and I have no idea why 😬 Should probably change it to be new Date(+0) instead. You want to open a PR?