datetime strptieme problem #10532
Answered
by
peterhinch
fishjoe
asked this question in
RP2040 / Pico
-
AttributeError: type object 'datetime' has no attribute 'strptime' does anyone encountered this problem before? I tried also any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
peterhinch
Jan 21, 2023
Replies: 1 comment 1 reply
-
If you look at the source it seems that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jimmo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you look at the source it seems that
strptime
is not implemented. In many cases MicroPython libraries are subsets of the CPython ones.