kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Delivery
MIT License
32 stars 41 forks source link

Add DisplayTimezone converter atttribute #353

Closed milan009 closed 1 year ago

milan009 commented 1 year ago

Motivation - sanity check review

Implementing DateTimeElement DisplayTimezone support through a DisplayTimzoneConverterAttribute that can be used to decorate fields in DAPI models. Related to changes in model generators PR.

Inspiration taken from PropertyValueConverters in SDK tests. Implemented converter that maps TZ value from DateTime element into a property in model that is decorated with target element codename and the converter attribute.

I can add more context on demand in person

Checklist

How to test

Check that: