Working with dates on Ruby on Rails
Working with dates can be hard. You need to consider time zones, understand how to store dates in your database, parse strings into dates or even format dates and display them to the user. And there’s the daylight saving time. See how to properly work with dates.
Post a comment