Sending old data to ubidots, if the connection is lost

Hi, I was wondering if I lost connection to the internet and stored my temperature data in eeprom, could I send that data stored in eeprom to ubidots with the proper timestamp? Any advice on this would be great, Thank you.
Neil

@npatel023 yes you could use a Rpi with python library.
http://ubidots.com/docs/devices/raspberrypi.html

Best regards,
Metavix

@Metavix Thanks for the reply, I am using a nodemcu at the moment to upload my data. Do you know if it can be done through the nodemcu?

@npatel023 now the library can send the timestamp. For particle or NodeMCU you could do like the example in this link