DateTime Error

This looks like a "library not ready for Arduino 1.0" problem.

Does it work better if you add:

#include "Arduino.h"

…to the top of the program?

-br