GoLang MongoId::getTimestamp

request it (226)
GoLang replacement for PHP's MongoId::getTimestamp [edit | history]



Do you know a GoLang replacement for PHP's MongoId::getTimestamp? Write it!

PHP MongoId::getTimestamp

PHP original manual for MongoId::getTimestamp [ show | php.net ]

MongoId::getTimestamp

(PECL mongo >= 1.0.1)

MongoId::getTimestampGets the number of seconds since the epoch that this id was created

Description

public int MongoId::getTimestamp ( void )

This returns the same thing as running time() when the id is created.

Parameters

This function has no parameters.

Return Values

Returns the number of seconds since the epoch that this id was created. There are only four bytes of timestamp stored, so MongoDate is a better choice for storing exact or wide-ranging times.