(PECL mongo >= 0.8.1)
Creates a new date.
public MongoDate::__construct ([ int $sec = time() [, int $usec = 0 ]] )
Creates a new date. If no parameters are given, the current time is used.
Parameters:
sec
Number of seconds since the epoch (i.e. 1 Jan 1970 00:00:00.000 UTC).
usec
Microseconds. Please be aware though that MongoDB's r