Hello All,
My machine is (UTC + 5.30) time zone.
Below are the data which comes from a XML file and these values are inserted into the SQL server table with datetime as datatype field.
1. 2011-02-16T08:03:10-05:00 gets converted to 16-02-2011 17:49:16
2. 2011-03-29T04:53:29-04:00 gets converted to 29-03-2011 14:22:42
Can anyone tell me how are the conversions happening.