Simple Timezone Offset abstraction
New small no-dependencies gem tz_offset incapsulates “timezone offset value”. Now you can do things TZOffset.parse('+5:45').now
or TZOffset.parse('CEST').parse('12:30').localtime
.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
New small no-dependencies gem tz_offset incapsulates “timezone offset value”. Now you can do things TZOffset.parse('+5:45').now
or TZOffset.parse('CEST').parse('12:30').localtime
.
Post a comment