File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed google-cloud-spanner/src/main/java/com/google/cloud/spanner
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -109,7 +109,7 @@ public static Type timestamp() {
|
109 | 109 |
|
110 | 110 | /**
|
111 | 111 | * Returns the descriptor for the {@code DATE} type: a timezone independent date in the range
|
112 |
| -* [1678-01-01, 2262-01-01). |
| 112 | +* [0001-01-01, 9999-12-31). |
113 | 113 | */
|
114 | 114 | public static Type date() {
|
115 | 115 | return TYPE_DATE;
|
|
You can’t perform that action at this time.
0 commit comments