strftimestrftime(
[format
[,
timestamp
]])
Format timestamp
according to format
. Return the formatted string. The timestamp
is a time-of-day value in seconds since midnight, January 1, 1970, UTC. The format
string is similar to that of |
|