1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-26 17:36:57 +00:00
Oliver Schmidt a9ce4dc76c "Inverted" time_t value handling.
So far time_t values were interpreted as local time values. However, usually time_t values are to be interpreted as "seconds since 1 Jan 1970 in UTC". Therefore all logic handling time_t values has to be changed.

- So far gmtime() called localtime() with an adjusted time_t, now localtime() calls gmtime() with an adjusted time_t.
- mktime() has to do "the opposite" of localtime(), to keep it that way mktime() does now the inverse adjustment made by localtime().
- All currently present time() implementations internally call mktime() so they don't require individual adjustments.
2018-08-02 17:12:12 +02:00
..
2016-03-16 16:28:32 +01:00
2011-04-25 18:49:24 +00:00
2016-06-13 20:40:01 +02:00
2018-04-01 13:14:44 -07:00
2018-05-21 14:41:12 +02:00
2005-04-21 21:26:15 +00:00
2018-08-02 17:12:12 +02:00
2018-08-02 17:12:12 +02:00
2018-05-22 16:00:05 +02:00
2017-06-09 16:57:47 +03:00
2018-08-02 17:12:12 +02:00
2010-06-03 21:31:06 +00:00
2017-05-25 03:20:11 -04:00
2015-09-11 14:18:22 -04:00
2017-06-28 20:43:31 +02:00
2013-08-28 02:58:41 -04:00
2018-05-29 14:29:50 -04:00
2013-08-28 02:58:41 -04:00
2013-10-02 20:55:01 +01:00
2003-12-03 20:23:09 +00:00
2015-07-17 20:36:56 -04:00