We write about the things we learn.
Setting up Timezone support in the past was a pain, but now with rails 2.1 and above it's easy and done in minutes. Here is what you need to do ```ruby # config/environment.rb config.time_zone = "Pacific Time (US... continue