7 created_at { Time.now.utc }
8 closed_at { Time.now.utc + 1.day }
9 min_lon { (bbox[0] * GeoRecord::SCALE).round if bbox }
10 min_lat { (bbox[1] * GeoRecord::SCALE).round if bbox }
11 max_lon { (bbox[2] * GeoRecord::SCALE).round if bbox }
12 max_lat { (bbox[3] * GeoRecord::SCALE).round if bbox }
17 created_at { Time.now.utc - 5.hours }
18 closed_at { Time.now.utc - 4.hours }