Odd Issue of Date Changing in Script Output

Showing 1-2 of 2 messages
Odd Issue of Date Changing in Script Output Brian McNamara 11/3/11 12:58 PM I've written a Google Apps script to automate a workflow (approving room comp requests at a hotel).  The script, by and large, seems to be functioning as expected.  There is a function in the script that runs on an automated schedule (time based, not
Re: Odd Issue of Date Changing in Script Output Henrique Abreu 11/16/11 3:19 AM It may be a timezone problem indeed. Check your spreadsheet settings (under the File menu) and also the script settings (although it should not be taken into account if your using formatDate). In your format date, you're using EST, that is not very g