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

  • Home
  • SEARCH
  • 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 9200901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:52:26+00:00 2026-06-17T22:52:26+00:00

Working on a 3 week new registration chart for metrics, I have the following

  • 0

Working on a 3 week new registration chart for metrics, I have the following code:

(3.weeks.ago.to_date..Date.today).map { |date| Metrics.registrations_on(date) }

In Metrics.rb:

def self.registrations_on(date)
  date = date.midnight
  end_date = date + 24.hours
  User.where(:created_at => date..end_date).count
end

Before the day is done here in California, a new day’s numbers are already starting to increase. The created_at timestamp is UTC as well.

I’d like to be able to see the stats from today, using our time zone. With my data already saved as UTC I’m curious as to how about accomplishing this.

  • 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-17T22:52:28+00:00Added an answer on June 17, 2026 at 10:52 pm

    Open config/application.rb, find config.time_zone, and assign it with appropriate value:

    config.time_zone = 'Pacific Time (US & Canada)'
    

    Restart your app, and all ruby date/time operation should be adjusted automatically to your time zone.

    For a list of all supported time zone strings, use:

    bundle exec rake time:zones:all
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am programming in C#; the code was working about a week ago, however
Somehow Youtube HTML5 video stopped working for me about a week ago. I have
I have a working chart that graphs sales by week. I'd like to add
Started working on a new application this week that is running the latest rails
I have been working on a site for about a week now and we
This week I've been working on some reflection-based code, and during unit testing found
I have a working Gitolite server right now and I backup every week. Now
I have the following code: import urlparse import oauth2 as oauth PROXY_DOMAIN = twitter1-ewizardii.apigee.com
My code for sending email was working correctly the psat two weeks. But now
I have a problem I have been working on for about a week and

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.