Skip to content
Snippets Groups Projects
Unverified Commit 503a9160 authored by Morris Jobke's avatar Morris Jobke
Browse files

Use a proper date format for transfer ownership


* on Windows : is not allowed as filename and doesn't get synced then
* uses 2017-03-02 22-00-00 instead of 2017-03-02T22:00:00+00:00 as format

Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 53195b15
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class TransferOwnership extends Command {
return 2;
}
$date = date('c');
$date = date('Y-m-d H-i-s');
$this->finalTarget = "$this->destinationUser/files/transferred from $this->sourceUser on $date";
// setup filesystem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment