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
The readme stated for the timestamp the following syntax:
{ "operation": "timestamp", "timestamp[0]": { "inputFormat": "Mon Jan _2 15:04:05 -0700 2006", "outputFormat": "2006-01-02T15:04:05-0700" }, "nowTimestamp": { "inputFormat": "$now", "outputFormat": "2006-01-02T15:04:05-0700" }, "epochTimestamp": { "inputFormat": "2006-01-02T15:04:05-0700", "outputFormat": "$unix" } }
but it should be
{ "operation": "timestamp", "spec": { "timestamp[0]": { "inputFormat": "Mon Jan _2 15:04:05 -0700 2006", "outputFormat": "2006-01-02T15:04:05-0700" }, "nowTimestamp": { "inputFormat": "$now", "outputFormat": "2006-01-02T15:04:05-0700" }, "epochTimestamp": { "inputFormat": "2006-01-02T15:04:05-0700", "outputFormat": "$unix" } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The readme stated for the timestamp the following syntax:
but it should be
The text was updated successfully, but these errors were encountered: