[protobuf] Developing a PHP interface

2010-03-31 Thread ikalbeniz
Hi, A am developing a PHP simple interface for google protobuffer... i am trying to make querys agains android Market but when uy get the comments i get the data in a 64 bit format.. for example i get 18288305805871599558 that un "normal" unxi time is 1269993068322 that can be formated with date(

Re: [protobuf] Developing a PHP interface

2010-04-01 Thread Kenton Varda
You'd have to check the protocol's documentation to see how it represents time. Protocol Buffers in general do not have any particular "standard" representation. On Wed, Mar 31, 2010 at 5:09 AM, ikalbeniz wrote: > Hi, > > A am developing a PHP simple interface for google protobuffer... i am > t