Ted Yu wrote: >>From my experience working with web services using SOAP in PHP and Java, >>datetime handling is a source of big headache. > > Is there plan for thrift to add datetime type support ? > > I see alternative such as: > http://www.evernote.com/about/developer/api/ref/Types.html#Typedef_Timestamp > > Regards
i use this:
struct Timestamp {
1: i32 s = -2147483648,
2: i32 micro_s = 0,
}
--
Matthieu
