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

습관이 잘못된 시간(UTC)으로 커밋되는 문제 #72

Open
skwent77 opened this issue Jan 7, 2021 · 0 comments
Open

습관이 잘못된 시간(UTC)으로 커밋되는 문제 #72

skwent77 opened this issue Jan 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@skwent77
Copy link

skwent77 commented Jan 7, 2021

MySQL Workbench를 통해서 개발 서버(dev.habitbead.com)의 habit_bread 스키마를 조회했고, bug 발견

"습관이" user(user_id:483) 가 item_id가 2인 식빵을 얻은 시점이 한국 시간 기준 2021-01-08 00:05 인데 ,
DB의 habit_bread.user_item 테이블에 해당 아이템의 createdAt 칼럼의 식빵 row 값이 2021-01-07 15:46으로 기록되어 있습니다.



스쿼트가 수,목에 할 습관으로 등록되어 있었고, 월요일,목요일,금요일(2021-01-08 00:05) 이렇게 3번 빵을 구웠다.

두번째 그림의 의미

목요일 금요일 빵을 2번 구웠는데, 목요일로 2번 인식되어 목요일에 경험치를 두 번 얻은 것으로 데이터베이스에 기록되어 있을 것으로 예상

@DNATUNA DNATUNA added the bug Something isn't working label Jan 8, 2021
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

No branches or pull requests

2 participants