Re: Time Zone information in TimeInfo

2017-03-08 Thread Neil Conway
t; represent the amount of time that has elapsed since the (Unix) epoch, >> I would expect it to be timezone independent. Can you clarify why >> having TZ info would be useful? >> >> Neil >> >> On Mon, Mar 6, 2017 at 7:51 PM, Zameer Manji <zma...@apache.o

Re: Time Zone information in TimeInfo

2017-03-06 Thread Zameer Manji
> > On Mon, Mar 6, 2017 at 7:51 PM, Zameer Manji <zma...@apache.org> wrote: > > Hey, > > > > I noticed there is a TODO on the TimeInfo for adding Time Zone > information. > > ``` > > /** > > * Represents time since the epoch, in nanos

Re: Time Zone information in TimeInfo

2017-03-06 Thread Neil Conway
zma...@apache.org> wrote: > Hey, > > I noticed there is a TODO on the TimeInfo for adding Time Zone information. > ``` > /** > * Represents time since the epoch, in nanoseconds. > */ > message TimeInfo { > required int64 nanoseconds = 1; > > // TODO(josephw):

Time Zone information in TimeInfo

2017-03-06 Thread Zameer Manji
Hey, I noticed there is a TODO on the TimeInfo for adding Time Zone information. ``` /** * Represents time since the epoch, in nanoseconds. */ message TimeInfo { required int64 nanoseconds = 1; // TODO(josephw): Add time zone information, if necessary. } ``` Since there is no TZ