Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-13 11:04:05 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-13 12:14:37 +0300
commit461737d0b4177ec0f7261e6ba18d4140e4f79022 (patch)
tree2046455686effb85a31482096c1e200b70b6da9e /src/gui/protocolitem.h
parent58178ae7ba9bab4521a34c885bb1ff85203f7293 (diff)
Display the local time not utc time
Copying to clipboard will still display utc time (raw data) Fixes: #9006
Diffstat (limited to 'src/gui/protocolitem.h')
-rw-r--r--src/gui/protocolitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/protocolitem.h b/src/gui/protocolitem.h
index 144b5e38e..9f7cc1956 100644
--- a/src/gui/protocolitem.h
+++ b/src/gui/protocolitem.h
@@ -34,6 +34,9 @@ public:
Folder *folder() const;
+ /**
+ * UTC Time
+ */
QDateTime timestamp() const;
qint64 size() const;