Hi All,
I have a query regarding datetime conversion in SSIS.
I have a XML feed which is being generated from another system. It has a XML element with value in the format " 2012-11-29T19:22:00-05:00 "
When this XML feed is imported into the MS-SQL using SSIS XML Source task, the value gets converted and is stored as " 30-11-2012 05:52:00 " . Not sure how the conversion happens.
Same for other values too.
" 2013-02-11T11:13:32-05:00 " gets converted to " 11-02-2013 21:43:32 "