1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-12-24 00:31:11 +02:00

update examples

This commit is contained in:
Kelly Brazil
2021-03-23 14:59:03 -07:00
parent 1e8e553316
commit 2b38462de7
3 changed files with 33 additions and 27 deletions

View File

@@ -30,16 +30,17 @@ Examples:
"year": 2021,
"month_num": 3,
"day": 23,
"hour": 17,
"minute": 41,
"second": 44,
"period": null,
"hour": 8,
"hour_24": 20,
"minute": 45,
"second": 29,
"period": "PM",
"month": "Mar",
"weekday": "Tue",
"weekday_num": 2,
"timezone": "UTC",
"epoch": 1616546504,
"epoch_utc": 1616571704
"epoch": 1616557529,
"epoch_utc": 1616532329
}
$ date | jc --date -p -r
@@ -48,9 +49,10 @@ Examples:
"month": "Mar",
"day": "23",
"weekday": "Tue",
"hour": "17",
"minute": "41",
"second": "44",
"hour": "08",
"minute": "45",
"second": "29",
"period": "PM",
"timezone": "UTC"
}