Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.8k views
in Technique[技术] by (71.8m points)

WooCommerce Rest API - Get Orders using after and before parameters in UTC format, returns orders in local timezone

I'm calling the GET statement for WooCommerce Order API, and to limit the result set I'm always using before and after parameters.

However, even if the given dates are ISO8601 compliant and with Z to signal it's UTC, API is still returning as if the date parameters are in local timezone:

API GET Statement URL:

[siteurl]/wp-json/wc/v2/orders?after=2021-01-12 12:15:15Z&before=2021-01-12 12:15:17Z

Postman response

The order I got as a result has this for date_created:

"date_created": "2021-01-12T12:15:16",
"date_created_gmt": "2021-01-12T17:15:16",

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...