I am working on a microcontroller with a primitive standard library, and I need to convert the calendar structure to a temporary offset-from-epoch and vice versa, ala struct tm↔ time_t. There is no built-in function for this.
Can someone call me a decent implementation, which is licensed with open source code, can be used in proprietary software? (i.e. without LGPL / GPL)
I might be able to write one on my own, but decided that I should see if I could start.
source
share