Best practice forum (Archived)

RPL have imported with strangely incorrect dates

 
Ciaran Irvine (Core Developer)
Re: RPL have imported with strangely incorrect dates
by Ciaran Irvine (Core Developer) - Monday, 30 December 2013, 4:07 PM
 

Nah that table just holds the raw data that was read from the CSV file. It is then processed and put into the appropriate course, plan, program completion tables. The dates are all converted to Unix timestamps in those tables, and it's the processing of the dates that went wrong as the code was attempting to process 2/1/2013 as Jan 2nd, not Feb 1st as you intended.