You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParseException: Unparseable date: "2024-12-12T19:08:08Z"
at com.woocommerce.android.util.DateUtils.getDateFromFullDateString(DateUtils.kt:498)
formatter.parse(isoStringDate)
at com.woocommerce.android.util.DateUtils.getDateUsingSiteTimeZone(DateUtils.kt:481)
return getDateFromFullDateString(iso8601DateString)
at com.woocommerce.android.ui.orders.list.OrderListItemDataSource.getItemIdentifiers(OrderListItemDataSource.kt:135)
val siteDate = dateUtils.getDateUsingSiteTimeZone(it.dateCreated) ?: Date()
at com.woocommerce.android.ui.orders.list.OrderListItemDataSource.fetchList(OrderListItemDataSource.kt:38)
@Suppress("LongParameterList")
at com.woocommerce.android.ui.orders.list.OrderListItemDataSource.getItemIdentifiers(OrderListItemDataSource.kt:38)
@Suppress("LongParameterList")
...
(13 additional frame(s) were not displayed)
Date string argument is not a valid format
The text was updated successfully, but these errors were encountered:
Sentry Issue: WOOCOMMERCE-ANDROID-HCQ
The text was updated successfully, but these errors were encountered: