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

Interpretation of START/STOP #27

Open
rweigel opened this issue Oct 28, 2020 · 0 comments
Open

Interpretation of START/STOP #27

rweigel opened this issue Oct 28, 2020 · 0 comments

Comments

@rweigel
Copy link
Collaborator

rweigel commented Oct 28, 2020

Need to implement the following in client

//START = 2001-01-01T00:01:59 -> truncated to 2001-01
//STOP =  2001-01-01T00:02:59 -> truncated (and warning!)

//data has P1M cadence

//2001-01, 10.0
//2001-02, 11.0
//...

//START = 2001-01 interpreted as 2001-01-01T00:00
//STOP =  2001-02 interpreted as 2001-02-01T00:00

//2001-01-01T00:00, 10.0
//2001-01-01T00:01, 11.0
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant