Actions
Bug #15476
closedPlain timestamps in "Web" > "List"?
Start date:
2006-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you select
"Web" > "List" > "a page" > "List only this table" and "Set fields" [tstamp] + [crdate]"
the timestamps are shown in plain values. Prior 4.0 the values were formated date values.
Same for tt_content-records + [tstamp].
Info Module shows "correct" formated values.
$TYPO3_CONF_VARS['SYS']['ddmmyy'] = 'j.m.y';
and
$TYPO3_CONF_VARS['SYS']['hhmm'] = 'H:i';
are ignored.
(issue imported from #M2347)
Files
Updated by Stefano Cecere almost 19 years ago
i can confirm it (4.0 beta 2), worked in 3.8.1
Updated by Peter Niederlag almost 19 years ago
I guess this is due to some changes that took place on the return value in
recordList->linkUrlMail () from file typo3/class.db_list.inc
Dont knwo what is going on there, mybe mr.stucki knows about it better.
Updated by Michael Stucki almost 19 years ago
The attached patch fixes the problem.
Actions