diff --git a/reference/mongodb/bson/utcdatetime/construct.xml b/reference/mongodb/bson/utcdatetime/construct.xml index 80fe7b2a73..7f9a183337 100644 --- a/reference/mongodb/bson/utcdatetime/construct.xml +++ b/reference/mongodb/bson/utcdatetime/construct.xml @@ -71,7 +71,9 @@ The milliseconds argument is optional and defaults to &null; (i.e. current time). The argument also accepts a DateTimeInterface, which may be used to derive - the number of milliseconds since the Unix epoch. + the number of milliseconds since the Unix epoch. Previously, only + integer, float, and string types + were accepted.