nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Question of function toDateTime in /utils/helpers.ts
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?
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?