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 628551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:38:56+00:00 2026-05-13T19:38:56+00:00

I have a variable, start_time: (rdb:5) start_time.class ActiveSupport::TimeWithZone (rdb:5) start_time Tue, 23 Feb 2010

  • 0

I have a variable, start_time:

(rdb:5) start_time.class
ActiveSupport::TimeWithZone

(rdb:5) start_time
Tue, 23 Feb 2010 14:45:00 EST -05:00

(rdb:5) start_time.in_time_zone(ActiveSupport::TimeZone::ZONES_MAP["Pacific Time (US & Canada)"]).zone
"PST"

(rdb:5) start_time.in_time_zone(ActiveSupport::TimeZone::ZONES_MAP["Pacific Time (US & Canada)"]).to_s(:time)
"2:45 PM ET"

I’d like to change ‘to_s(:time)’ so that it outputs the time in whatever zone is specified in the variable, not the default system time. I.e. The output would be “11:45 AM PT”. How do I do 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-05-13T19:38:57+00:00Added an answer on May 13, 2026 at 7:38 pm

    I ran into this issue recently and was able to solve it by essentially overriding the .to_s option that I was using. I created an initializer called time_formats.rb and added the following line to it.

    Time::DATE_FORMATS[:time_in_zone] = "%H:%M %p"
    

    then changed (:time) to (:time_in_zone) like so…

    start_time.in_time_zone(...your timezone here...]).to_s(:time_in_zone)
    

    It should give you the time in the zone you are specifying. My environment is in UTC, so maybe that had something to do with it…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have variable in the parent document eg. $var = 'blah'; Then a div
I have variable WCHAR sDisplayName[1024]; How can I check if sDisplayName contains the string
I have variable which I populate from JSON formated data. Something like: var time=my_data[data.results[i].id].time;
I have variable @count of datatype int.I am setting values to this @count. I
i have variable $lang which convert string to the selected language but i am
How I can have variable number of parameters in my function in C++. Analog
I'm studying javascript these days and I have question. I have variable that contain
I am using ColdFusion to encrypt and decrypt. I have variable active with a
I have a variable: char date[11]; , and I need to put inside it
I have a variable coming into a stored procedure. This variable can either have

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.