|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Portable representation of timezone offset and name. More...
#include <ws_strptime.h>
Public Attributes | |
| long | tm_gmtoff |
| const char * | tm_zone |
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.