mirror of
https://github.com/thrillfall/nextcloud-gpodder.git
synced 2025-01-30 00:55:34 +01:00
9ac7758e87
createDateTimeFromTimestamp interpreted 0 as timestamp as a mistake while 0 is a valid timestamp. The fix checks if timestamp is null (not defined/initialized), so that 0 is treated as a correct timestamp.