From 20336b290081e511c826426c478c0652af721bcc Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Mon, 29 Feb 2016 12:03:28 +0700
Subject: [PATCH] disable micro-strptime

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 0e1c9ed..f796336 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,7 @@ var http = require('http');
 var url = require('url');
 var winston = require('winston');
 var strftime = require('strftime');
-var strptime = require('micro-strptime').strptime;
+//var strptime = require('micro-strptime').strptime;
 var request = require('request');
 var striptags = require('striptags');
 var moment = require('moment');
-- 
1.9.0