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

This adds generating VTIMEZONE components from tzinfo objects #741

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

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    ac3ccd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    574c1da View commit details
    Browse the repository at this point in the history
  2. todo test

    niccokunzmann committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    af51200 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. speed up computation

    niccokunzmann committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5d52304 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    3c035a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40263d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f372e83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef238c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f25e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    4ff0df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc62b34 View commit details
    Browse the repository at this point in the history
  3. Test fixed offset UTC

    niccokunzmann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c944541 View commit details
    Browse the repository at this point in the history
  4. log changes

    niccokunzmann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3cd9980 View commit details
    Browse the repository at this point in the history
  5. Document functionality

    niccokunzmann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    57f8a57 View commit details
    Browse the repository at this point in the history
  6. improve examples

    niccokunzmann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3c4ce10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    215bda0 View commit details
    Browse the repository at this point in the history
  8. Correct tests

    niccokunzmann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8e07f72 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acb6d40 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    825abe1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b7c3fb View commit details
    Browse the repository at this point in the history
  12. Add missing timezones

    niccokunzmann committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ee7e4fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7bba44 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Skip test for newly introduced file.

    TODO: create issue referencing this commit
    niccokunzmann committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ff49220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3a54e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    436c384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7e23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86360ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10a6a40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27636c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45fa50c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d514f7d View commit details
    Browse the repository at this point in the history
  8. Run with all timezones

    niccokunzmann committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    200cb41 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    30ea2fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c723950 View commit details
    Browse the repository at this point in the history
  3. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    04bf007 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    28308bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a639dd View commit details
    Browse the repository at this point in the history
  3. correct ci errors

    niccokunzmann committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    368ae94 View commit details
    Browse the repository at this point in the history