mariusbancila / croncpp

A C++11/14/17 header-only cross-platform library for handling CRON expressions
MIT License
236 stars 68 forks source link

make to_string for cron compatible with make_cron's ordering #9

Closed greenbrettmichael closed 4 years ago

greenbrettmichael commented 4 years ago

note that the values are still reversed and expanded within these fields

mariusbancila commented 4 years ago

I accepted your PR. The problem was that the tests failed because to_string no longer produced the same output.