diff --git a/app/models/bulk_upload_data_set.rb b/app/models/bulk_upload_data_set.rb index f1367c972..17a375a8d 100644 --- a/app/models/bulk_upload_data_set.rb +++ b/app/models/bulk_upload_data_set.rb @@ -1242,8 +1242,12 @@ def insert_data t.site_id = row['site_id'] # Modify each Trait class instance so that date strings are - # interpreted as being in the time zone of the trait site - # (or UTC, if the trait site time_zone column is null) + # interpreted as being in the time zone of the trait site (or UTC, if + # the trait site time_zone column is null). Note that in the Bulk + # Upload Wizard, the validation step will prevent reaching this code + # if a site without time zone is in the data file. But nothing + # prevents a site without time zone from being specified + # interactively. class <