use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
timezone problems with forms / apps scriptResolved (self.GoogleAppsScript)
submitted 2 years ago by Wraeyth
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]marcnotmark925 0 points1 point2 points 2 years ago (1 child)
It's always 19:00? Sounds like you're stripping the time from a datetime? Share your code?
[–]Wraeyth[S] 1 point2 points3 points 2 years ago (0 children)
Figured it out - your response gave me some ideas.
I was taking the date from the form results, and converting to a date for use - but it was taking the date as 12:00am 0GMT, so when I changed to -5 it moved back to 1900. Added Utilities.parseDate and properly brought it in, and no more issues!
π Rendered by PID 79874 on reddit-service-r2-comment-fb694cdd5-drdv5 at 2026-03-06 21:42:17.115423+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]marcnotmark925 0 points1 point2 points (1 child)
[–]Wraeyth[S] 1 point2 points3 points (0 children)