#Edem-created
1 messages · Page 1 of 1 (latest)
it's probably just timezones. Whatever timezone your database explorer software uses is different from what the Stripe dashboard is using for display.
the created field in the API is a UTC unix timestamp.
also the field in your screenshot is some "CreatedAt" thing which might not even be the same value in Stripe? Maybe it's a field your own software writes and its based on when your server received the event or something?
What timezone does stripe dashboard use?
depends on your account
it will say it on https://dashboard.stripe.com/settings/user
account?
ah no, on https://dashboard.stripe.com/settings/account sorry
your Stripe account
Regarding "CreatedAt" field in Db - it has the same value like "Created" field in your system (API)
payout
they might be slightly different
your screenshot from the Stripe dashboard is of the Event though
so that's why it's different, you're comparing the creation time of the event and the creation time of the payout, they can be different(since the event might take a moment to generate and send after the payout object is created)
sorry.... in screenshot in right bottom angle...yes , it is event
but they value can differ for some hours or day
their values*
do you have examples where they differ by hours or days?
It takes some time
ok, if you have some examples of Payout objects po_xxxx where you say there's a large difference between the created field on that object and the created field on the corresponding payout.created event, then please share them and we can have a look.
sorry guys! we actually found the problem
and thank you!