segment-boneyard / analytics-magento

[DEPRECATED] The hassle-free way to integrate analytics into any Magento store.
15 stars 19 forks source link

change dates to ISO standard that uses a "T" #54

Closed astorm closed 10 years ago

astorm commented 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.

astorm commented 10 years ago

We're going to go with the const string ISO8601 = "Y-m-d\TH:i:sO" ; PHP date constant on this one

astorm commented 10 years ago

Created a central place to normalize dates to ISO standards for Products, Orders, Reviews, and Customers/Users