#weretaco-time-zone
1 messages · Page 1 of 1 (latest)
dashboard for account is setup with the right timezone, so all the transactions there show up in correct local timezone
Hi there! Good question... I'm not sure if this is customizable or if we always default to UTC for the receipt. Let me do some digging and I'll circle back
Hi 👋 I'm stepping in for @smoky oracle .
We do have a timezone setting in the Account object (using the API). https://stripe.com/docs/api/accounts/object#account_object-settings-dashboard-timezone
this should reflect on the receipt? the dashboard already shows the correct timezone for the payments, but the receipt looks to be in UTC
since i believe during setup the connect account sets up using the platform or currently logged in account timezone
That is because, I think, we reconcile on UTC
which makes sense for everything until we're customer facing in which case I believe local time would be more appropriate. for example when my app searches for payments for a date, i convert their inputted search range into UTC to line it up
Unfortunately I cannot find any information or settings about modifying invoice timezones.