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

날짜 이벤트가 하루씩 밀리는 현상 버그 리포트 #59

Open
3 tasks done
sugoring opened this issue Apr 30, 2024 · 1 comment · Fixed by #61
Open
3 tasks done

날짜 이벤트가 하루씩 밀리는 현상 버그 리포트 #59

sugoring opened this issue Apr 30, 2024 · 1 comment · Fixed by #61
Assignees
Labels
bug Something isn't working

Comments

@sugoring
Copy link
Collaborator

sugoring commented Apr 30, 2024

이벤트 날짜가 의도한 날짜보다 하루씩 늦게 표시되는 문제가 발생하고 있습니다.

TODO 목록

  • 날짜 계산 로직 검토 및 수정
  • 테스트 케이스 작성 및 실행
  • 수정된 코드 배포 및 모니터링
@sugoring sugoring self-assigned this Apr 30, 2024
@sugoring sugoring added the bug Something isn't working label Apr 30, 2024
@sugoring
Copy link
Collaborator Author

newDate.setDate(newDate.getDate() + 1) 을 사용하여 해결함

@sugoring sugoring linked a pull request Apr 30, 2024 that will close this issue
@semicolonsknu semicolonsknu reopened this Apr 30, 2024
@sugoring sugoring changed the title release 1.0.2 (android 3) 날짜 이벤트가 하루씩 밀리는 현상 버그 리포트 Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants