diff --git a/resources/function_help/json/from_epoch b/resources/function_help/json/from_epoch index 47a40618e1a..2171aae36f7 100644 --- a/resources/function_help/json/from_epoch +++ b/resources/function_help/json/from_epoch @@ -1,5 +1,5 @@ { - "name": "from epoch", + "name": "from_epoch", "type": "function", "description": "Returns a datetime whose date and time are the number of milliseconds, msecs, that have passed since 1970-01-01T00:00:00.000, Coordinated Universal Time (Qt.UTC), and converted to Qt.LocalTime.", "arguments": [ {"arg":"int","description":"number (milliseconds)"} ],