Skip to content

Commit

Permalink
GH-3327 un-use time zone adjustment in the queue (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBespalov authored Jan 17, 2024
1 parent 2348e79 commit aa1bca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class QueuedTransactionsViewController: TransactionListViewController {
}

override func formatted(date: Date) -> String {
date.timeAgo(adjustForTimeZone: true)
date.timeAgo()
}

override func shouldHighlight(transaction: SCGModels.TxSummary) -> Bool {
Expand Down

0 comments on commit aa1bca7

Please sign in to comment.