Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Shopify订单 API允许指定基于日期的查询参数(例如created_at_min)。我想知道这些日期的时区是什么?
created_at_min
如果您不提供时区,Shopify 将采用 UTC。为了让生活更轻松,您可以在请求中指定时区,例如2008-01-10T11:00:00-05:00
2008-01-10T11:00:00-05:00
注意:确保在传递时间戳之前对时间戳进行 URL 编码,否则会遇到某些字符(+特别是)的问题。
+