Tagged Questions
1
vote
3answers
1k views
How to decompose unix time in C
This seems like something no one should ever have to do, but I'm working on a kernel module for an embedded system (OpenWRT) in which it seems that time.h does include the timespec and time_t types, ...