-
Notifications
You must be signed in to change notification settings - Fork 37
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
CE timestamps should be returned as Time objects, not strings #66
Comments
To clarify, the CloudEvent implementation in the Functions Framework currently returns a string timestamp. It would be useful if it returned a structured time object. |
cc @bshaffer |
What is the format used by CloudEvents to convert to and from? |
This is an example time attribute HTTP header:
https://github.com/cloudevents/spec/blob/v1.0/spec.md#time Maybe |
As requested by @grayside in this PR.
The text was updated successfully, but these errors were encountered: