]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Implement utc_mktime() with timegm() if it exists.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 18 Apr 2016 13:40:49 +0000 (16:40 +0300)
committerGitLab <gitlab@git.dovecot.net>
Tue, 19 Apr 2016 15:48:21 +0000 (18:48 +0300)
commite5a3e4396b53591bf1f22a73f9ec1a022f2c1e46
tree5d34715dea4361d6e478530d8b402b372672c4db
parentb484ab4b55b0d5341f2f4dd98a655a75f0bf1275
lib: Implement utc_mktime() with timegm() if it exists.

It should be more efficient than repeatedly calling gmtime() many times.
configure.ac
src/lib/utc-mktime.c