Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
exported files --> wrong timestamp

When I export a file (eg downloading an .stl) I notice that the file has a timestamp 5 hours in the future. In other words it seems to be referenced to GMT + 0. Can that be changed?
Tagged:
1
Answers
it's the internet.
The time needs to be computed at the client not the server. Your server is more than likely 5 hours different than you. Most internet programs will report back the server time. The client has to pass your time back to the server to get your real time and most people don't hassle with the client's time.
What' time is it? There's not an easy answer on the internet.
Or we can just adopt Alan Jackson/Jimmy Buffet's line: "It's 5 o'clock somewhere..."
I noticed this problem on OS X.
I just asked my server what time it was. It's in San Francisco and I'm in San Diego, luckily the time was correct.
When I write cloud code, I send the client's time back to the server in the initiation of the web page. This means the correct time for me is the user's time. Is this right?
It's not critical but it sure is weird.
Where are you in the world? Is the time on your computer correct? Is the time zone correct in your system settings?
@john_rousseau FYI
OK, this is interesting. It's 11:33 am here in Massachusetts.
Is the .zip compression happening on a different server that is set to GMT + 0 ?
This will be the same behavior as any other zip file you get from another source. Looking up the ZIP spec, I see:
I don't think there is much we are going to be able to do about this. Sorry for the hassle. I don't think artificially changing the timestamp to be in the past for all users would be an improvement.