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 libc rather than iana-time-zone on Android. #1148

Closed
wants to merge 3 commits into from

Commits on Jun 16, 2023

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

Commits on Jun 26, 2023

  1. Dynamically load localtime_rs and friends from libc on Android.

    These functions were added in Android API level 35, and provide a better
    interface to getting timezones, with no environment variable access to
    worry about.
    qwandor committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    efa2d54 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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