gdrive-copy icon indicating copy to clipboard operation
gdrive-copy copied to clipboard

How to set timezone manually in your code??

Open newbieh4cker opened this issue 4 years ago • 3 comments

I would like to change timezone. but how??

newbieh4cker avatar Aug 11 '20 01:08 newbieh4cker

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??

newbieh4cker avatar Aug 11 '20 02:08 newbieh4cker

changing 'timeZone' setting in 'appsscript.json' and 'dist/appsscript.json' doesn't help either

newbieh4cker avatar Aug 11 '20 02:08 newbieh4cker

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

ericyd avatar Aug 11 '20 19:08 ericyd