You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today is October 19th, 2017 and daylight savings is October 31st, 2017. I tried the following code:
> Chronic.parse('three weeks from monday at 9am')2017-11-0608:00:00 -0500
It seems to calculate "exactly three weeks" as in "724hrs2" from "Monday at 9am" which is actually 2017-11-06 08:00:00 -0500 because the day of daylight savings is 25 hours long. I would expect it to calculate "three weeks from Monday" as the date, and "9am" as the time.
To me it should return the same result as
> Chronic.parse('November 6th at 9am')2017-11-0609:00:00 -0500
The text was updated successfully, but these errors were encountered:
Today is October 19th, 2017 and daylight savings is October 31st, 2017. I tried the following code:
It seems to calculate "exactly three weeks" as in "724hrs2" from "Monday at 9am" which is actually
2017-11-06 08:00:00 -0500
because the day of daylight savings is 25 hours long. I would expect it to calculate "three weeks from Monday" as the date, and "9am" as the time.To me it should return the same result as
The text was updated successfully, but these errors were encountered: