Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Loading production environment (Rails 2.3.4)
  2. >> t1 = Event.first.timestamp
  3. => Sun, 27 Sep 2009 21:55:02 UTC +00:00
  4. >> Event.first(:conditions => ['timestamp < ?', t1])
  5. => #<Event sid: 2, cid: 2323, signature: 6, timestamp: "2009-08-12 18:18:42">
Add Comment
Please, Sign In to add comment