docs: add changelog entry

This commit is contained in:
Kjell Winblad 2023-08-07 16:28:39 +02:00
parent 3ed031db70
commit 19d091eef1
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
When running one of the rule engine SQL `mongo_date` functions in the EMQX dashboard test interface, the resulting date is formatted as `ISODate(*)`, where * is the date in ISO date format instead of only the ISO date string. This is the format used by MongoDB to store dates.