apparently it has been fixed, but can find the latest bin firmware
https://github.com/nodemcu/nodemcu-firmware/issues/314
so i am using the advice from the link above for making my own timestamp.
However, made me think of an issue, when do the integers "flip" when it gets too large and goes to 0 or goes negative or soemething crazy like that. Is there a way to check for when it happens, I want to leave my module running unattended.
Thanks