JVCL Help:TJvCsvDataSet.TimeZoneCorrection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCsvDataSet.TimeZoneCorrection Property
[+] TJvCsvDataSet Events
[+] TJvCsvDataSet Properties
Search in JVCL Help
Search in all projectsSummary
TimeZone Correction. Set to Zero to assume everyone is using UTC.
Pascal
propertyTimeZoneCorrection: Integer;
Description
If you are using data sets from multiple different time zones, you need to put the timezone correction data into the TimeZoneCorrection property. If all your TIME_T timestamps are in UTC (Greenwich Mean Time), then you should leave this property set to zero. This property has NO effect on ASCII datetime fields, which are assumed to be using the local timezone (as set up in your operating system's timezone configuration).
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page