From c41e6835347eee16b5a7211cb3921dd559231307 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 8 May 2018 19:56:09 -0300 Subject: [PATCH] Added package datetime2human (#725) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 0a08186..6e8f7b1 100644 --- a/packages.json +++ b/packages.json @@ -9191,6 +9191,22 @@ "license": "MIT", "web": "https://github.com/dom96/httpbeast" }, + { + "name": "datetime2human", + "url": "https://github.com/juancarlospaco/nim-datetime2human", + "method": "git", + "tags": [ + "date", + "time", + "datetime", + "ISO-8601", + "human", + "minimalism" + ], + "description": "Human friendly DateTime string representations, seconds to millenniums.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-datetime2human" + }, { "name": "sass", "url": "https://github.com/dom96/sass",