close
[python] python sqlite timestamp localtime datetime

因為做一個時間的顯示使用的db是sqlite

g.db.execute('insert into entries (title, text,time) values (?, ?,datetime(CURRENT_TIMESTAMP,"localtime"))',[request.form['title'], request.form['text']])

因為預設是UTC +0
所以轉換成local 的時間。

2012-03-03 16:23:24
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 peicheng 的頭像
    peicheng

    FLASHC

    peicheng 發表在 痞客邦 留言(0) 人氣()