Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Sep 29, 2020
1 parent 4d81ec4 commit b4bea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ event = CloudEvent(
)
```

The `time` field can be an [RFC3336] compatible timestamp string or a `datetime.datetime` object.
The `time` field can be an [RFC3336](https://tools.ietf.org/html/rfc3339) compatible timestamp string or a `datetime.datetime` object.
If left out, it won't be automatically set. If you need to set the `time` field to the current time,
you can use the `datetime.utcnow` method:

Expand Down

0 comments on commit b4bea61

Please sign in to comment.