Yep, the "SET time_zone" is a MySQL command: http://pastie.org/375096
If it's okay to rely on ActiveRecord, I suppose it's just a matter of replacing NOW() with UTC_TIMESTAMP() in the MySQL adapter if ActiveRecord::Base.default_timezone == :utc But would that be okay seen from a TS perspective? Are any other ORMs being supported currently? Morten --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
