Bug #1030
- Added portable implementation of timegm for non GNU/BSD platforms that don't have their own implementation - Removed the use of tm_gmtoff on non GNU/BSD platforms that don't have it as part of the tm struct in time.h - Added CMake tests HAVE_TIMEGM and HAVE_TM_GMTOFF
This commit is contained in:
@@ -110,6 +110,8 @@ Bugs
|
||||
modification (thanks to Christoph Lange).
|
||||
+ Fixed bug #1028, so that UDA durations are stored in seconds, not in raw form
|
||||
(thank to Uli Martens).
|
||||
+ Fixed bug #1030, which defines a portable implementation of timegm and removes
|
||||
the use of tm_gmtoff for non GNU/BSD platforms.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user