Closed astorm closed 10 years ago
Looks like the created_at dates for the identify calls are missing the T in the ISO date format of the string. Wherever there are dates we probably need to make this change.
We're going to go with the const string ISO8601 = "Y-m-d\TH:i:sO" ; PHP date constant on this one
const string ISO8601 = "Y-m-d\TH:i:sO" ;
Created a central place to normalize dates to ISO standards for Products, Orders, Reviews, and Customers/Users