Date shift
Posted: 04 March 2010 09:15 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  1
Joined  2010-03-04

I recently imported data using the date= parameter.

The date in the CSV file is 2010-01-31, but when I view the entry in EE, the date is 2010-01-30 12:00PM.

Any idea why the date is shifted to the previous day?

Can I include the time within the date= parameter, or am I limited to the date only?

Thanks,
P

Profile
 
 
Posted: 09 March 2010 10:58 AM   [ Ignore ]   [ # 1 ]  
Administrator
RankRankRankRank
Total Posts:  151
Joined  2006-04-12

Hi,

This is an issue I’ve not got to the bottom of. At the moment you are restricted to just date, but there is an offset parameter that offsets the date in seconds, eg:

offset="86400" 

would offset the date by 24 hours (24hrs x 60mins x 60seconds)

That might help for now.

Andrew

Profile