openstack穩定性測試 平臺或工具有哪些
1 回答

POPMUISE
TA貢獻1765條經驗 獲得超5個贊
一、獲取系統時間函數
1.1 獲取當前完整時間
select now();
david=# select now();
now
-------------------------------
2013-04-12 15:39:40.399711+08
(1 row)
david=#
current_timestamp 同 now() 函數等效。
david=# select current_timestamp;
now
-------------------------------
2013-04-12 15:40:22.398709+08
(1 row)
david=#
- 1 回答
- 0 關注
- 942 瀏覽
添加回答
舉報
0/150
提交
取消