Skip to content

Commit

Permalink
setting timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
dotos committed Oct 28, 2016
1 parent c8760d2 commit fa5205d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
/**
* Module dependencies.
*/

/**
* 设置时区
*/
proces.env.TZ = "Asia/Shanghai";

var app = require('../app');
var debug = require('debug')('API:server');
Expand Down

0 comments on commit fa5205d

Please sign in to comment.