Bug #92962
closedNative time in record list is displayed in local timezone
100%
Description
A native time in the record list title is displayed in the current timezone.
However we expect no timezone conversion on native time.
Prerequisites¶
- server / php timezone !== UTC (e.g. Asia/Shanghai)
- tested with cc85324731 [master], 10.4, (probably also 9.5)
TCA configuration:
'ctrl' => [
'label' => 'mytime',
],
'columns' => [
'mytime' => [
'label' => 'mytime',
'config' => [
'type' => 'input',
'renderType' => 'inputDateTime',
'dbType' => 'time',
'eval' => 'time,null',
],
],
]
Steps to reproduce¶
- Create a record with
01:03
- View records in the list module
Actual value¶
17:03
Expected value¶
01:03
- (no timezone conversion should happen)
Updated by Imko Schumacher almost 4 years ago
- Subject changed from Native time (independent form tz) in record list is displayed in local timezone to Native time in record list is displayed in local timezone
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66953
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66953
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66953
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72113
Updated by Imko Schumacher about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3d61bfb741a9057745780e260a043c8730923590.