From 420e1f9d725c2e8dbb5d98c4fa26d83934791006 Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Sun, 10 May 2020 12:20:14 +0800 Subject: [PATCH] Added package datetime_parse (#1465) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3c3cc6f..5dc4dee 100644 --- a/packages.json +++ b/packages.json @@ -17782,5 +17782,17 @@ "description": "Decimal type support based on the IEEE 754 2008 specification.", "license": "MIT", "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" } ]