Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseException: Unparseable date: "2024-12-12T19:08:08Z" #13145

Open
sentry-io bot opened this issue Dec 16, 2024 · 1 comment
Open

ParseException: Unparseable date: "2024-12-12T19:08:08Z" #13145

sentry-io bot opened this issue Dec 16, 2024 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 16, 2024

Sentry Issue: WOOCOMMERCE-ANDROID-HCQ

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
@dangermattic
Copy link
Collaborator

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant