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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:37:24+00:00 2026-06-11T01:37:24+00:00

I have tried such code, but it doesn’t work: require ‘time_diff’ cur_time = Time.now.strftime(‘%Y-%m-%d

  • 0

I have tried such code, but it doesn’t work:

require 'time_diff'

cur_time = Time.now.strftime('%Y-%m-%d %H:%M')
time_diff_components = Time.diff(@art.datetime_of_update, Time.parse(cur_time))
if  @art.PRICEM.to_f >= eprice.to_f || @art.PRICEM.blank? && time_diff_components[:hour] < 3 &&

but timediff is 0, in db time looks like this:

2012-08-28 19:53:12

How calculate difference in hour’s between now and db?

  • 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-11T01:37:26+00:00Added an answer on June 11, 2026 at 1:37 am

    Firstly, you should look at these two lines:

    cur_time = Time.now.strftime('%Y-%m-%d %H:%M')
    time_diff_components = Time.diff(@art.datetime_of_update, Time.parse(cur_time))
    

    Why would you format the time and then only use the value as the input to a parsing operation? Surely it would be simpler – and less fragile – to write:

    time_diff_components = Time.diff(@art.datetime_of_update, Time.now)
    

    I don’t know why Time.diff isn’t working for you (I’m not a Ruby dev), but if the aim is to check whether the article was updated “less than 3 hours ago” then there’s a simpler approach: subtract three hours from the current time, and compare the article’s update time with that limit:

    limit_time = Time.now + 3.hours
    if @art.PRICEM.to_f >= eprice.to_f || @art.PRICEM.blank? && @art.datetime_of_update >= limit_time
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried many permutations but they all don't seems to work well. Am
I have the following code, but it doesn't put the scrolling div anywhere. All
I have tried to use ENUMS in my code for Access 2007. But it's
Have you tried to use SharePoint with version control such as Perforce (or Subversion),
I tried implementing a sorting program in mapreduce such that I have just the
I have tried searching over the internet about this problem but not able to
I have the following piece of code which replaces template markers such as %POST_TITLE%
I have such a code if ($('#bar #username').text()!=$('.widget-' + widget.id).find('.user').text()) { //do something }
Have tried to find solutions for this and can't really come up with anything.
I have tried to go through the jungle (really, PayPal, why don't you weed

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.