Returns the untilDate as a DateTime object
This will return null if the user is banned forever
DateTime? get untilDateTime => isForever ? null : untilDate.toDateTime();