转换时间戳为指定格式文本
<ul>
<li>转换时间戳为指定格式文本
<code>CL:GetTimeStrWithFormat(_TimeSec)</code></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">空</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">_TimeSec</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">否</td>
<td>时间戳</td>
</tr>
</tbody>
</table>
<pre><code class="language-lua">--使用示例
CL:GetTimeStrWithFormat(_TimeSec)</code></pre>