Esempio n. 1
0
 /**
  * Set the current time. This is very useful for unit tests, etc
  * @Developer brandon
  * @Date May 19, 2010
  */
 public static function set_current_time($time)
 {
     self::$current_time = strtotime($time);
 }