mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
updated weather to show 'Current Time:' instead of 'Time:'
This commit is contained in:
parent
8ac5067bbb
commit
e070d73226
2
inxi
2
inxi
|
@ -13832,7 +13832,7 @@ sub create_output {
|
||||||
$rows[0]{main::key($num++,'altitude')} = elevation_output($weather{'elevation-m'},$weather{'elevation-ft'});
|
$rows[0]{main::key($num++,'altitude')} = elevation_output($weather{'elevation-m'},$weather{'elevation-ft'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$rows[0]{main::key($num++,'Time')} = $weather{'date-time'};
|
$rows[0]{main::key($num++,'Current Time')} = $weather{'date-time'};
|
||||||
if ($extra > 2){
|
if ($extra > 2){
|
||||||
$rows[0]{main::key($num++,'Observation Time')} = $weather{'observation-time-local'};
|
$rows[0]{main::key($num++,'Observation Time')} = $weather{'observation-time-local'};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue