node-google-spreadsheet icon indicating copy to clipboard operation
node-google-spreadsheet copied to clipboard

Insert Datetime value with timezone

Open baptisteArno opened this issue 2 years ago • 1 comments

I have several users from different time zones.

Currently, my server script is sending: date.toUTCString() to the spreadsheet but it will add a cell with the timezone of my server.

Is there a way to directly send the Date so that it will be formatted with the spreadsheet viewer timezone?

baptisteArno avatar Sep 14 '21 07:09 baptisteArno

I'm really not sure, but I don't think google sheets has great support for this. If you can figure out how to handle this in the raw google sheets api, then I'm sure we can add support if something is missing on this end.

theoephraim avatar Nov 06 '21 14:11 theoephraim

combining into #630

theoephraim avatar Jun 27 '23 07:06 theoephraim