mccutchen / strftime.org

A single-serving-site that provides a reference for Python's strftime formatting options
https://strftime.org/
584 stars 307 forks source link

Python3? #25

Open nickray opened 5 years ago

nickray commented 5 years ago

Thank you for this great reference with easy to remember URL.

There are some useful new codes in Python3, like %G and %V for iso-year and iso-week. Would you consider an overhaul?

wessven commented 3 months ago

Seconded. Although %G and the others are non-standard, strftime.org styles itself as a "Python strftime cheatsheet". I reckon the site must either be C89/C99 purist, or list what is available in Python's strftime.

Alternatively need to bookmark (or set up a redirection to) the official documentation.