I am importing an ISO date and time into a date field in a Commerce Module project type. These dates and times are displayed in a view. When the data is first imported it shows the current time, not the time of the data. If I keep refreshing the time updates. But if I re-save the product and refresh the view it begins to render the correct date as is in the data.

I think my problem is that I am importing it as ISO (2013-04-16 12:24:43) with a space instead of a T (2013-04-16 12:24:43) because I could not figure out how to create a custom date format with a 'T' in it without it. When I resave the node, the system adds a T to the raw data.