DATAMONGO-1834 - Polishing.
Remove DateFactory and split up tests. Introduce dedicated Timezone abstraction and update existing factories to apply the timezone if appropriate. Update builders and align code style. Original Pull Request: #539
This commit is contained in:
@@ -2051,7 +2051,7 @@ At the time of this writing we provide support for the following Aggregation Ope
|
||||
| literal
|
||||
|
||||
| Date Aggregation Operators
|
||||
| dayOfYear, dayOfMonth, dayOfWeek, year, month, week, hour, minute, second, millisecond, dateToString, isoDayOfWeek, isoWeek, isoWeekYear
|
||||
| dayOfYear, dayOfMonth, dayOfWeek, year, month, week, hour, minute, second, millisecond, dateToString, dateFromString, dateFromParts, dateToParts, isoDayOfWeek, isoWeek, isoWeekYear
|
||||
|
||||
| Variable Operators
|
||||
| map
|
||||
|
||||
Reference in New Issue
Block a user