Closed daniel-herrgott closed 2 weeks ago
Time zone handling when wrapped:
The primary sources are by executing the following commands:
net time zone -S <host>
data +%z
Please try the previously provided commands to see what your system returns. Also make sure that you aren't restricting exec/system calls from PHP (e.g. via disabled_functions).
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.
⚠️ This issue respects the following points: ⚠️
Bug description
When uploading files to an external storage which is attached to nextcloud the modified date is in the future. We are running Nextcloud Hub 3 (25.0.2) on Debian 11 with smbclient. The external storage is SMB/CIFS. Uploading files using the smbclient from shell does not set the modified date to the future. Since Debian is super stable when no non-debian sources are used, we would like to avoid to install php-smbclient and don't really consider this to be an option.
Steps to reproduce
Expected behavior
The expected behavior is to have the correct modified date.
Installation method
Community Web installer on a VPS or web space
Operating system
Debian/Ubuntu
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response