Skip to content

Instantly share code, notes, and snippets.

@johnlpage
Created March 4, 2022 13:12
Show Gist options
  • Save johnlpage/8e8dc1f13831c2584f6646d3d6c97cf1 to your computer and use it in GitHub Desktop.
Save johnlpage/8e8dc1f13831c2584f6646d3d6c97cf1 to your computer and use it in GitHub Desktop.
{
$set: {
miltime: {
$add: [{
$minute: "$date"
}, {
$multiply: [{
$hour: "$date"
}, 100]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment