diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-12 14:12:32 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-12 14:12:32 +0100 |
commit | 679d691cd40c45399d9abae9b0f08cd228f596c5 (patch) | |
tree | 153a68a96bcc44179818a31d52f14afb12023b0b /system-profiles/openssh/known-hosts/expiration.gup | |
parent | ff32ceaae000fbc44eb54bd01fe4b7bd77995b37 (diff) | |
download | nixos-679d691cd40c45399d9abae9b0f08cd228f596c5.tar nixos-679d691cd40c45399d9abae9b0f08cd228f596c5.tar.gz nixos-679d691cd40c45399d9abae9b0f08cd228f596c5.tar.bz2 nixos-679d691cd40c45399d9abae9b0f08cd228f596c5.tar.xz nixos-679d691cd40c45399d9abae9b0f08cd228f596c5.zip |
openssh: utc validities
Diffstat (limited to 'system-profiles/openssh/known-hosts/expiration.gup')
-rw-r--r-- | system-profiles/openssh/known-hosts/expiration.gup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system-profiles/openssh/known-hosts/expiration.gup b/system-profiles/openssh/known-hosts/expiration.gup index c8169262..49af61f4 100644 --- a/system-profiles/openssh/known-hosts/expiration.gup +++ b/system-profiles/openssh/known-hosts/expiration.gup | |||
@@ -1,6 +1,8 @@ | |||
1 | #!/usr/bin/env zsh | 1 | #!/usr/bin/env zsh |
2 | set -eu | 2 | set -eu |
3 | 3 | ||
4 | export TZ=UTC | ||
5 | |||
4 | year=$(date +'%Y') | 6 | year=$(date +'%Y') |
5 | while [[ $((($(date -d "${year}0101" +'%s') - $(date +'%s')) / 86400)) -lt 150 ]]; do | 7 | while [[ $((($(date -d "${year}0101" +'%s') - $(date +'%s')) / 86400)) -lt 150 ]]; do |
6 | year=$((year + 1)) | 8 | year=$((year + 1)) |