kontent-ai / delivery-sdk-js

Kontent Delivery SDK for Javascript
https://kontent.ai
MIT License
50 stars 34 forks source link

KCL-9696 - deliver js sdk timezone #359

Closed Radimersky closed 1 year ago

Radimersky commented 1 year ago

Motivation

Time zone of date time element is now available in Deliver API. This PR adds the support of time zone for JS SDK. So when user uses this SDK to retrieve DateTime element, the element should contain new property "displayTimeZone". This property is either null or one of time zone ids (see DateTimeInItem: https://kontent.ai/learn/reference/delivery-api/#section/Custom-element).

Issue: KCL-9696

Parrent task: KCL-9687

Contact Marek Radiměřský if needed.

Checklist

How to test

Current tests have been extended. No manual testing is required.

Enngage commented 1 year ago

LGTM, thanks!