#patricia
1 messages · Page 1 of 1 (latest)
Yes, the first invoice is set for Oct 19
Gotcha, the Dashboard is localized. What timezone are you in?
Oh
All timestamps via the API are UTC
I'm in ET right now
So yeah that's why
What I'm doing:
- I create a datetime set to midnight (local tz)
- I get the timestamp of that datetime
- I pass that timestamp in
*in to stripe
Would it not be the case that what I see in the dashboard should be a day ahead and not a day behind?
Actually, never mind. I see the issue. The Dashboard as you said is in ET (actually PT), while the date I passed in is UTC midnight. So the Dashboard shows a day earlier
Thank you!