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

Feature - Setting the binary tzdb directory path at runtime #639

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    2bcbc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb6805 View commit details
    Browse the repository at this point in the history
  3. Reintroduce USE_OS_TZDB and add set_tz_dir() path

    This re-includes USE_OS_TZDB as a subset of USE_BINARY_TZDB. If USE_BINARY_TZDB is set, but USE_OS_TZDB is not, then the client must call set_tz_dir() before initializing the tzdb to set the path to the binary tzdb.
    DavisVaughan committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    31eed3d View commit details
    Browse the repository at this point in the history