artichoke / strftime-ruby

⏳ Ruby `Time#strftime` parser and formatter
https://crates.io/crates/strftime-ruby
MIT License
12 stars 0 forks source link

Check time implementation #28

Closed x-hgg-x closed 2 years ago

x-hgg-x commented 2 years ago

This prevents panics when using invalid values.

lopopolo commented 2 years ago

Feel free to merge when the tests pass @x-hgg-x. Thanks for adding this.