#manny_manny_2023
1 messages · Page 1 of 1 (latest)
The timezone/timestamp in Stripe API are all in GMT. Can you share the subscription ID (sub_xxx) or request ID (req_xxx) that you saw the start date in PST?
we are passing PST time only since our stripe clock is in PST
for second 471.08 it should prorate 19 days but its prorating only 18 days 16 hours
The timestamp in Stripe API only supports UTC/GMT. When you set the start_date in the Subscription Schedule API (e.g. https://dashboard.stripe.com/test/logs/req_rcyp4UD4EOWqiG) , it should be converted to UTC from PST
if we send UTC timestamp then the subscriptions are being created 1 day before
also our clock is in PDT
Dashboard always shows in local timezone
In your API, it should be set to PST equivalent in UTC.
i am actually in IST
It doesn't matter which timezone you're in. API only supports UTC
Dashboard shows the timezone configured in https://dashboard.stripe.com/settings/account
UTC is the source of truth in any timestamp via API
thanks for help will try to follow UTC