File tree

1 file changed

+1
-1
lines changed
  • google-cloud-spanner/src/main/java/com/google/cloud/spanner

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static Type timestamp() {
109109

110110
/**
111111
* 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).
113113
*/
114114
public static Type date() {
115115
return TYPE_DATE;

0 commit comments

Comments
 (0)