Пример #1
0
 /**
  * Like distance_of_time_in_words, but where <tt>to_time</tt> is fixed to <tt>timestamp()</tt>.
  */
 static function time_ago_in_words($from_time, $include_seconds = false)
 {
     return AkDateHelper::distance_of_time_in_words($from_time, Ak::time(), $include_seconds);
 }