Gets current datetime as defined on the remote host
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
duthosttime = duthost.get_now_time()
This method takes no arguments.
A string representing the datetime (Y-M-D H:M:S
)