I've added two new timezone related Sequel extensions to the repository: 1) named_timezones: This allows you to use named timezones such as 'America/Los_Angeles'. It requires TZInfo, and requires you use DateTime as the Sequel.datetime_class.
2) thread_local_timezones: This also you to set per-thread timezone settings that override the global timezone settings. These two extensions together allow you to have a web application that stores it's data in UTC and displays all time to the user in the user's local time zone. There have been a bunch of other plugins and extension added since 3.4.0: active_model, association_dependencies, subclasses, touch, typecast_on_load, looser_typecasting, and sql_expr. I have a few more plugins and extensions planned for 3.5.0 as well. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
