我正在测试这个 RESTFul whois API。
如果日期是 unix 时间戳格式,我会感到困惑。但我不这么认为,因为:
print time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(int("1340578800000")))
给我 :
ValueError: timestamp out of range for platform time_t
日期可以在这里找到
updated: 1340578800000
在这个文件中:
http://www.restfulwhois.com/example
我在网站上找不到任何电子邮件或支持,这就是我在这里问的原因。你怎么看 ?