DateTime SNAFU

time to read 1 min | 74 words

Could someone expalain to me why the following is throwing an exception (between 00:00 - 09:59, that is).

DateTime.ParseExact(
 DateTime.Now.ToString('hmmss', 
  DateTimeFormatInfo.InvariantInfo),
 'hmmss',DateTimeFormatInfo.InvariantInfo )

This is so stupid!