Colaorom Posted May 25, 2022 Share Posted May 25, 2022 For the API Retrieve all orders: GET https://api.squarespace.com/{api-version}/commerce/orders?modifiedAfter={a-datetime}&modifiedBefore={b-datetime} How should I manage the timestamp? In the document, it say YYYY-MM-DDThh:mm:ss.sZ. But what dose .sZ means? Our facility is in timezone +1 (Stockholm). For example, is then 2022-05-25T12:00:00+1000 correct? Link to comment
creedon Posted May 25, 2022 Share Posted May 25, 2022 The date format appears to be in Java SimpleDateFormat. Quote But what dose .sZ means? From the document it appears to mean period seconds time zone. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment