Lines Matching +full:5 +full:g
31 $tzmin -= 24 * 60 if $epoch[5] == 70; # account for the date line
38 $YearFix = ((gmtime(946684800))[5] == 100) ? 100 : 0;
44 $ym = pack(C2, @_[5,4]);
52 $ym = pack(C2, @_[5,4]);
61 $year = $_[5];
64 @g = gmtime($guess);
65 $year += $YearFix if $year < $epoch[5];
66 while ($diff = $year - $g[5]) {
68 @g = gmtime($guess);
70 while ($diff = $month - $g[4]) {
72 @g = gmtime($guess);
74 $g[3]--;
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;