TYPO3 Core and PHP DateTime: Regional Timezone Conversion Consistency
TYPO3 stores timestamps in UTC to maintain database consistency, relying on the Global Configuration timezone setting and PHP's DateTimeZone classes for frontend and backend rendering. While the view helper allows for specific formatting, there is a potential for discrepancy when server-level PHP timezone settings differ from the TYPO3 internal configuration