{
  "name": "epoch",
  "type": "function",
  "description": "Return the interval in milliseconds between the unix epoch and a given date value.",
  "arguments": [ {"arg":"date","description":"a date or datetime value"} ],
  "examples": [ { "expression":"epoch(to_date('2017-01-01'))", "returns":"1483203600000"} ]
}