There are several ways to retrieve the request time in Tuleap:
$request->getTime()
$_SERVER['REQUEST_TIME']
RequestTime::getTimestamp()
For the sake of consistency, we should keep only one way. RequestTime::getTimestamp() is the safest because it does not trust that the global array $_SERVER contains 'REQUEST_TIME' key.