Searched refs:_bt_strtotime (Results 1 – 1 of 1) sorted by relevance
177 return ($t < $this->_bt_strtotime($b['value'], $t)); break;181 return ($t > $this->_bt_strtotime($b['value'], $t)); break;184 return ($t <= $this->_bt_strtotime($b['value'], $t)); break;187 return ($t >= $this->_bt_strtotime($b['value'], $t)); break;193 function _bt_strtotime($value, $default) { function in condition_plugin_base_tester