1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

Add period field for en_US.UTF-8 locale

This commit is contained in:
Kelly Brazil
2021-01-05 09:42:05 -08:00
parent b37ee8555a
commit 22b461eb4b
7 changed files with 47 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ Examples:
"hour": 16,
"minute": 48,
"second": 11,
"period": null,
"month": "Jul",
"weekday": "Fri",
"weekday_num": 6,
@@ -76,6 +77,7 @@ Returns:
"hour": integer,
"minute": integer,
"second": integer,
"period": string,
"month": string,
"weekday": string,
"weekday_num": integer,