We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Publish a new note via micropub. The note had a published property set to some unix timestamp.
published
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.
When setting published to a ISO-861 datetime string like 2016-01-02T23:42:00+02:00, known uses that date correctly.
2016-01-02T23:42:00+02:00
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 like2016-01-02T23:42:00+02:00
, known uses that date correctly.The text was updated successfully, but these errors were encountered: