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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:01:30+00:00 2026-05-12T09:01:30+00:00

If a train leaves less than an hour from now, I want its row

  • 0

If a train leaves less than an hour from now, I want its row in the schedule table to be highlighted red. Currently I’m doing the calculation like this:

if Time.zone.now + 1.hour > t[from_station]
  # do whatever
end

This works and kind of makes sense, but I wonder if there’s a clearer / more idiomatic way to express this (I could imagine coming back to this code in a few months and having to pause for a moment to mentally parse Time.zone.now + 1.hour).

  • 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-12T09:01:30+00:00Added an answer on May 12, 2026 at 9:01 am

    You could use from_now:

    if t[from_station] <  1.hour.from_now
    

    When using Time.zone.now, you’ll have to specify it, so since is probably more readable (from_now is just an alias to since):

    if t[from_station] < 1.hour.since(Time.zone.now)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When someone visits my train schedule site , he enters a from station, a
I have a train schedule app, and I am trying to calculate the difference
I am using RTextTools to train and classify data which comes from a MySQL
I have table in data base name train delay, with columns train number(int), DelayTime(int),
I'm creating a spreadsheet to train my numerical skills. Now, I use VBA macros
I have a database for a Train company. I want to combine two queries
preg_match_all([[Train]]<p />[[Plane]]<p />[[Crane Sane]]<p />[[Slain (derp)|Slained]],$regex,$out); I want to just extract: - [[Slain (derp)|Slained]]
i work with my train mate in a local network, so we want to
I want to animate a 20 wagon train in iphone. The train will move
We have a table with a unique constraint on it, for feedback left from

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.