SMS를 받아서 db에 넣고 다시 listview로 뿌려주는 어플리케이션을 개발하고있는데요


current_timestamp를 썻는데 시간이 9시간 가량 느리게 찍히네요


이부분을 어떻게 처리해야 하는지 알려주시면 감사하겠습니다.



mDB.execSQL("create table if not exists

msg_table (_id integer primary key autoincrement, 

key text not null, 

name text not null,

msg text not null, 

date datetime default current_timestamp);");