Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- sharonchoi
- 코로나바이러스
- 전염병
- 확진자수
- everybody wants you
- 중국외교부
- 정은경 본부장님
- 치앙마이
- 코로나
- wuhan
- 최성재
- 봉준호감독통역
- 미중
- 신종코로나
- Bolton
- 우한코로나바이러스
- parasite
- 어서와한국은처음이지
- 우한
- 봉준호감독통역사
- 우한코로나
- 창궐
- 필리핀사망
- red hearse
- 웨일즈
- 조현병
- cnn
- 코로나19
- 진짜영웅
- 우한 코로나
Archives
- Today
- Total
오지's blog
DateTimeOffset.UtcNow.ToUnixTimeSeconds() python변환 본문
728x90
반응형
import datetime
from pytz import UTC
original_time = datetime.datetime(1970, 1, 1, 0, 0, 0, tzinfo=UTC).timestamp()
now = datetime.datetime.now().timestamp()
'개발노트 > Python' 카테고리의 다른 글
snowflake rag구성시 csv파일 chunker (0) | 2024.10.10 |
---|---|
dict를 넘길때는 double asterik (0) | 2024.06.17 |
쿼리 수행시 ValueError: unsupported format character 'I' (0x49) at index 69 에러 해결방안 (0) | 2023.04.25 |
s3에서 가장 최근 업로드한 파일 찾기 - sorted 연습 python (0) | 2023.04.13 |
excel에서 dataframe형식으로 읽을때 병합쎌이 column이름일때 (0) | 2023.04.12 |
Comments