Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeBasedSeq fails when the BY argument is M, S, or H and the start and end do not include the time #91

Closed
marascio opened this issue May 14, 2015 · 0 comments
Assignees
Labels

Comments

@marascio
Copy link

timeBasedSeq('20141201/20141231/M') should return a series of 1 minute spaced observations for each date in the specified range. Instead it returns a series of dates without the time component.

If instead you specify timeBasedSeq('20141201 0000/20141231 2359') you get the expected result because the time resolution is inferred from the time component of the range.

@marascio marascio changed the title timeBasedSeq fails when the BY argument is M, S or H and the start and end do not include the time timeBasedSeq fails when the BY argument is M, S, or H and the start and end do not include the time May 14, 2015
@joshuaulrich joshuaulrich self-assigned this May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants