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

parse timestamps as ZonedDateTime internally #64

Merged
merged 1 commit into from
Aug 19, 2023
Merged

Conversation

stklcode
Copy link
Owner

Timestamps have been stored with their String representation from the API with convenience methods to convert them into ZonedDateTime. We now use the Jackson JavaTimeModule to parse them directly and swap the real and convenience getters.

The get...TimeString() methods are now deprecated.

Timestamps have been stored with their String representation from the
API with convenience methods to convert them into ZonedDateTime.
We now use the Jackson JavaTimeModule to parse them directly and swap
the real and convenience getters.
@stklcode stklcode added this to the 1.2 milestone Jun 15, 2023
@stklcode stklcode self-assigned this Jun 15, 2023
@stklcode stklcode changed the base branch from main to develop June 15, 2023 16:34
@stklcode stklcode force-pushed the feature/datetime branch 2 times, most recently from 381adc2 to f8bddf7 Compare June 16, 2023 16:23
Repository owner deleted a comment from sonarcloud bot Aug 12, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

80.4% 80.4% Coverage
0.0% 0.0% Duplication

@stklcode stklcode merged commit 7e5d193 into develop Aug 19, 2023
19 checks passed
@stklcode stklcode deleted the feature/datetime branch August 19, 2023 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant