[TYPO3-dev] Time issues - a proposal

Franz Koch typo.removeformessage at fx-graefix.de
Sat Oct 27 11:04:18 CEST 2007


Hi,

> I want to introduce a new variable to be used for access control. It 
> drops the seconds from the current time as access control doesn't use 
> seconds. The point is to give Mysql the chance to cache the query, which 
>  is nearly impossible with clauses like "endtime > 
> $GLOBALS['SIM_EXEC_TIME']".
> 
> $ACCESS_TIME = $EXEC_TIME - ($EXEC_TIME % 60);
> $SIM_ACCESS_TIME = $SIM_ACCESS_TIME;

+1 for that

> And I want a new option to store all timestamps in UTC/GMT. Therefor 
> t3lib_div gets two new functions.

As much as I know the developers of 'cal' tried to find a solution for 
that. Maybe you might get in contact with them.

--
Greetings,
Franz Koch




More information about the TYPO3-dev mailing list