commit time zone distribution in #curl

https://github.com/curl/stats/pull/24

@bagder no +0530?

@billchenchina @bagder

They're included in +0500 for counting purposes.

From the linked pull request:

"""
if(/^Date: +([+-])(\d\d\d\d)/) {
my ($plus, $tz) = ($1, $2);
if($tz % 100) {
# move the partial hour into the full hour slot
$tz -= $tz % 100;
$tz = sprintf "%04u", $tz;
"""

@bagder @vsz needs to set his machine to the local timezone!😌

@bagder

You have a lot of free time on your hands if Santa only needs you once a year

https://en.wikipedia.org/wiki/Svalbard_reindeer

Svalbard reindeer - Wikipedia

@bagder Was at least one made from a boat ? (Is there a time zone with no major land in it?)
@adingbatponder git unfortunately only stores the time zone, not "boat status" 😁
@bagder I’m pretty sure I at some point made a git hook that would add coordinates to a commit. Back when people, including me, didn’t really think about privacy as much.
@pajp even if you did, you'd get the IP of the committer, not the author.
@bagder it wasn’t based on IP, it was using the location APIs of OS X. But it was just a hack for my own amusement, as I made a lot of commits on the Baltic Sea at the time. Somewhere on GitHub there may be a series of commits with an X-Location header plotting a course between Helsinki and Stockholm.