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

refactor: Instant를 모두 LocalDateTime으로 변경 #200

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

devxb
Copy link
Member

@devxb devxb commented Feb 12, 2024

🚀 어떤 기능을 개발했나요?

Instant를 모두 LocalDateTime으로 변경했습니다.
Instant로 저장하고 클라한테 넘겨줄때 ZonedDateTime으로 주는게 좋긴한데, 나중에 세계로 나아갈때 변경하죠
(지금은 시간 의존적인 동작이 있어서 KR타임으로 맞춤)

🕶️ 어떻게 해결했나요?

  • Instant를 LocalDateTime으로 변경

🦀 이슈 넘버

Copy link

sonarcloud bot commented Feb 12, 2024

@devxb devxb merged commit b56a9a8 into develop Feb 12, 2024
4 checks passed
@devxb devxb deleted the devxb/iss-#199 branch February 12, 2024 04:04
devxb added a commit that referenced this pull request Feb 12, 2024
* test: test 명 완성

* refactor: Instant를 모두 LocalDateTime으로 변경 (#200)

---------

Co-authored-by: choidongkuen <[email protected]>
@choidongkuen
Copy link
Member

세계로 나아갈때 ㄷㄷ

ddingmin added a commit that referenced this pull request Feb 12, 2024
* test: test 명 완성

* refactor: Instant를 모두 LocalDateTime으로 변경 (#200)

* fix: 알림이 가지 않는 버그 수정

* �test: 인증 단위 테스트 구현 (#202)

* refactor: JwtAuthenticationFilter 불필요한 로직 제거 (#198)

* refactor: SecurityValue 패키지 이동 (#198)

* test: 인증 관련 단위 테스트 구현 (#198)

* test: 인증 관련 단위 테스트 구현 (#198)

* test: JwtAuthenticationFilterTest 리팩토링 (#198)

* feat: 로그인한 유저가 북마크한 모임 조회 (#204)

* feat: 로그인한 유저가 북마크한 모임 조회

* test: 테스트 코드에 로그인 로직 추가

---------

Co-authored-by: choidongkuen <[email protected]>
Co-authored-by: devxb <[email protected]>
Co-authored-by: xb205 <[email protected]>
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.

refactor: 시간이 맞지 않는 버그 수정
2 participants