https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2629
--- Comment #4 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-06-10 08:47:18 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > I get traces from around the world (usually in the local time zone) so I think
> > (as I mentioned in the quoted message thread) it would be very useful if you
> > could set any timezone.
>
> ... which is easily done on *NIX:
>
> TZ=XXX wireshark -r [...]
>
> but not so easily done on Windows (at least that I know of).
>
> That is to say that this feature would be useful on Windows than *NIX.
Actually, someone just pointed out that on Windows the same thing can be done:
set TZ=GMT
wireshark -r [...]
works as expected.
I suppose this means that we'd just need a graphically nice way to get the
desired timezone from the user and then do a putenv() to put it in our
environment.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.