.\"O .TH "UUID_TIME" "3" "2021-06-02" "util\-linux 2.37.2" "Programmer\(aqs Manual" .\"O .ie \n(.g .ds Aq \(aq .\"O .el .ds Aq ' .\"O .ss \n[.ss] 0 .\"O .nh .\"O .ad l .\"O .de URL .\"O \fI\\$2\fP <\\$1>\\$3 .\"O .. .\"O .als MTO URL .\"O .if \n[.g] \{\ .\"O . mso www.tmac .\"O . am URL .\"O . ad l .\"O . . .\"O . am MTO .\"O . ad l .\"O . . .\"O . LINKSTYLE blue R < > .\"O .\} .TH UUID_TIME 3 2021\-06\-02 "util\-linux 2.37.2" プログラマーマニュアル .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .\"O ---------------------------------------- .\"O .SH "NAME" .\"O uuid_time \- extract the time at which the UUID was created .SH 名前 uuid_time \- UUID が生成された時刻を抽出する .\"O ---------------------------------------- .\"O .SH "SYNOPSIS" .\"O .sp .\"O \fB#include \fP .\"O .sp .\"O \fBtime_t uuid_time(uuid_t \fIuu\fP, struct timeval *\fIret_tv\fP)\fP .SH 書式 .sp \fB#include \fP .sp \fBtime_t uuid_time(uuid_t \fP\fIuu\fP\fB, struct timeval *\fP\fIret_tv\fP\fB)\fP .\"O ---------------------------------------- .\"O .SH "DESCRIPTION" .\"O .sp .\"O The \fBuuid_time\fP() function extracts the time at which the supplied time\-based UUID \fIuu\fP was created. Note that the UUID creation time is only encoded within certain types of UUIDs. This function can only reasonably expect to extract the creation time for UUIDs created with the \fBuuid_generate_time\fP(3) and \fBuuid_generate_time_safe\fP(3) functions. It may or may not work with UUIDs created by other mechanisms. .SH 説明 .sp \fBuuid_time\fP() 関数は、 指定された時刻ベースの UUID が生成された時刻を抽出する。 UUID の生成時刻は、 所定タイプの UUID においてのみ、 その内部にコード化される。 この関数が生成時刻を適切に抽出できる UUID は、 \fBuuid_generate_time\fP(3) 関数と \fBuuid_generate_time_safe\fP(3) 関数によって生成された UUID についてのみである。 この他の処理によって生成された UUID は、 抽出できる場合と、 できない場合がある。 .\"O ---------------------------------------- .\"O .SH "RETURN VALUE" .\"O .sp .\"O The time at which the UUID was created, in seconds since January 1, 1970 GMT (the epoch), is returned (see \fBtime\fP(2)). The time at which the UUID was created, in seconds and microseconds since the epoch, is also stored in the location pointed to by \fIret_tv\fP (see \fBgettimeofday\fP(2)). .SH 返り値 .sp UUID の生成時刻は、 1970 年 1 月 1 日 (UNIX エポック) からの経過秒数として返される (\fBtime\fP(2) 参照)。 またエポックからの経過秒数と、 経過マイクロ秒数で表現した UUID 生成時刻が、 \fIret_tv\fP で示されるポインターにも保存される (\fBgettimeofday\fP(2) 参照)。 .\"O ---------------------------------------- .\"O .SH "AUTHORS" .\"O .sp .\"O Theodore Y. Ts\(cqo .SH 著者 .sp Theodore Y. Ts\(cqo .\"O ---------------------------------------- .\"O .SH "SEE ALSO" .\"O .sp .\"O \fBuuid\fP(3), .\"O \fBuuid_clear\fP(3), .\"O \fBuuid_compare\fP(3), .\"O \fBuuid_copy\fP(3), .\"O \fBuuid_generate\fP(3), .\"O \fBuuid_is_null\fP(3), .\"O \fBuuid_parse\fP(3), .\"O \fBuuid_unparse\fP(3) .SH 関連項目 .sp \fBuuid\fP(3), \fBuuid_clear\fP(3), \fBuuid_compare\fP(3), \fBuuid_copy\fP(3), \fBuuid_generate\fP(3), \fBuuid_is_null\fP(3), \fBuuid_parse\fP(3), \fBuuid_unparse\fP(3) .\"O ---------------------------------------- .\"O .SH "REPORTING BUGS" .\"O .sp .\"O For bug reports, use the issue tracker at \c .\"O .URL "https://github.com/karelzak/util\-linux/issues" "" "." .SH バグ報告 .sp バグ報告は、 以下にある issue トラッカーを利用すること。 .URL https://github.com/karelzak/util\-linux/issues "" . .\"O ---------------------------------------- .\"O .SH "AVAILABILITY" .\"O .sp .\"O The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c .\"O .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "." .SH 入手方法 .sp \fBlibuuid\fP ライブラリは、 util\-linux 2.15.1 以降、 このパッケージの一部であり、 以下からダウンロードできる。 .URL https://www.kernel.org/pub/linux/utils/util\-linux/ "Linux Kernel Archive" . .\"O ----------------------------------------