Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 201 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 201 Bytes

micropython-time

This module implements time.strptime() for use with Micropython. I wrote this because I needed to derive the weekday from an ISO 8601 string and can't refuse a parsing challenge.