Hanno Becker cfeb70c6b9 gmtime: Remove special treatment for IAR
Previous commits attempted to use `gmtime_s()` for IAR systems; however,
this attempt depends on the use of C11 extensions which lead to incompatibility
with other pieces of the library, such as the use of `memset()` which is
being deprecated in favor of `memset_s()` in C11.
2018-09-05 13:52:46 +01:00
..
2018-05-30 13:57:29 +01:00
2018-06-18 10:30:30 +02:00
2018-06-18 10:30:30 +02:00
2018-07-24 16:43:20 +01:00
2018-07-01 10:22:53 +03:00
2018-05-15 09:21:57 +01:00
2018-05-15 09:21:57 +01:00
2018-04-23 06:16:40 +01:00
2018-04-01 15:12:46 +03:00
2018-05-15 09:21:57 +01:00
2018-05-15 09:21:57 +01:00
2018-06-11 13:10:14 +01:00
2018-04-16 16:31:16 +01:00
2018-07-24 16:43:20 +01:00
2018-07-24 16:43:20 +01:00
2018-06-18 10:30:30 +02:00
2018-05-15 09:21:57 +01:00
2018-05-15 09:21:57 +01:00
2018-04-01 15:59:58 +03:00
2018-07-25 15:42:26 +01:00