RailsConf 2015 - Slightly Less Painful Time Zones
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=VFDurYw6aZ8
By, Katherine Wu
For developers, there are two things that are certain for time zones: you can’t avoid having to deal with them, and you will screw them up at some point. There are, however, some ways to mitigate the pain. This talk will discuss tactics for avoiding time zone mayhem, using a feature to send out weekly email reports in a customer’s local time zone as a case study. It will cover idiosyncrasies of how time zones are handled in Ruby and Rails, how to write tests to avoid false positives, and advice on how to release time zone-related code changes more safely.