Time Zone And Email SettingsShow Utc Offset For Time Property
If true, extracted text date/times for emails, appointments, tasks, journal objects, etc., are outputted with UTC offset.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool ShowUtcOffsetForTime { get; set; }Property Value
BooleanRemarks
Note: this property setting is ignored if property EmailDateTimeFormat is set to RFC1123, as this date/time format always expresses time as Coordinated Universal Time (UTC).
If ShowUtcOffsetForTimeText is true, the time zone converted date/times for emails, appointments, tasks, journal objects, etc., have the following output format:
"5/18/2017 1:30 AM UTC-0:700" (with property EmailDateTimeFormat set to MonthDayYearTime)
If false, date/times have the following output format:
"5/18/2017 1:30 AM" (with property EmailDateTimeFormat set to MonthDayYearTime)
Default property value: MonthDayYearTime