django_celery_beat.utils

Utilities.

django_celery_beat.utils.is_database_scheduler(scheduler)

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

django_celery_beat.utils.make_aware(value)

Force datatime to have timezone information.

django_celery_beat.utils.now()

Return the current date and time.