diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-08-23 21:29:49 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-08-23 21:29:49 +0200 |
commit | 11666ed237972157a472a7a4774b72d0588d1c54 (patch) | |
tree | d10f9b8b44155f2a487a77349e2c2e900ff8746a /CHANGELOG | |
parent | f28f56f160ecb7ddb3ed155474b41eaea8d2e2dc (diff) |
improve README and CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -17,6 +17,7 @@ Features: or stop parsing if it contains errors (which is good). * Changed to mandoc for documentation. + Bug fixes: ---------- @@ -24,10 +25,10 @@ Bug fixes: * Parsing datetime strings containing timezone suffix to UNIX timestamps was wrong. UNIX timestamps are in UTC+0 time. For simplicity sake output parsed datetime strings in a formatted manner without converting the - time to the user selected timezone (YYYY-mm-dd HH:mm:ss TZ([-+]offset?). -* Also when determining if an item is new (by comparing the UNIX - timestamp) don't take into account timezones, because setenv(TZ,...) is - just ugly and I don't use it. + time to the user selected timezone YYYY-mm-dd HH:MM:SS (UTC[+-][HHMM])|tz . +* Also to determine if an item is new - by comparing the UNIX timestamp - + don't take into account timezones, because setenv(TZ,...) is just ugly and + I don't use it. * Lots of small fixes for compatibility with RSS / Atom feeds. * Many more improvements, I'll keep a more detailed list in the future. |