Actions
Feature #21266
closedAdd stdWrap date/strftime with GMT format property
Start date:
2009-10-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
when dealing with timestamps in TS that are stored in UTC it's not possible to display them in local time.
I can use
10 = TEXT
10.field = tstamp
10.date = d.m.Y H:i
but this displays the wrong local time.
Solution: add gmdate
10 = TEXT
10.field = tstamp
10.gmdate = d.m.Y H:i
(issue imported from #M12229)
Files
Actions