Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@GaryJones GaryJones released this 03 Jun 18:41

Changed

  • Rewrite to allow for a month-first order.

Instead of rearranging the time part characters from the desired format into order, we check each time part character in the given format in the order it already is. This allows us to handle formats where the characters are not in order of size, such as month first.

However, this means that hours, minutes, and seconds handling is broken compared to 0.1.0.