Skip to content

Commit cda2c4b

Browse files
tswastdpebot
authored andcommitted
Remove extraneous comment about BigQuery timestamps. (GoogleCloudPlatform#466)
1 parent d573a4d commit cda2c4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bigquery/cloud-client/src/main/java/com/example/bigquery/QueryParametersSample.java

-2
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ private static void runTimestamp() throws InterruptedException {
231231
BigQuery bigquery =
232232
new BigQueryOptions.DefaultBigqueryFactory().create(BigQueryOptions.getDefaultInstance());
233233

234-
// Timestamps are expected to be in the format YYYY-MM-DD HH:MM:SS.DDDDDD time_zone
235-
// See: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#timestamp-type
236234
DateTime timestamp = new DateTime(2016, 12, 7, 8, 0, 0, DateTimeZone.UTC);
237235

238236
String queryString = "SELECT TIMESTAMP_ADD(@ts_value, INTERVAL 1 HOUR);";

0 commit comments

Comments
 (0)