tzupdate
tzupdate copied to clipboard
Set the system timezone based on IP geolocation.
[This answer](https://unix.stackexchange.com/questions/90325/automatically-set-linux-timezone-according-to-location#answer-424924) on stackexchange was really close to the right solution in 2022. It just needs some updating for python3 (i mean, installing like this `sudo pip3 install -U tzupdate`)...
the tzupdate binary when used with Internet works really well, and hat off to all the developers. But, there is still one nasty problems. Whenever there is no Internet connection...
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.10.1. Changelog Sourced from tempfile's changelog. 3.10.1 Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). Handle a theoretical...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.114. Release notes Sourced from serde_json's releases. v1.0.114 Fix unused_imports warnings when compiled by rustc 1.78 v1.0.113 Add swap_remove and shift_remove methods on Map (#1109)...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.80. Release notes Sourced from anyhow's releases. 1.0.80 Fix unused_imports warnings when compiled by rustc 1.78 1.0.79 Work around improperly cached build script result by...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.5.1. Release notes Sourced from clap's releases. v4.5.1 [4.5.1] - 2024-02-16 Fixes (error) Include suggestion to add -- even if there is a "did you...
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.2. Release notes Sourced from env_logger's releases. v0.11.2 [0.11.2] - 2024-02-13 v0.11.1 What's Changed fix(fmt): Fix passing of WriteStyle when using Target::Pipe by @Bobo1239 in...
Hello, Just tried to use your package on NixOS, and encountered the peculiar error in the title, when running with `sudo` and with `--zoneinfo-path /etc/zoneinfo`. Any idea why is that?...