Update resources/function_help/json/from_epoch

Co-Authored-By: Étienne Trimaille <gustrimaille@yahoo.fr>
This commit is contained in:
Richard Duivenvoorde 2019-10-31 19:59:56 +01:00 committed by GitHub
parent 56fa5f7607
commit ae0f8ffe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"} ],