主頁 > 知識庫 > Oracle下時間轉換在幾種語言中的實現

Oracle下時間轉換在幾種語言中的實現

熱門標簽:修改高德地圖標注 廣州市400電話辦理 地圖標注原件 南通防封外呼系統(tǒng)運營商 宜賓外呼系統(tǒng)廠家 百變地圖標注 語音電話機器人缺點 淮安自動外呼系統(tǒng)開發(fā) 語音電話機器人營銷方案
c shell perl php下的日期時間轉換: 秒數與人類可讀日期 scalar localtime 與 seconds since `00:00:00 1970-01-01 UTC'
scalar localtime 26-byte string 與 seconds since `00:00:00 1970-01-01 UTC'
(1970年1月1日凌晨零點以來的秒數)
the number of seconds that have passed since the Epoch: 00:00:00 January 1, 1970, Coordinated Universal Time (UTC). 

c:
《Advanced Programming in the UNIX Environment: Second Edition》
簡稱《APUE》 Seciont 6.10 Figure 6.8. Relationship of the various time functions 說的清楚
#include time.h>
time_t time(time_t *calptr);
struct tm *localtime(const time_t *calptr);
struct tm *gmtime(const time_t *calptr);
time_t mktime(struct tm *tmptr);
char *asctime(const struct tm *tmptr);
char *ctime(const time_t *calptr);
size_t strftime(char *restrict buf, size_t maxsize,
                const char *restrict format,
                const struct tm *restrict tmptr);

shell:
% date +%s
1128621784

% date -d "1970-01-01 UTC 1128621784 seconds"
Fri Oct  7 02:03:04 CST 2005

date -d "1970-01-01 UTC 1128621784 seconds" +"%Y-%m-%d %H:%M:%S"
2005-10-07 02:03:04

perl:
%  perl -e 'print scalar localtime 1128621784'
Fri Oct  7 02:03:04 2005

php:
date('Y-m-d H:i:s',time()); 

標簽:股票投資 南平 通化 池州 聊城 嘉峪關 南平 襄陽

巨人網絡通訊聲明:本文標題《Oracle下時間轉換在幾種語言中的實現》,本文關鍵詞  Oracle,下,時間,轉換,在,幾種,;如發(fā)現本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《Oracle下時間轉換在幾種語言中的實現》相關的同類信息!
  • 本頁收集關于Oracle下時間轉換在幾種語言中的實現的相關信息資訊供網民參考!
  • 推薦文章