Skip to content

Commit

Permalink
add an authors file
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Apr 16, 2013
1 parent 7579c33 commit e0f9d09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
@@ -0,0 +1,6 @@
Jesse Yang <jyyjcc@gmail.com>
TZ <atian25@qq.com>
Jackson Tian <shyvo1987@gmail.com>
yyfrankyy <yyfrankyy@gmail.com>
nasa.wang <nasa127@gmail.com>
xingkui <bit3725@gmail.com>
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -4,5 +4,8 @@ clear:
start:
@npm start

authors:
@git log --format='%aN <%aE>' | sort -u > AUTHORS

test: clear
@export DEBUG= && mocha
4 changes: 4 additions & 0 deletions lib/info.js
Expand Up @@ -31,6 +31,10 @@ function Info(json){
}

this.CreateTime = Number(this.CreateTime);
this.MsgId = Number(this.MsgId);

// 微信发送过来的时间只精确到秒
this.created = new Date(this.CreateTime * 1000);

// shorthands
var map = {
Expand Down

0 comments on commit e0f9d09

Please sign in to comment.