mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-07-12 10:49:09 +09:00
df76a227dc
First open source release of Campfire 🎉
3 lines
127 B
Ruby
3 lines
127 B
Ruby
# Used to match JavaScripts (new Date).getTime() for sorting
|
|
Time::DATE_FORMATS[:epoch] = ->(time) { (time.to_f * 1000).to_i }
|