Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] RPM Build fails on SUSE 11.3

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 19 Dec 2016 12:38:15 -0800
On Dec 19, 2016, at 9:40 AM, Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> wrote:

> BTW, it appears extcap requires glib 2.26 (for GTimeZone) but configure.ac still says we only require 2.22.  Time for a version bump?

So why do we need GTimeZone?  It's required to show the current time and date as UTC, if *that's* what we're trying to do, because you can do *that* with gmtime(), which is part of ISO C90.