1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00

change values to null if -

This commit is contained in:
Kelly Brazil
2019-11-14 17:36:29 -08:00
parent 7e2fa48ed4
commit 8bfa41dbf4
3 changed files with 22 additions and 14 deletions
+6 -6
View File
@@ -46,7 +46,7 @@ Examples:
"access_time": "2019-11-14 08:18:28.990834276 +0000",
"modify_time": "2018-03-12 23:04:27.000000000 +0000",
"change_time": "2019-08-12 17:21:29.545944399 +0000",
"birth_time": "-"
"birth_time": null
},
...
]
@@ -91,7 +91,7 @@ Examples:
"access_time": "2019-11-14 08:18:28.990834276 +0000",
"modify_time": "2018-03-12 23:04:27.000000000 +0000",
"change_time": "2019-08-12 17:21:29.545944399 +0000",
"birth_time": "-"
"birth_time": null
},
..
]
@@ -128,10 +128,10 @@ Returns:
"user": string,
"gid": integer,
"group": string,
"access_time": string,
"modify_time": string,
"change_time": string,
"birth_time": string
"access_time": string, # - = null
"modify_time": string, # - = null
"change_time": string, # - = null
"birth_time": string # - = null
}
]