Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to specify timezone database location via environment var…
…iable This adds the ability for a user to populate the TZDATA environment variable to specify the location in which to look for the timezone database, which allows for a runtime query of this location. Without this, date currently only supports compile time determination of the database location. This facilitates the ability to: * Use a timezone database provided by a package manager * Keep the timezone database up to date without re-compilation * Be flexible about where the timezone database is stored Closes HowardHinnant#788
- Loading branch information