Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Revert "Change dateNowUTC() to dateNowLocal() because dateNowUTC() gi…
Browse files Browse the repository at this point in the history
…ving wro…" (#3380)

This reverts commit 1995b36.
  • Loading branch information
ILIYANGERMANOV authored Jul 29, 2024
1 parent 968f340 commit dbee8f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import androidx.compose.ui.unit.dp
import com.ivy.design.l0_system.UI
import com.ivy.design.l0_system.style
import com.ivy.legacy.IvyWalletComponentPreview
import com.ivy.legacy.utils.dateNowLocal
import com.ivy.legacy.utils.dateNowUTC
import com.ivy.legacy.utils.format
import com.ivy.legacy.utils.formatLocal
Expand All @@ -45,7 +44,7 @@ fun HistoryDateDivider(
) {
Spacer(Modifier.width(24.dp))

val today = dateNowLocal()
val today = dateNowUTC()

Column {
Text(
Expand Down

0 comments on commit dbee8f6

Please sign in to comment.