Skip to content

Commit 72214a1

Browse files
authored
docs: change collection name
1 parent 5066edb commit 72214a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Applications that must operate or report on some unmodified local time value may
99
TimeZoneOffSet is saved in seconds.
1010

1111
```javascript
12-
var record = db.getCollection("riskScore").findOne()
12+
var record = db.getCollection("mongoRisk").findOne()
1313
var localTime = new Date(record.dateTime.getTime() + record.timeZoneOffset)
1414
```

0 commit comments

Comments
 (0)