You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I'm sure you're correct on why this is happening. The UTC dates are correct but then we display using our <DateTime> React component which renders in your local browser timezone by default…
Actually ignore my last comment. That wouldn't explain why it's coming back as November 30… 😕 This is strange because the code you've included runs on our server which is UTC.
The way to fix this is with the debugger on and setting your timezone
Describe the bug
Minor bug on the billing period message that displays an invalid period range:
Should be from Oct1 to Oct 31 (or Nov 1) but not Nov 30. Might be because today is the last day of the month?
Current locale: GMT-5
trigger.dev/apps/webapp/app/routes/_app.orgs.$organizationSlug.v3.billing/route.tsx
Lines 44 to 56 in da08e50
The text was updated successfully, but these errors were encountered: