gdrive-copy
gdrive-copy copied to clipboard
How to set timezone manually in your code??
I would like to change timezone. but how??
i found every gmt string in code using grep -Ri "GMT-7" *
and change the content from "GMT-7" to "GMT+4" <- it is my local timezone.
the result is weird.
time for normal message (like copy staus 'copied') was still using 'GMT-7' but time for log message ('due to google drive quota~~') was using 'GMT+4'
how could it happen??
changing 'timeZone' setting in 'appsscript.json' and 'dist/appsscript.json' doesn't help either
I'm not sure, it's possible that it's pulling it from my account due to the fact that I'm the owner of the script. Sorry for the inconvenience