|
|
Reported by igfgt1,
Mar 15, 2008
What steps will reproduce the problem?
1. Post in gTwitter and compare the timestamp(about _something_) with the
web client
What is the expected output? What do you see instead?
I want to see the dates just like twitter web client
What version of the product are you using? On what operating system?
Trunk, Ubuntu 8.04
See patch enclosed. Actually in my Ubuntu box(Mono 1.2.6) .ToLocalTime()
was not converting UTC datetime to local time, so... since we only use the
actual local time to show it at the end, I only use ToLocalTime if we have
a more-than-a-day twitt. Please see patch, waiting for comments.
|