Remove Joda dependency (#79007)

This commit removes the dependency on the Joda library. It removes
many remaining references to joda, though not all because some comments
are worthwhile for historical reasoning.
This commit is contained in:
Ryan Ernst 2021-10-13 17:37:31 -07:00 committed by GitHub
parent ce614ce05c
commit 208d575e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 845 additions and 251 deletions

View file

@ -22,7 +22,7 @@ import java.time.ZonedDateTime;
import java.util.Objects;
import java.util.function.ToIntFunction;
/** Extracts a portion of a date field with joda time */
/** Extracts a portion of a date field with Java time */
class DateObjectValueSource extends FieldDataValueSource {
final String methodName;