django_celery_beat.utils

Utilities.

django_celery_beat.utils.is_database_scheduler(scheduler)[source]

Return true if Celery is configured to use the db scheduler.

django_celery_beat.utils.make_aware(value)[source]

Force datatime to have timezone information.

django_celery_beat.utils.now()[source]

Return the current date and time.