> > > > > We are passing in the timestamp (slightly different format, however still > correct as we also adjusted the format-string). When building locally, the > timestamp is exactly as the timestamp string tells the compiler. On the CI > however there’s this 60 minute offset. I have explicitly set the time-zone > wherever I found time-zone relevant code to UTC (Which is the general best > practice for date stuff). However the offset didn’t change. So I am > completely out of ideas what could be causing this. If it really is the > Summertime in the US, well I don’t know how to fix it (perhaps setup a rule > to not release in this time). >
Thanks for all the hard work. It is really appreciated! Dumb question - have you tried setting the computer date/time manually on the server to match what you have? Just see if the problem goes away? Thanks, Om