The representation of values of the time stamp type is accomplished by joining the date and time string values in a single string joined by a space.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
If you want to store a Unix time stamp, use the 'integer' datatype;Unix timestampes are 4-byte integers, which maps perfectly to the DB_Table 'integer' datatype.Character Large Object (CLOB)Example 39-9.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
This behaviour is possible thanks to mktime() for the Unix Time stamp engine, while being built into the PearDate engine for you.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
Instead you should call nextDay() passing it the argument TRUE, to get back a time stamp from which the next day can be obtained.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
If the user wants to prolong this period, he can run sudo-v to reset the time stamp so thatit will take another 5 minutes before sudo asks for the password again.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕
To switch between engines use the constant CALENDAR_ENGINE// The default Unix time stamp engine (this definition is not required)// define('CALENDAR_ENGINE', 'UnixTs');// Switch to PEAR::Date enginedefine('CALENDAR_ENGINE', 'PearDate');Note that the PearDate engine is based on PEAR::Date version 1.4 or newer.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
To ease using it with database-backed applications, date element also accepts Unix time stamps (generated by mktime()) and strings.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕
ファイルのタイムスタンプ
time-stamp on a file
メール今受け取ったよ!でもタイムスタンプが昨日になってるよ。
I got your mail just now! But the time stamp on your message is yesterday.《レ》〔送信テストのメールを受け取ったときの返事〕
The first, obtained from thisYear(TRUE)() is a time stamp for the beginning of the year 2003 (1st January 2003 in fact) while the third from thisDay(TRUE)() is a time stamp for 25th October 2003.〔【出典】PEAR ◆【License】Open Publication License ◆【編集】独立行政法人情報通信研究機構 〕