So in java we have TimeUnit enum with awesome methods. Any analog in Ruby language?

I need converters seconds to milliseconds, milliseconds to days and so one

有帮助吗?

解决方案

I'm not sure if this has 1 to 1 correspondence with TimeUnit but it can be pretty handy sometimes: https://github.com/kachick/time-unit

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top