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

Micropub: Invalid "published" date silently ignored #8

Open
cweiske opened this issue Sep 9, 2016 · 0 comments
Open

Micropub: Invalid "published" date silently ignored #8

cweiske opened this issue Sep 9, 2016 · 0 comments

Comments

@cweiske
Copy link

cweiske commented Sep 9, 2016

While trying to do this:

Publish a new note via micropub. The note had a published property set to some unix timestamp.

I encountered this error:

The note's published property was silently ignored. The note was created, but with the current timestamp.

Known should reject invalid timestamp values instead of silently ignoring them.

Some other notes:

When setting published to a ISO-861 datetime string like 2016-01-02T23:42:00+02:00, known uses that date correctly.

@mapkyca mapkyca transferred this issue from idno/known Aug 11, 2019
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

Successfully merging a pull request may close this issue.

1 participant