Skip to content

Commit

Permalink
ofmcc-5466 - clean up console log
Browse files Browse the repository at this point in the history
  • Loading branch information
vietle-cgi committed Aug 6, 2024
1 parent d8218b7 commit 524abdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/utils/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ function convertUTCDatetoPSTDate(date) {
function convertTimeToDateTimeFormat(time) {
const hours = time?.split(':')[0]
const minutes = time?.split(':')[1]
console.log(time)
console.log(momentTZ().tz(TIME_ZONE).hours(hours).minutes(minutes).seconds(0).milliseconds(0).format('YYYY-MM-DD HH:mm:ss z'))
return momentTZ().tz(TIME_ZONE).hours(hours).minutes(minutes).seconds(0).milliseconds(0)
}

Expand Down

0 comments on commit 524abdb

Please sign in to comment.