Skip to content

Commit

Permalink
Add timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTimeey committed May 17, 2021
1 parent 7c072b8 commit a7da0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/timeUtils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const moment = require('moment');

function currentTimestamp() {
return moment(new Date()).format('DD.MM.YYYY - HH:mm:ss');
return moment(new Date()).format('DD.MM.YYYY - HH:mm:ss (Z)');
}

function formatSeconds(sec) {
Expand Down

0 comments on commit a7da0be

Please sign in to comment.