ahausladen / JsonDataObjects

JSON parser for Delphi 2009 and newer
MIT License
413 stars 160 forks source link

Added ability to ignore timezone #34

Closed erayhanoglu closed 7 years ago

erayhanoglu commented 7 years ago

Added new configuration record "JsonDeserializationConfig" for deserializing operations. Timeozone information will be ignored and remote time value will be used when JsonDeserializationConfig.IgnoreTimezone variable set to True.