The source project of this merge request has been removed.
Bugfix in printing fuzzy time.
With the advanced options 'print_time'='sometimes' and 'print_fuzzy_time'!='0' Gajim raises
AttributeError: 'float' object has no attribute 'tm_min'.
This is because fuzzy_time() expects a time object but receives a float (the raw timestamp).