Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap Scheduled jobs timezone issue #702

Open
bile0026 opened this issue Feb 19, 2025 · 0 comments
Open

Bootstrap Scheduled jobs timezone issue #702

bile0026 opened this issue Feb 19, 2025 · 0 comments
Labels
integration: bootstrap Issues/PRs for Bootstrap integration type: bug Issues/PRs addressing a bug.

Comments

@bile0026
Copy link
Contributor

Environment

  • Python version: 3.11.0
  • Nautobot version: 2.4.1
  • nautobot-ssot version: 3.5.0

Expected Behavior

Scheduled jobs are loaded properly by bootstrap

Observed Behavior

Jobs that have Timezone information (+00:00) included fail to load because UTC is hard-coded in the get_scheduled_start_time function in bootstrap>utils>__init__.py.

Steps to Reproduce

  1. Try and sync scheduled jobs with start_time defined as follows 2025-01-28-05-00T00:00:00+00:00
@bile0026 bile0026 added type: bug Issues/PRs addressing a bug. integration: bootstrap Issues/PRs for Bootstrap integration labels Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: bootstrap Issues/PRs for Bootstrap integration type: bug Issues/PRs addressing a bug.
Projects
None yet
Development

No branches or pull requests

1 participant