https://velog.io/@kkaemi/Python-cant-subtract-offset-naive-and-offset-aware-datetimes
[Python] can't subtract offset-naive and offset-aware datetimes
두 개의 datetime 사이에 차이를 이용하는 부분에서 아래와 같은 에러가 발생했다.can't subtract offset-naive and offset-aware datetimes에러가 난 코드이다.time1은 db에 저장된 값이고, time2는 aws 서버에서 돌
velog.io
Pycharm Database for SQlite converts date and datetime columns to long integers
I am trying to export this database but whenever I try to make a row and add a date Pycharm database turns it into an integer and it cant export
stackoverflow.com
does anyone know why IDEA database view show date time with second precision only?
I'm using IntelliJ IDEA database view to connect my databases include MySQL for relational data and TDengine for time-series data. But I found the date-time I got from MySQL show fully include
stackoverflow.com
dev git merge 진행
- serializer로 직렬화된 데이터에 필드 추가를 했을 때, 해당 필드로 order by 하는 법 찾아야 함
→ 방법 존재하지 않을 경우 순수 SQL 문으로 작성할 예정
'프로젝트' 카테고리의 다른 글
[TIL] 20240509 60일차 (0) | 2024.05.09 |
---|---|
[TIL] 20240508 59일차 (0) | 2024.05.08 |
[TIL] 20240503 57일차 (0) | 2024.05.03 |
[TIL] 20240502 56일차 (0) | 2024.05.02 |
[TIL] 20240501 55일차 (0) | 2024.05.01 |