Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
ws_timezone Struct Reference

Portable representation of timezone offset and name. More...

#include <ws_strptime.h>

Public Attributes

long tm_gmtoff
 
const char * tm_zone
 

Detailed Description

Portable representation of timezone offset and name.

Provides a wrapper for the tm_gmtoff and tm_zone fields found in some platform-specific implementations of struct tm. This struct is used to pass timezone information on systems where these fields are not available in the standard struct tm.


The documentation for this struct was generated from the following file: