jaraco / tempora

MIT License
20 stars 5 forks source link

With Python 3.6, strftime supports %u for another purpose #10

Closed jaraco closed 4 years ago

jaraco commented 4 years ago

In Python 3.6, strftime added support for %u to mean ISO weekday, which conflicts with the usage implemented in tempora as "microseconds".