I would like to use time functions from the EWL. All of the fucntions in time.h are based on time in seconds since a certain date. I would like to use the microcontroller RTC interrupt to generate the time in seconds. I cannot find anything which lest me pass in the time seconds to the time functions.
Thanks. That's was helpful ! My problem turned out that when I used the EWL there are multiple files which get included automatically that redefine the flags used by EWL for truing on and off time support. I would hope this would only be included in time.h.