We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported to us in private.
private val readableFormat = DateTimeComponents.Format { year() char('-') monthNumber() char('-') dayOfMonth() char(' ') hour() char(':') minute() char(':') second() alternativeParsing({}) { char(' ') } alternativeParsing( { timeZoneId() }, { offset(UtcOffset.Formats.ISO) } ) { offsetHours() char(':') offsetMinutesOfHour() optional { char(':') offsetSecondsOfMinute() } } } public fun format(value: Instant): String { return readableFormat.format { setDateTime(value.toLocalDateTime(zone)) timeZoneId = zone.id } }
The error message is unreadable:
java.lang.IllegalStateException: Field totalHoursAbs is not set
The text was updated successfully, but these errors were encountered:
Refer to DateTimeComponents field names in errors for null values
5ea5c47
Fixes #471
dkhalanskyjb
Successfully merging a pull request may close this issue.
Reported to us in private.
The error message is unreadable:
The text was updated successfully, but these errors were encountered: