Constructs a BSONDate from the given date value.
Constructs a BSONDate from the given UNIX time.
Allows relational and equality comparisons.
Allows relational and equality comparisons.
Returns the date formatted as ISO extended format.
The raw unix time value.
Constructs a BSONDate from the given date/time in standard time as defined in std.datetime.
Constructs a BSONDate from the given date/time string in ISO extended format.
Represents a BSON date value (BSON.Type.date).
BSON date values are stored in UNIX time format, counting the number of milliseconds from 1970/01/01.