/**
  * Set the timestamp
  *
  * @access	public
  * @param	int		New timestamp
  * @return	void
  */
 public static function setTimestamp($time)
 {
     self::$timestamp = $time;
 }