This file is indexed.

/usr/share/games/flightgear/Phi/topics/Environment/DateTime.html is in flightgear-phi 2016.4.2+dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<style>
.phi-datetime-2digits {
	width: 2em;
}
</style>
<fieldset>
    <legend>Time of today</legend>
    <!--  ko foreach: timesOfToday -->
    <button data-bind="text: $data, click: $parent.setTimeOfToday">Clock Time</button>
    <!-- /ko -->
</fieldset>
<fieldset>
    <legend>Date and Time</legend>
    <div>
        Current System Time is: <span data-bind="text: timeAsString"></span>
    </div>

    <div data-bind="datepicker: { value: simTimeAsLocalTime, onSelect: onDateSelect }"></div>
    <div class="input-group clockpicker">
    <input type="text" class="form-control" value="18:00">
    <span class="input-group-addon">
        <span class="glyphicon glyphicon-time"></span>
    </span>
</div>
</fieldset>