# File AgileGuiTesting.rb, line 318
def get_formatted_time
  t = Time.now
  t_out = t.strftime("(%H:%M:%S%p)")
end