Skip to content

Instantly share code, notes, and snippets.

@aaroncampos
Created September 18, 2010 23:07
Show Gist options
  • Save aaroncampos/586152 to your computer and use it in GitHub Desktop.
Save aaroncampos/586152 to your computer and use it in GitHub Desktop.
class ActiveSupport::TimeWithZone
def to_json(*args)
"{\"$date\": #{utc.to_i * 1000}}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment