Added package datetime_parse (#1465)

This commit is contained in:
Bung 2020-05-10 12:20:14 +08:00 committed by GitHub
parent c643cd4167
commit 420e1f9d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17782,5 +17782,17 @@
"description": "Decimal type support based on the IEEE 754 2008 specification.", "description": "Decimal type support based on the IEEE 754 2008 specification.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/JohnAD/decimal128" "web": "https://github.com/JohnAD/decimal128"
},
{
"name": "datetime_parse",
"url": "https://github.com/bung87/datetime_parse",
"method": "git",
"tags": [
"datetime",
"parser"
],
"description": "parse datetime from various resources",
"license": "MIT",
"web": "https://github.com/bung87/datetime_parse"
} }
] ]