使用するときでは16:13:34
なく、(時間:分:秒)のようにフォーマットされた時間を取得するにはどうすればよいですか?そして、最初の例()に示すように時間を返す方法はありますか?Fri Feb 15 16:13:55 2013
time.asctime()
16:13:14
編集:私は以下を試しました:
>>> local = time.gmtime("tm_hour") + ":" + time.gmtime("tm_min") + ":" + time.gm_time("tm_sec")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: a float is required