Skip to content

❤️ 获取国际时间

使用请求库请求即可获取联网的国际时间

json
{
    "utc_offset": "+01:00",
    "timezone": "Europe/London",
    "day_of_week": 2,
    "day_of_year": 182,
    "datetime": "2025-07-01T09:31:37.512193+01:00",
    "utc_datetime": "2025-07-01T08:31:37.512193+00:00",
    "unixtime": 1751358697,
    "raw_offset": 0,
    "week_number": 27,
    "dst": true,
    "abbreviation": "BST",
    "dst_offset": 3600,
    "dst_from": "2025-03-30T01:00:00+00:00",
    "dst_until": "2025-10-26T01:00:00+00:00",
    "client_ip": "54.238.6.110"
}

❤️ 节假日接口