-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat#95 #96
Merged
Merged
Feat#95 #96
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f917808
#95 Feat: 제약조건 설정, 자신이 쓴 글 상세보기시 1등 후보만 나오도록 설정, 투표 여부 추가
jjjuhoon 6c879a9
#95 Feat: 제약조건 설정, 자신이 쓴 글 상세보기시 1등 후보만 나오도록 설정, 투표 여부 추가
jjjuhoon da7d240
Merge branch 'develop' of https://github.com/shared-solutions/BE into…
jjjuhoon 717337c
#95 Feat: 일반투표 상세보기 오류 해결
jjjuhoon 2f0f4ef
#95 Feat: 에러 핸들러 추가
jjjuhoon 9423eaa
#95 Refactor: Timezone 서울 시간대로 설정
MinYeongPark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분에서 deadline이
-9(UTC 차이)
+1
시간인 값이 디폴트로 들어가게 되더라구요..!!https://red-mimmu.tistory.com/105
이 글 참고해서 한번 서울로 시간 조정되도록 반영해보겠습니다! -> 반영한 커밋 하나 날렸습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swagger에서 deadline에서 default로 뜨는 값도
LocalDateTime.now().plusHours(1);
으로 자동으로 뜨게 하고 싶었는데,, 여러 설정을 변경해봤지만 여기에서는 계속 UTC 시간으로 뜨네요,,프론트분들이 보내주실 때는 값을 설정해서 주시게 되니까,, 그대로 진행해도 괜찮을 것 같습니다..!!😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다!!!