Exemplo n.º 1
0
 /**
  * Time formatting. Format represents a string name of a format.
  *
  * @param integer Unix timestamp to format
  * @param string  Named format (name options TBD)
  *
  * @return string
  */
 public static function time($timestamp, $format = null)
 {
     return XenForo_Locale::time($timestamp, $format, self::$_language);
 }