Core & system · BUILT-IN MODULE
datetime
UTC date/time text and timestamp helpers.
Quick start
use datetime
say datetime.now
ts = datetime.timestamp
say datetime.from_timestamp tsAPI reference
datetime.nowCurrent UTC ISO timestamp.
目前 UTC ISO 時間字串。
datetime.timestampCurrent Unix timestamp.
目前 Unix timestamp。
datetime.from_timestamp timestampConvert timestamp to UTC ISO Text.
轉換 timestamp to UTC ISO Text.
datetime.format timestamp formatFormat a timestamp.
格式化 a timestamp.
datetime.add_seconds timestamp secondsAdd seconds to a timestamp.
加入 seconds to a timestamp.