We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94793b commit 5543176Copy full SHA for 5543176
app/helpers/timer_helper.rb
@@ -4,7 +4,7 @@ def format_time(time)
4
run_rand_20 if rand_run(0.2)
5
run_rand_50 if rand_run(0.5)
6
run_rand_90 if rand_run(0.9)
7
- time.strftime('%Y-%m-%d:%H:%M:%S')
+ time.strftime('%Y-%m-%d::%H:%M:%S')
8
end
9
10
def rand_run(value)
0 commit comments