Improve links (http -> https) (#9064)

Merge pull request 9064
This commit is contained in:
Andreas Deininger
2022-06-21 05:35:42 +02:00
committed by GitHub
parent 66dd820648
commit a0c6b4c595
14 changed files with 23 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ module Jekyll
# e.g. Eastern Standard Time (EST) that is 5Hrs. to the 'west' of Prime Meridian
# is denoted as:
# EST+5 (or) EST+05:00
# Reference: http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
# Reference: https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
sign = offset.positive? ? "-" : "+"
rational_hours = offset.abs.to_r / 3600