Searched refs:tzBufSize (Results 1 – 1 of 1) sorted by relevance
83 int tzBufSize = 20; in GetTimeZone() local84 char tz[tzBufSize]; in GetTimeZone()85 auto ret = strftime(tz, tzBufSize, "%z", &tmLocal); in GetTimeZone()