Skip to content

Commit ee528a5

Browse files
fix: update time display with colon
1 parent 3c7a464 commit ee528a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/timer_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def format_time(time)
44
run_rand_20 if rand_run(0.2)
55
run_rand_50 if rand_run(0.5)
66
run_rand_90 if rand_run(0.9)
7-
time.strftime('%Y-%m-%d:%H:%M:%S')
7+
time.strftime('%Y-%m-%d::%H:%M:%S')
88
end
99

1010
def rand_run(value)

0 commit comments

Comments
 (0)