Skip to content

Commit

Permalink
simulation output
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Alabor committed Jun 28, 2014
1 parent aed5d93 commit cc1996b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tooladapter/rtc.js
Expand Up @@ -25,7 +25,7 @@ function register(task, simulate) {
});
} else {
console.log('SIMULATE: write ' + timestamp + ' (' +
moment(task.date) + ') to ' + rtcFile);
moment(task.date).format() + ') to ' + rtcFile);
return q.when();
}
} else {
Expand Down

0 comments on commit cc1996b

Please sign in to comment.