You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by nosql-菜鸟 <ke...@foxmail.com> on 2013/08/23 08:30:41 UTC

回复:AW: Datetime data type in Thrift?

you can use string or i32.  string is better.




------------------ 原始邮件 ------------------
发件人: "Jens Geyer"; 
发送时间: 2013年8月23日(星期五) 凌晨1:59
收件人: "user"; 
主题: AW: Datetime data type in Thrift?



No, the recommendation is to use double or i64. The biggest challenge is to find consensus on the timestamp base. Especially across platforms.

Btw, all available data types can be found on the website at thrift.apache.org

Protobuf: dont know.
________________________________
Von: Andrew Pennebaker
Gesendet: 22.08.2013 18:51
An: Thrift Users
Betreff: Datetime data type in Thrift?

Could there be a Thrift data type for datetimes? Integrating different
datetime formats across systems can be really helpful.

If not, do Protocol Buffers have a datetime data type?