| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The helper function _format_timestamp in gcloud.monitoring.query is superseded by this updated helper function.
| :rtype: str | ||
| :returns: The string representing the datetime stamp. | ||
| """ | ||
| if not(ignore_zone or value.tzinfo is None): |
|
Mostly LGTM other than the nit about the not Thanks a lot for doing this! |
Sorry, something went wrong.
|
LGTM once Travis passes |
Sorry, something went wrong.
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* Migrate to pyproject.toml * Update * Add copyright notice * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update pyproject.toml --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
* test: Add unit test for get_python_version * fix
| Back | FazBrowse Home | New Git URL |
The helper function _format_timestamp in gcloud.monitoring.query is
superseded by this updated helper function.