Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow for strftime() %Z timezone to be >4 chars
In create_long_time_string(), the strftime() buffer reserves 4 bytes for the %Z timezone abbreviation. This limit is insufficient for some locales (eg, "GMT-1"). The zoneinfo database shows some as long as 8 characters. This increases the strftime() buffer to 32 bytes which reserves 11 bytes for the %Z timezone. Fixes issue 16.
- Loading branch information