openstack穩(wěn)定性測(cè)試 平臺(tái)或工具有哪些
1 回答

POPMUISE
TA貢獻(xiàn)1765條經(jīng)驗(yàn) 獲得超5個(gè)贊
一、獲取系統(tǒng)時(shí)間函數(shù)
1.1 獲取當(dāng)前完整時(shí)間
select now();
david=# select now();
now
-------------------------------
2013-04-12 15:39:40.399711+08
(1 row)
david=#
current_timestamp 同 now() 函數(shù)等效。
david=# select current_timestamp;
now
-------------------------------
2013-04-12 15:40:22.398709+08
(1 row)
david=#
- 1 回答
- 0 關(guān)注
- 941 瀏覽
添加回答
舉報(bào)
0/150
提交
取消