wroberts / pytimeparse

A small Python module to parse various kinds of time expressions.
MIT License
285 stars 39 forks source link

Allow omitted minute numbers in colon-separated clock times #2

Closed catherinedevlin closed 10 years ago

catherinedevlin commented 10 years ago

I'm parsing time values that often omit the number of minutes when it is zero: :34 :22 etc.

This change fixes that and tests for it.