I need a parser to convert strings like "tomorrow 16:00" or "friday 4:00" into datetime stamp strings, and vice-versa. Basically, support for natural language for displaying time.
Should I use chrono-humanize or humantime? Or are these two meant for two different use-cases?