lib/junkie/reactor.rb in junkie-0.0.13 vs lib/junkie/reactor.rb in junkie-0.0.14
- old
+ new
@@ -104,10 +104,10 @@
# send out the current time out of the websocket
@channels[:info].push({
key: "Last Episode Search",
desc: "The last time <strong>junkie</strong> has searched for new episodes",
- value: Time.new.strftime("%d.%m.%Y %H:%M:%S")
+ value: Time.new.strftime("%H:%M:%S")
})
}
EM.defer(operation, callback)
}