Created
April 16, 2010 21:52
-
-
Save reinh/369018 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
def set_node_reported_at | |
puts '---' | |
puts report.time.inspect | |
node.update_attribute(:reported_at, report.time) | |
puts node.reported_at.inspect # <- wtf? | |
puts '---' | |
end | |
# --- | |
# Thu Nov 19 17:08:50 -0800 2009 | |
# Fri, 20 Nov 2009 01:08:50 UTC +00:00 <- wtf? | |
# --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment