electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Example for append date and time in google sheet using version 2.1 of httpsredirect #35

Closed awaisnajam closed 7 years ago

awaisnajam commented 7 years ago

Hi Sujay,

Can you please add an example of append date and time in google sheet with different GMT settings using version 2.1 of httpsredirect?

Thanking you in advance.

Regards, Awais

electronicsguy commented 7 years ago

Hi, You can do that easily at the application layer. Collect the current date time, convert it into a string and use that as the payload to write to a row using the example.

This link will explain how to get date/time on esp8266: date-time