1 # frozen_string_literal: true
9 created_at { Time.now.utc }
10 closed_at { Time.now.utc + 1.day }
11 min_lon { (bbox[0] * GeoRecord::SCALE).round if bbox }
12 min_lat { (bbox[1] * GeoRecord::SCALE).round if bbox }
13 max_lon { (bbox[2] * GeoRecord::SCALE).round if bbox }
14 max_lat { (bbox[3] * GeoRecord::SCALE).round if bbox }
19 created_at { Time.now.utc - 5.hours }
20 closed_at { Time.now.utc - 4.hours }