ustrftime #12133
iyassou
started this conversation in
Show and tell
ustrftime
#12133
Replies: 2 comments 1 reply
-
Did you note that there is a time.strftime in micropython lib's time module? It has not all your formatting directives however. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I wanted to share my implementation of
time.strftime
. It acceptstime.localtime()
tuples and supports most formatting directives (except timezone-related ones).Beta Was this translation helpful? Give feedback.
All reactions