Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chrisguidry/docket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.4
Choose a base ref
...
head repository: chrisguidry/docket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.17.5
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jan 30, 2026

  1. feat(cron): add support for custom timezones (#312)

    The `croniter` library does support timezone-aware `datetimes`. Since
    `_croniter` is initialized with `datetime.now(timezone.utc) `as the base
    time, all cron expressions are interpreted in UTC. If you specify `"0 9
    * * *"`, that's 9:00 AM UTC, not your system timezone. By providing an
    optional timezone argument, we give the user the ability to customize
    which timezone should be used so they don't need to manually change the
    UTC time twice a year for daylight saving time.
    
    ---------
    
    Co-authored-by: Omar Abdelkader <oabdelkader@nvidia.com>
    omikader and Omar Abdelkader authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    b85c7d4 View commit details
    Browse the repository at this point in the history
Loading