SYNOPSIS
use Mango::BSON::Timestamp;
my $ts = Mango::BSON::Timestamp->new(seconds => 23, increment => 5);
DESCRIPTION
Mango::BSON::Timestamp is a container for the BSON timestamp type used by Mango::BSON.ATTRIBUTES
Mango::BSON::Timestamp implements the following attributes.seconds
my $seconds = $ts->seconds; $ts = $ts->seconds(23);
Seconds.