We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3223783 commit e7a7835Copy full SHA for e7a7835
google-cloud-spanner/src/main/java/com/google/cloud/spanner/Value.java
@@ -50,7 +50,6 @@
50
import java.time.LocalDate;
51
import java.time.LocalDateTime;
52
import java.time.OffsetDateTime;
53
-import java.time.ZoneId;
54
import java.time.ZonedDateTime;
55
import java.util.ArrayList;
56
import java.util.Arrays;
@@ -105,8 +104,6 @@ public abstract class Value implements Serializable {
105
104
static final com.google.protobuf.Value NULL_PROTO =
106
com.google.protobuf.Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build();
107
108
- private static final ZoneId UTC_ZONE = ZoneId.of("UTC");
109
-
110
/** Constant to specify a PG Numeric NaN value. */
111
public static final String NAN = "NaN";
112
0 commit comments