Pike programming language

Top System System.TM
Methods
asctime()create()gmtime()localtime()strftime()strptime()unix_time()
Operators
cast()
Members
gmtoffhourisdstmdayminmonsecwdayydayyearzone
➤ System.TM()->strftime() System.TM()->unix_time() ➤

Method System.TM()->strptime()


Method strptime

bool strptime(string(1..255) format, string(1..255) data)

Note

The order of format and data are reversed compared to predef::strptime().

See also

strftime(), predef::strftime(), predef::strptime()

Extracted from Pike v9.1.2 as of 2025-05-12.