Skip to content
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

fix(598): Change timestamp type to support nanosecond resolution #654

Merged
merged 2 commits into from Sep 2, 2021

Conversation

minherz
Copy link
Contributor

@minherz minherz commented Sep 1, 2021

Changes timestamp type to java.time.Instant to support nanosec resolution.
Keeps current get/set methods to operate with milliseconds.
Updates unit tests to reflect type change and additional API.

Fixes #598

Fix #598

Changing timestamp type to java.time.Instant to support nanosec resolution.
Keeping current get/set methods to operate with milliseconds.
Updating unit tests to reflect type change and additional API.
@minherz minherz requested review from a team as code owners September 1, 2021 09:29
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Sep 1, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 1, 2021
@minherz minherz merged commit 7ae1537 into master Sep 2, 2021
@minherz minherz deleted the minherz/fix-598 branch September 2, 2021 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timestamp Precision
2 participants