파이썬 sqlite3 사용하기 -3 : 컬럼에 자동 타임스탬프 찍기
Date And Time Functions 1. Overview SQLite supports five date and time functions as follows: date(timestring, modifier, modifier, ...) time(timestring, modifier, modifier, ...) datetime(timestring, modifier, modifier, ...) julianday(timestring, modifier, modifier, ...) strftime(f www.sqlite.org 컬럼에 자동 타임스탬프 찍기 DEFAULT 키워드를 사용하면 데이터 삽입시 해당 컬럼에 설정한 값이 자동 삽입됩니다. 시간은 UTC(국제 표준시)와 KST(한국 표준시)가 있고 KST..