[SceneItem] time

更新时间:
复制 MD 格式

Time information for different time zones.

Parameter structure

Field

Is empty

Description

Example

title

No, it is not.

The title.

Tokyo time

targetTimeZone

No

The target time zone.

Asia/Tokyo

targetTimeMillisecond

No

The target time in milliseconds.

1733999009797

targetTime

No.

The target time.

2024-12-12 18:23:29

beijingTimeZone

No

The Beijing time zone.

PRC

beijingTimeMillisecond

Yes

The Beijing time in milliseconds.

1733995409797

Example

Request

query: Tokyo time

Returns

{
    "title": "Tokyo time",
    "targetTimeZone": "Asia/Tokyo",
    "targetTimeMillisecond": "1741867198071",
    "targetTime": "2025-03-13 19:59:58",
    "beijingTimeZone": "PRC",
    "beijingTimeMillisecond": "1741863598071"
}