ctime
ctime(
secs?:number):string
Defined in: packages/pythonlib/src/time.ts:508
Convert seconds since epoch to a string (equivalent to asctime(localtime(secs)))
Parameters
| Parameter | Type | Description |
|---|---|---|
secs? | number | Seconds since epoch (defaults to current time) |
Returns
string
Formatted time string