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.
A basic implementation of strptime()