Time and Date is still out

2011-03-29 Thread James Purser
Doing some testing I've noticed that the time and date for other participants (ie not your participant) is still being given as 1970, Jan 1. Where abouts in the code is this and is anyone else seeing it? -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Wave:

Re: Time and Date is still out

2011-03-29 Thread Yuri Z
Yes. the issue is still open. 2011/3/30 James Purser jamesrpur...@gmail.com Doing some testing I've noticed that the time and date for other participants (ie not your participant) is still being given as 1970, Jan 1. Where abouts in the code is this and is anyone else seeing it? -- James

Re: Time and Date is still out

2011-03-29 Thread Yuri Z
I mean issue 180 http://code.google.com/p/wave-protocol/issues/detail?id=180 2011/3/30 Yuri Z vega...@gmail.com Yes. the issue is still open. 2011/3/30 James Purser jamesrpur...@gmail.com Doing some testing I've noticed that the time and date for other participants (ie not your

Re: Time and Date is still out

2011-03-29 Thread Kai Chang
Not familiar with the code-- but it may be a Javascript bug. JS uses milliseconds instead of seconds for Unix time, so you need to multiply regular Unix time by a thousand. On Tue, Mar 29, 2011 at 3:39 PM, James Purser jamesrpur...@gmail.comwrote: Doing some testing I've noticed that the time

Re: Time and Date is still out

2011-03-29 Thread James Purser
That sounds like it could be the issue. Refreshing the page brings up the correct date/time On Wed, Mar 30, 2011 at 9:45 AM, Kai Chang kai.s.ch...@gmail.com wrote: Not familiar with the code-- but it may be a Javascript bug. JS uses milliseconds instead of seconds for Unix time, so you need