blueloveTH c5858b95db ...
2023-09-06 23:44:18 +08:00

16 lines
315 B
Markdown

---
icon: package
label: time
---
### `time.time()`
Returns the current time in seconds since the epoch as a floating point number.
### `time.sleep(secs)`
Suspend execution of the calling thread for the given number of seconds.
### `time.localtime()`
Returns the current struct time as a `struct_time` object.