Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8569925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:26:47+00:00 2026-06-11T18:26:47+00:00

I need to run a group_by query in Ruby on Rails, but I first

  • 0

I need to run a group_by query in Ruby on Rails, but I first want to adjust all records in the created_at column by a certain hour amount before running the query. So, for example, adding 9 hours to every record in the created_at field, and then grouping by date.

Something like the following (which is incorrect):

 @foo = Bar.group("date(created_at + 9.hours)").count

How can I accomplish this in Rails?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:26:48+00:00Added an answer on June 11, 2026 at 6:26 pm

    PostgreSQL has excellent support for manipulating dates and times (see Date/Time Functions and Operators). You can express ‘9 hours’ as an interval, add it to a timestamp, and cast to a date:

    => select (now()::timestamp + '9 hours'::interval)::date;
        date    
    ------------
     2012-09-22
    (1 row)
    

    This ends up strikingly similar to your original pseudocode:

    @foo = Bar.group("date(created_at + '9 hours'::interval)").count
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to run a standalone ruby script as Unix (linux) daemon. After running
I have a reasonably long SQL query that I need to run in a
I need some performance improvement guidance, my query takes several seconds to run and
I want to run a linq query that will return values to my custom
I need to return two different results in a single query. When I run
hi i am trying to make a query that will run records from a
I need to add an extra column to my query results, The column needs
I have 2 tables from which i need to run a query to display
I need to write a query that will group a large number of records
So, I want to run a quick query to give me some information on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.