asctime
asctime(
t?:StructTime):string
Defined in: packages/pythonlib/src/time.ts:498
Convert a StructTime to a string in the format: “Dow Mon dd hh:mm:ss yyyy”
Parameters
| Parameter | Type | Description |
|---|---|---|
t? | StructTime | StructTime object (defaults to current local time) |
Returns
string
Formatted time string