The Shopify order API allows the specification of date-based query parameters (e.g. created_at_min). I was wondering what timezone is expected for those dates?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
If you don't provide a timezone Shopify will assume UTC. To make life easier, you can specify a timezone in the request, e.g. N.B: Make sure you URL encode the timestamp before you pass it, otherwise you'll run into issues with some characters ( |
|||
|
|