Time Library added to Playground

The time library relies on the Arduino millis timer which services an interrupt every millisecond. This means it will not work in low power mode.

For an application that needs to wake up once or twice a day you would probably need to use a low power Real Time Clock that generated an interrupt that would wake up the Arduino when it needed to log something. Have a look in the playground to see if anyone has published an RTC application that does something like this.