diff --git a/EXAMPLES.md b/EXAMPLES.md index d01f49f0..9cad32b7 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -2490,7 +2490,15 @@ stat /bin/* | jc --stat -p # or: jc -p stat /bin/* "access_time": "2019-11-14 08:18:03.509681766 +0000", "modify_time": "2019-06-06 22:28:15.000000000 +0000", "change_time": "2019-08-12 17:21:29.521945390 +0000", - "birth_time": null + "birth_time": null, + "access_time_epoch": 1573748283, + "access_time_epoch_utc": 1573719483, + "modify_time_epoch": 1559885295, + "modify_time_epoch_utc": 1559860095, + "change_time_epoch": 1565655689, + "change_time_epoch_utc": 1565630489, + "birth_time_epoch": null, + "birth_time_epoch_utc": null }, { "file": "/bin/btrfs", @@ -2510,7 +2518,15 @@ stat /bin/* | jc --stat -p # or: jc -p stat /bin/* "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": null + "birth_time": null, + "access_time_epoch": 1573748308, + "access_time_epoch_utc": 1573719508, + "modify_time_epoch": 1520921067, + "modify_time_epoch_utc": 1520895867, + "change_time_epoch": 1565655689, + "change_time_epoch_utc": 1565630489, + "birth_time_epoch": null, + "birth_time_epoch_utc": null } ] ```