Pregum

Results 1 comments of Pregum

I had the same problem. In that case, I used the following code. ```ts // https://github.com/Stuk/jszip/issues/369#issuecomment-54620422 const currDate = new Date(); const dateWithOffset = new Date(currDate.getTime() - currDate.getTimezoneOffset() * 60000);...