SQL Server 2008 introduced new data type datetimeoffset which stores local time and offset between local time and UTC. But when a table containing datetimeoffset column is added to Crystal Reports 2008, the datetimeoffset column is exposed as string in CR Field Explorer rather than DateTime. Is there a way to manipulate datetimeoffset to get the date, time and offset values in CR 2008 other than string conversion? Is there a DateTimeOffset data type in CR 2010?
Sample of datetimeoffset string as displayed in CR 2008:
2009-08-14 16:37:32.0000000 +07:00