Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cqlsh で関数を呼び出さずに timeuuid から日付を取得しようとしていますdateOf(id)。それで、timeuuidをdateに変換できるphpcassaの関数はありますか?
dateOf(id)
$time次のように、オブジェクトの属性を使用し\phpcassa\UUIDて UNIX タイムスタンプを取得できます。
$time
\phpcassa\UUID
$timeuuid = UUID::uuid1(); echo "timestamp: $timeuuid->time";
そこから、他の日付と時刻のオブジェクトを簡単に作成できます。