RE: InvariantCulture and DateTime.ToString()

Hey Omar, regarding this entry... Your comments are closed so I thought I'd let the trackback do the talking. I just wanted to say I have been bitten by this kind of thing before as well. This would work too.

get
{
return DateUtc.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture) + ".dayfeedback.xml";
}