nextcloud-server/lib
Ferdinand Thiessen 13467cbdbc
fix(Streamer): use localtime for ZIP files
ZIP does not use a proper timestamp but uses something called "DOS time".
This is a weird old format with some limitations like accuracy of only
2 seconds, but also no timezone information.
Also unline UNIX time it is not relative to some specific point in time
with timezone information, but is always considered to be the local
time. Meaning we need to convert it first to the users local time.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-14 15:26:26 +02:00
..
composer Merge pull request #55299 from nextcloud/backport/55259/stable31 2025-10-01 10:22:14 +02:00
l10n fix(l10n): Update translations from Transifex 2025-10-14 00:12:37 +00:00
private fix(Streamer): use localtime for ZIP files 2025-10-14 15:26:26 +02:00
public feat(Share\IManager): add matchUserId method and update docs 2025-10-13 16:12:22 +02:00
unstable
autoloader.php
base.php
versioncheck.php