Alpha I would love to hear what you find out. I am trying to eliminate Time.h from my project because It keeps causing so many bizarre problems.
All I need to do is the following, Anyone know of a way to do it without a library?
char cTime[22];
sprintf(cTime, "%04d%02d%02d:%02d%02d%02d", year(), month(), day(), hour(), minute(), second());
Thanks for you help.