Oracle下时间转换在几种语言中的实现

cshellperlPHP下的日期时间转换:秒数与人类可读日期scalarlocaltime与secondssince00:00:001970-01-01UTC' <BR>scalarlocaltime26-bytestring与secondssince00:00:001970-01-01UTC'
(1970年1月1日凌晨零点以来的秒数)
thenumberofsecondsthathavepassedsincetheEpoch:00:00:00January1,1970,CoordinatedUniversalTime(UTC). c:
《AdvancedProgrammingintheUNIXEnvironment:SecondEdition》
简称《APUE》Seciont6.10figure6.8.RelationshipofthevarIoUstimefunctions说的清楚
#include<time.h>
time_ttime(time_tcalptr);
structtm
localtime(consttime_tcalptr);
structtm
gmtime(consttime_tcalptr);
time_tmktime(structtm
tmptr);
charasctime(conststructtmtmptr);
charctime(consttime_tcalptr);
size_tstrftime(charrestrictbuf,size_tmaxsize,
constchar
restrictformat,
conststructtm*restricttmptr); shell:
%date+%s
1128621784 %date-d"1970-01-01UTC1128621784seconds"
FriOct702:03:04CST2005 date-d"1970-01-01UTC1128621784seconds"+"%Y-%m-%d%H:%M:%s"
2005-10-0702:03:04 perl:
%perl-e'printscalarlocaltime1128621784'
FriOct702:03:042005 PHP:
date('Y-m-dH:i:s',time());

相关文章

Java Oracle 结果集是Java语言中处理数据库查询结果的一种方...
Java AES和Oracle AES是现代加密技术中最常使用的两种AES加密...
Java是一种广泛应用的编程语言,具备可靠性、安全性、跨平台...
随着移动互联网的发展,抽奖活动成为了营销活动中不可或缺的...
Java和Oracle都是在计算机领域应用非常广泛的技术,他们经常...
Java 是一门非常流行的编程语言,它可以运行于各种操作系统上...