Skip to content
Discussion options

You must be logged in to vote

strftime is function of the newlib library by Espressif. I haven't really looked into it, but a quick search seems to indicate that Espressif only provides English locales anyway... This means you'll need to implement a custom strftime function or use a different library.

Localization is a feature of the C library. Espressif is using newlib, which may or may not have support for anything other than the fallback "C" locale. I very much doubt that Espressif has anything prepared to help you. It would probably be much easier to write your code to format dates and other such from scratch.

sidoh/epaper_templates#78

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thugcee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants