more robust timezone detection (fixes #12)

This commit is contained in:
Scott Lamb
2018-08-31 17:19:24 -07:00
parent fc0bc51bed
commit aa81eae65a
4 changed files with 67 additions and 21 deletions

View File

@@ -42,7 +42,8 @@ all non-Rust dependencies:
libncursesw5-dev \
libsqlite3-dev \
libssl-dev \
pkgconf
pkgconf \
tzdata
Next, you need Rust 1.27+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/).