Core & system · BUILT-IN MODULE

datetime

UTC date/time text and timestamp helpers.

Quick start

use datetime
use datetime

say datetime.now
ts = datetime.timestamp
say datetime.from_timestamp ts

API reference

datetime.now

Current UTC ISO timestamp.

目前 UTC ISO 時間字串。
datetime.timestamp

Current Unix timestamp.

目前 Unix timestamp。
datetime.from_timestamp timestamp

Convert timestamp to UTC ISO Text.

轉換 timestamp to UTC ISO Text.
datetime.format timestamp format

Format a timestamp.

格式化 a timestamp.
datetime.add_seconds timestamp seconds

Add seconds to a timestamp.

加入 seconds to a timestamp.