-
Notifications
You must be signed in to change notification settings - Fork 31
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
silent NaN entries on badly formatted date #32
Comments
…bstack/parse-messy-time like the "set" command. This does not solve issue #32 at all, as substack/parse-messy-time still accepts an invalid date like "2016-01-23-12:34:45"and interprets it as "2016 hours in future". Further investigation in substack/parse-messy-time.
I added a patch and published it as v1.11.3. Nevertheless this does not solve the issue at all, as substack/parse-messy-time still accepts an invalid date like "2016-01-23-12:34:45"and interprets it as "the day of 2016 hours in future". Further investigation in substack/parse-messy-time#5. |
I encountered this almost immediately playing with with clocker. I introduced NaN by trying to specify a STAMP as the start time:
If you notice the problem immediately then you can repair the record using
This only addresses a sub-usecase of @noffle's problem. |
…e start time was erroneously set to NaN. Workaround for fnogatz#32.
…e start time was erroneously set to NaN. Workaround for fnogatz#32.
@coreyjewett I have added support for timestamps in v1.11.4. |
To directly address already set |
These are impossible to get rid of using
clocker rm
-- their STAMP can't be referenced to.clocker
should error out on badly formatted dates.The text was updated successfully, but these errors were encountered: