I need to keep my local file and dropbox file in sync, so I want them to have the same timestamp.
So I have a file with timestamp displayed in Internet Explorer of:
22/06/2018 13:05:28
So when I upload it, I use the ClientModified field and set it to:
2018-6-22T13:5:28Z
I can browse the file in the dropbox app and in there it also displays 22/06/2018 13:05:28
So far so good... my local file and and the dropbox file match when looked at in explorer/dropbox windows.
When I download the file from dropbox and check the ClientModified field it says
2018-06-22T12:05:28Z
Exactly 1 hour out...Any ideas why that is and how I get around it?
Could it be related to the the fact my I am in the UK and we are currently in BST, exactly 1 hour ahead of GMT?
Thanks