Skip to content

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

ParameterTypeDescription
t?StructTimeStructTime object (defaults to current local time)

Returns

string

Formatted time string