The timestamp option can be a function that returns what you wish it to be saved as…
Line 4:
winston.add(winston.transports.Console, {'timestamp':function() {return '111111111'; },'colorize':true});
Source here: https://github.com/flatiron/winston/pull/120