문제

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