Ejemplo n.º 1
0
 public static function format_timestamp($ts, $fmt = null)
 {
     if (is_null($fmt)) {
         $fmt = static::API_DATETIME_FORMAT;
     }
     return HD::format_timestamp($ts, $fmt);
 }