Skip to content

Commit

Permalink
Merge pull request #20416 from wordpress-mobile/issue/20412-fix-timez…
Browse files Browse the repository at this point in the history
…one-issue-with-traffic-chart

Fix timezone issue with traffic charts
  • Loading branch information
irfano authored Mar 7, 2024
2 parents bef4437 + 314bc62 commit cda2451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ class TrafficOverviewUseCase(
statsSiteProvider.siteModel,
lowerGranularity,
LimitMode.Top(OVERVIEW_ITEMS_TO_LOAD),
it
it,
false
)
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
automatticTracksVersion = '3.4.0'
gutenbergMobileVersion = 'v1.114.0'
wordPressAztecVersion = 'v2.0'
wordPressFluxCVersion = '2.70.0'
wordPressFluxCVersion = 'trunk-28e35ae36fe90c3b7bafb4610e71b9cd3f4e2dc4'
wordPressLoginVersion = '1.14.1'
wordPressPersistentEditTextVersion = '1.0.2'
wordPressUtilsVersion = '3.13.0'
Expand Down

0 comments on commit cda2451

Please sign in to comment.