-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
First, I'm not sure if this is a core problem or a client (Windows) problem. I put it here since it's the same problem as issue #1897 (closed because it needed info).
Expected behaviour
The creation date of a folder should be the same in every computer after syncing.
Actual behaviour
After syncing, the date of a folder is different in each computer.
Steps to reproduce
- Create a new folder in a computer (let's say at 9:00). Sync ownCloud.
- Later, in another computer, sync ownCloud. It will create the folder of step 1 but it won't set its creation date to be the same as that folder. I'd expect it to be 9:00, but it will have the current time.
Server configuration
Raspberry Pi running ownCloud with "version":"6.0.0.16" and "versionstring":"6.0.1".
Database: SQlite.
PHP version: 5.4.4
Updated from an older ownCloud or fresh install: fresh install
Client configuration
One computer: Windows 7 64 bits
Another one: Windows XP 32 bits (problem happens with both of them).
Client: ownCloud for Windows (obviously :)) v.1.5.0 (build 1913).
Hope you can have a look at this, at least to see if it's reproduceable. Thanks for your time!