Safe to assume that all Stripe API dates are in UTC?
2,317 views
Skip to first unread message
Dave Rapin
unread,
Aug 28, 2017, 10:32:55 AM8/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Stripe API Discussion
For example in the payout object, is "arrival_date" in UTC?
I've been assuming so since these are ints and don't contain timezone data, but I figured I should check just in case they are stored based on the accounts timezone preference.
Matthew Arkin
unread,
Aug 28, 2017, 10:37:33 AM8/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to api-d...@lists.stripe.com
All dates/times are Unix timestamps which by definition is utc
For example in the payout object, is "arrival_date" in UTC?
I've been assuming so since these are ints and don't contain timezone data, but I figured I should check just in case they are stored based on the accounts timezone preference.