aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller
diff options
context:
space:
mode:
authorfenn-cs <fenn25.fn@gmail.com>2024-05-31 14:32:19 +0100
committerfenn-cs <fenn25.fn@gmail.com>2024-07-01 13:53:18 +0100
commit6136112be160cc04b0a165e777f5f1cec12ac65c (patch)
tree1516157026122f8904e4e09e0f608b17b22598dd /apps/files_sharing/lib/Controller
parentbeececf66068f57c416225efcde9b44ce5c2e835 (diff)
downloadnextcloud-server-6136112be160cc04b0a165e777f5f1cec12ac65c.tar.gz
nextcloud-server-6136112be160cc04b0a165e777f5f1cec12ac65c.zip
docs(ShareApiController): Correct note about expiry date timezone
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Diffstat (limited to 'apps/files_sharing/lib/Controller')
-rw-r--r--apps/files_sharing/lib/Controller/ShareAPIController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php
index fb03d94ac0f..dd2df96bd19 100644
--- a/apps/files_sharing/lib/Controller/ShareAPIController.php
+++ b/apps/files_sharing/lib/Controller/ShareAPIController.php
@@ -512,7 +512,7 @@ class ShareAPIController extends OCSController {
* @param string $publicUpload If public uploading is allowed
* @param string $password Password for the share
* @param string|null $sendPasswordByTalk Send the password for the share over Talk
- * @param ?string $expireDate The expiry date of the share in the user's timezone (UTC) at 00:00.
+ * @param ?string $expireDate The expiry date of the share in the user's timezone at 00:00.
* If $expireDate is not supplied or set to `null`, the system default will be used.
* @param string $note Note for the share
* @param string $label Label for the share (only used in link and email)