Ruby: is Time to talk about Time Zones

from blog blog.rpanachi.com, | ↗ original
Any sufficiently advanced bug is indistinguishable from a feature. ― Rich Kulawiec TL;DR Always use the Time class and correctly stores the time zone information. Time Based on floating-point second intervals from unix epoch (1970-01-01); Has date and time attributes (year, month, day, hour, min, sec, subsec); Natively works in either UTC...