codestates / codestates/rightnow
[Dev-Log] 2022-01-18 박남수
Open
dev-log
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### **오늘은 어떻게 프로젝트에 기여했나요?**
- 서버 배포 테스트
### **오늘의 프로젝트에서 힘든 점은 무엇인가요?**
- ec2서버에서 날짜 비교 시 db에서 날짜 데이터는 제대로 가져와 졌지만 where비교 시 해당 날짜가 변경되는 버그 발생
```
가져온 데이터 : '2022-01-18 15:53:41.647000'
where 조건에서 실제 사용되는 데이터 :
write_date>= '2022-01-19 00:53:41.000'
```
### **내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?**
- [ ] 배포테스트 계속 진행
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.