All tagged by TimeZone

  • Rails 2.1 Time Zone Support: An Overview This will be the first of several posts I'll create about the new time zone features in the upcoming Rails 2.1 release. In this post, I'll give an overview of the new features, by walking through the setup of a new app. Type: News | Submitter: Scott Sherwood | Date created: 15 April 2008
  • Adding timezone to your rails app This is a nasty job, no doubt about it. But, a necessary one, particularly since I set the server time to UTC and all my applications' timestamps are now weirdly off-kilter. Unfortunately the seminal article on this topic got lost in the tubes so... Type: News | Submitter: Scott Sherwood | Date created: 16 January 2008
  • Tz Time TzTime is a wrapper for the Time class. It associates a time instance with a time zone, and keeps the two together. It quacks very much like a Time instance, and even provides the same extension methods that Rails adds to time objects. ... Type: Plugin | Last updated: 31 December 2007
  • TimeZone selection Supporting TimeZones is a serious pain in a developer's neck. Thankfully, Rails comes with a bunch of tools making our life easier. One of my Rails patch just got merged in Rails Edge (Future Rails 2.1) and I believe it will make my life just a tiny... Type: News | Submitter: Scott Sherwood | Date created: 23 December 2007
  • Timezone Fu timezone_fu makes it really easy to deal with multiple timezones within a Rails Model. The plugin-in assumes that there is a model attribute called timezone that can be used for conversion. Type: Plugin | Last updated: 12 December 2007