Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5acc63513f5c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d86a41431c7f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 3, 2020

  1. howard-hinnant-date: allow access to zoneinfo

    This fixes the situtation where, if `/usr/share/zoneinfo` was
    inaccessible/didn't otherwise exist, `howard-hinnant-date` would
    download and drop a `~/Downloads/tzdata` directory containing some
    timezone information from IANA [1]. To avoid this, we make use of the
    `tzdata`'s `zoneinfo`, preventing the dropping of random directories and
    files.
    
    [1] https://data.iana.org/time-zones/releases/tzdata2019c.tar.gz
    cole-h committed Mar 3, 2020
    Copy the full SHA
    2505796 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request #81594 from cole-h/hhdate-use-sys-tzdb

    howard-hinnant-date: allow access to zoneinfo
    worldofpeace committed Mar 4, 2020
    Copy the full SHA
    d86a414 View commit details
    Browse the repository at this point in the history