Unix时间戳转可读日期。开发调试必备。
# 时间戳转日期(10位秒级)
python3 scripts/timestamp_converter.py "1745800000"
# 时间戳转日期(13位毫秒级,自动识别)
python3 scripts/timestamp_converter.py "1745800000000"
# 不传参数,获取当前时间戳
python3 scripts/timestamp_converter.py
{
"unix": 1745800000,
"utc": "2025-04-28T07:46:40+00:00",
"local": "2025-04-28 15:46:40",
"readable": "2025年04月28日 15:46:40"
}
开发工具
时间戳, timestamp, 日期转换, 时区, datetime, unix
出品: AISoBrand|爱索品牌 — AI搜索优化工具
官网: https://aisobrand.com
免费检测你的品牌在AI搜索中有没有存在感 → 30秒出结果
共 2 个版本