FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: handle timestamps with no fractional seconds by DKbyo · Pull Request #149 · firebase/firebase-functions-python · GitHub

fix: handle timestamps with no fractional seconds - #149

Merged
taeold merged 3 commits into
firebase:mainfrom
DKbyo:main
Oct 17, 2023
Merged

fix: handle timestamps with no fractional seconds#149
taeold merged 3 commits into
firebase:mainfrom
DKbyo:main

Conversation

DKbyo commented Oct 12, 2023

Copy link
Copy Markdown
Contributor

According to rfc3339 timestamp protobuf could have optionally the fractional seconds. This change improves the current src/firebase_functions/private/util.py to convert the dates when there are no fractional seconds.

Fixes #148

taeold changed the title Handle timestamps with no fractional seconds fix: handle timestamps with no fractional seconds Oct 12, 2023

taeold commented Oct 12, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

This is an incredible contribution - thank you so much! Do you mind fixing the linter errors so we can merge the PR?

$ source venv/bin/activate
$ python3.10 -m mypy . --fix

DKbyo commented Oct 12, 2023

Copy link
Copy Markdown
Contributor Author

Fixed lint!

DKbyo commented Oct 16, 2023

Copy link
Copy Markdown
Contributor Author

@taeold friendly ping here, lint fixed and ready to run the CI process again

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 this pull request may close these issues.

TypeError when using python Crashlytics triggers

2 participants


Back | FazBrowse Home | New Git URL