[TYPO3-dev] RFC: Change roadmap for 4.5 and 5.0
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Tue Apr 11 15:47:45 CEST 2006
Ries van Twisk schrieb:
> That's not what he ment....
> He means that out of a unix timestamp it's hard to pick all thuesdays..
> You need to do that in PHP
> while in vact that can be done from SQL. Therfe is still a open bug
> about a somular issue in bugtarcker due
> to that we cannot sore timezones properly. So using a real date field is
> the right way to go for future, not int(11)
> (What is int(11) anyways in mysql.... horrible... )
>
The same moment in history can be a sunday or already a monday, depending
on your location.
Do you want to transfor your datetime to greewnich winter time first,
before you can store it? It's easier to make a unix timestamp.
Or do you want to store your localized time together with your timezone?
That is hard to read for somebody from another timezone.
Elmar
More information about the TYPO3-dev
mailing list