时间戳转换
Unix时间戳与日期时间互转
GET
https://www.pa95.com/API/timestamp_convert.php
请求方式
GET
返回格式
application/json
调用方式
免费公开
调用次数
12 次
请求示例
https://www.pa95.com/API/timestamp_convert.php?timestamp=1700000000
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| timestamp | int | 可选 | Unix时间戳,默认当前时间 |
返回示例
{
"code": 200,
"data": {
"timestamp": 1700000000,
"datetime": "2023-11-15 06:13:20"
}
}
在线调试
相关接口