MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / tz_offset

Function tz_offset

time_rec.h:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 */
127int _tz_offset(const char *tz, time_t t);
128static inline int tz_offset(const char *tz)
129{
130 return _tz_offset(tz, time(NULL));
131}
132
133
134/*************** RFC 2445/5545 low-level abstractions ****************/

Callers

nothing calls this directly

Calls 1

_tz_offsetFunction · 0.85

Tested by

no test coverage detected