Is there a way to include time.h from the C:\Users\Greg\AppData\Roaming\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\include folder?
I am trying to use localtime( ) and strftime( ) to get Date and Time from UNIX time that was obtained from NTP time server.
Is there another function(s) that I can use to get the Date?
Thanks,
Greg