We are pulling orders from Shopify using Shopify’s Order API.
When inspecting the JSON, we see that orders that are from today have a “created_at” date of tomorrow.
For example, one order has this date in the JSON we pull from the API: 2022-05-10 23:31:44
And this is the date we getting when looking at the order thru Shopify’s backend: May 9, 2022 at 6:31 am
Any clues on what is going on?
Thanks in advance!