import qmlserv
built-in function strptime
strptime(string, format) -> tuple Parse a string to a time tuple according to a format specification. See the library reference manual for formatting codes (same as strftime()).
qmlserv