Skip to content

Commit

Permalink
UI Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Aug 5, 2023
1 parent fa810d4 commit 27e2117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indyscan-webapp/components/TxPreview/TxPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TxPreview extends Component {
// let utcDateString = "N/A"
const sinceEpoch = txnTimeIso8601 ? (Date.parse(txnTimeIso8601)) : null
if (txnTimeIso8601) {
txnDateLocalString = moment.utc(txnTimeIso8601).tz(moment.tz.guess()).format('do MMMM YYYY, HH:mm:ss a')
txnDateLocalString = moment.utc(txnTimeIso8601).tz(moment.tz.guess()).format('DO MMMM YYYY, HH:mm:ss a')
// todo: display this
// utcDateString = moment.utc(txnTimeIso8601).format('do MMMM YYYY, HH:mm:ss a')
}
Expand Down

0 comments on commit 27e2117

Please sign in to comment.