electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Time and Date #104

Open scadascope opened 3 years ago

scadascope commented 3 years ago

I have the spreadsheet and GS App location set to Australia but continue to get UTC timestamps for updates - have tried altering these lines "CST" to "GMT+10" without a result - any suggestions? var date_now = Utilities.formatDate(new Date(), "CST", "yyyy/MM/dd"); // gets the current date var time_now = Utilities.formatDate(new Date(), "CST", "hh:mm:ss a"); // gets the current time BTW - great project :)

github-actions[bot] commented 3 years ago

Welcome to HTTPSRedirect! Please provide enough info to debug the issue.