diff --git a/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java b/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java index 885c043b7..602be08ac 100644 --- a/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java +++ b/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java @@ -680,7 +680,9 @@ public Builder setNoncurrentTimeBefore(DateTime noncurrentTimeBefore) { /** * Sets the date in RFC 3339 format with only the date part (for instance, "2013-01-15"). - * This condition is satisfied when the custom time on an object is before this date. + * Note that only date part will be considered, if the time is specified it will be + * truncated. This condition is satisfied when the custom time on an object is before this + * date in UTC. */ public Builder setCustomTimeBefore(DateTime customTimeBefore) { this.customTimeBefore = customTimeBefore;