#caroline0
1 messages · Page 1 of 1 (latest)
So I think the portal uses the timezone of your account
But all timestamps in our api are in UTC
So unless you convert the timestamp to your local timezone it will be a bit off
is there a way to pull the account's timezone from stripe?
is the account's timezone established when you create an account?
how is it determined?
Actually it might use the timezone of the customer (based on their browser)
Trying to confirm right now
But either way, all timestamps are in UTC in our api, so you'll need to convert them if you don't want them in utc
ok sounds good! yeah just trying to get the timezones to match however they're being calculated
I can pull it from the browser
https://support.stripe.com/questions/default-time-zone-setting ahh looks like it's where your account was registered
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yeah that would be for everything in your account dashboard
oohh I see, but it might be different for the portal