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

Use UTC for timestamps #3137

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 10, 2024

  1. Use current UTC time as reference for creation timestamp

    A Kubernetes resource's creation timestamp is in UTC [1].
    
    [1]: https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta
    weyfonk committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    7cc4717 View commit details
    Browse the repository at this point in the history
  2. Use UTC time for last GitRepo polling time

    This should limit the risk of weird time-bound bugs.
    weyfonk committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    cc56b1e View commit details
    Browse the repository at this point in the history
  3. Use UTC for git commit timestamps

    This brings consistency to Fleet's timestamp management.
    weyfonk committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    f7752f7 View commit details
    Browse the repository at this point in the history
  4. Use UTC timestamps for imagescan sync

    This should reduce the risk of time-bound bugs.
    weyfonk committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    3994ae1 View commit details
    Browse the repository at this point in the history