[TYPO3-mvc] TYPO3 (TSFE) uses config.locale_all, fluid does not
Steffen Ritter
info at rs-websystems.de
Fri Aug 6 08:59:21 CEST 2010
Am 06.08.2010 08:54, schrieb Steffen Ritter:
> Hey folks,
> I currently stumbled over strange behaviour:
> My Dates I'm rendering with "format.date" write: 27. July 2010
> Rendering the same timestamp via TS results to 27. Juli 2010.
>
OK: I will answer myself...
Fluid ViewHelper uses DateTime::format(), according to Notes at [1]
this does not respect locales, date should be used.
Therefore this is a bug based on missing feature in php.
[1] http://www.php.net/manual/en/datetime.format.php
More information about the TYPO3-project-typo3v4mvc
mailing list