What does the “p” in strptime stand for?
I guess it stands for “parse” because its reverse function is called strftime in Python’s time module wherein the “f” I can reasonably guess stands for “format”.
I guess it stands for “parse” because its reverse function is called strftime in Python’s time module wherein the “f” I can reasonably guess stands for “format”.