I've attempted to upload an image via the Manage Manager at exactly 16:45
BST (British Summer Time) on my localhost.
Once uploaded, I checked the Date Created
value shown in the Media Manager, which is displaying 15:45
(1 hour before).
I then went to the Global Configuration and change the website timezone to London
, which in turn then shown an upload time of 17:45
Labels |
Added:
?
|
Do you get the exact same time when you create an article?
It still valid issue.
It happen because we do not use DB, but Filesystem time which is unix timestamp, and then transform it to timezone in Joomla.
And becauase: unix timestamps do not handle timezones, we get incorrect result (see warning).
joomla-cms/plugins/filesystem/local/src/Adapter/LocalAdapter.php
Lines 322 to 323 in f520c98
joomla-cms/plugins/filesystem/local/src/Adapter/LocalAdapter.php
Lines 336 to 340 in f520c98
Labels |
Added:
No Code Attached Yet
bug
Removed: ? |
confirmed. I have uploaded a file ar 21:29 - tmezone berlin - and see 23:49.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29134.