Giter VIP home page Giter VIP logo

Comments (4)

ahawkins avatar ahawkins commented on July 22, 2024

This is present on version 0.2.3 and 0.3.0

from chronic.

jwarchol avatar jwarchol commented on July 22, 2024

I'm not seeing that:

>> Chronic.debug = true
=> true
>> Chronic.parse('tomorrow')
+---------------------------------------------------
| next(grabber-next) day(repeater-day) 
+---------------------------------------------------
-anchor
--(Fri Dec 03 00:00:00 -0500 2010..Sat Dec 04 00:00:00 -0500 2010)
--(Fri Dec 03 00:00:00 -0500 2010..Sat Dec 04 00:00:00 -0500 2010)
=> Fri Dec 03 12:00:00 -0500 2010
>> Chronic.parse('today')
+---------------------------------------------------
| this(grabber-this) day(repeater-day) 
+---------------------------------------------------
-anchor
--(Thu Dec 02 20:00:00 -0500 2010..Fri Dec 03 00:00:00 -0500 2010)
--(Thu Dec 02 20:00:00 -0500 2010..Fri Dec 03 00:00:00 -0500 2010)
=> Thu Dec 02 22:00:00 -0500 2010
>> Chronic::VERSION
=> "0.3.0"

from chronic.

ahawkins avatar ahawkins commented on July 22, 2024

I am not seeing the problem now either. I believe it's a time sensitive issue. When I was doing the testing, it was 11:15PM. After 12AM it worked correctly.

ruby-1.8.7-p302 > require 'rubygems'
 => true 
ruby-1.8.7-p302 > require 'chronic'
 => true 
ruby-1.8.7-p302 > Chronic.debug = true
 => true 
ruby-1.8.7-p302 > Chronic.parse 'today'
+---------------------------------------------------
| this(grabber-this) day(repeater-day) 
+---------------------------------------------------
-anchor
--(Thu Dec 02 18:00:00 -0800 2010..Fri Dec 03 00:00:00 -0800 2010)
--(Thu Dec 02 18:00:00 -0800 2010..Fri Dec 03 00:00:00 -0800 2010)
 => Thu Dec 02 21:00:00 -0800 2010 
ruby-1.8.7-p302 > Chronic.parse 'tomorrow'
+---------------------------------------------------
| next(grabber-next) day(repeater-day) 
+---------------------------------------------------
-anchor
--(Fri Dec 03 00:00:00 -0800 2010..Sat Dec 04 00:00:00 -0800 2010)
--(Fri Dec 03 00:00:00 -0800 2010..Sat Dec 04 00:00:00 -0800 2010)
 => Fri Dec 03 12:00:00 -0800 2010 
ruby-1.8.7-p302 > 

from chronic.

leejarvis avatar leejarvis commented on July 22, 2024

I can't reproduce this and we have tests in place which check against parsing tomorrow after noon, please reopen if you have a repro

from chronic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.