https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6086
--- Comment #3 from Dirk <doj@xxxxxxxxx> 2011-07-29 17:16:39 PDT ---
of course there is an endless possibility to enter a date/time in a myrads of
formats. I just settled for the geeky ISO format, which is also used to display
the timestamps. I guess we can close Bug 1361 out with these changes. If you
want to be super fancy, I could make a small addition, where you could specify
a format string for the strptime() function via an environent variable. This
way a Wireshark user could use his special format without compiling a custom
version.
For example for a german date/time format:
$ WS_TIME_FORMAT="%d.%m.%Y %H:%M:%S" ./wireshark
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.