jackc / tod

Time of day and shift types for Ruby
MIT License
435 stars 56 forks source link

Allow any separator character(s) for 24H strings #71

Open fig opened 4 years ago

fig commented 4 years ago

When parsing a string in 24H format, any non-numeric character(s) are permitted for use as separators.

resolves #70