Rfc4122\UuidV1

class Ramsey\Uuid\Rfc4122\UuidV1

Implements Ramsey\Uuid\Rfc4122\UuidInterface and Ramsey\Uuid\TimeBasedUuidInterface.

UuidV1 represents a version 1, Gregorian time UUID. In addition to providing the methods defined on the interface, this class additionally provides the following methods.

getDateTime()
Returns

A date object representing the timestamp associated with the UUID.

Return type

\DateTimeInterface