scheduler_util#

Implementation of essential functions and components for a BaseJob.

Author: Jendrik A. Potyka, Fabian A. Preiss

Functions

check_tzname(tzinfo)

Composed of the datetime.datetime.tzname and the datetime._check_tzname methode.

create_job_instance(job_class, timing, **kwargs)

Create a job instance from the given input parameters.

str_cutoff(string, max_length[, cut_tail])

Abbreviate a string to a given length.