Skip to content

Commit 7b9cfda

Browse files
time() fixed Intl issue
1 parent b91d260 commit 7b9cfda

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
9090

9191
| Version | Date | Comment |
9292
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
93+
| 5.27.7 | 2025-06-28 | `time()` fixed Intl issue |
9394
| 5.27.6 | 2025-06-20 | `system()` added model (freebsd) |
9495
| 5.27.5 | 2025-06-19 | `system()` added serial, uuid, virtual (freebsd) |
9596
| 5.27.4 | 2025-06-19 | `uuid()` fixed os, hardware uuids (freebsd) |

docs/history.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ <h3>Full version history</h3>
5858
</thead>
5959
<tbody>
6060
<tr>
61-
<th scope="row">5.27.5</th>
61+
<th scope="row">5.27.7</th>
62+
<td>2025-06-28</td>
63+
<td><span class="code">time()</span> fixed Intl issue</td>
64+
</tr>
65+
<tr>
66+
<th scope="row">5.27.6</th>
6267
<td>2025-06-20</td>
6368
<td><span class="code">system()</span> added model (freebsd)</td>
6469
</tr>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<img class="logo" src="assets/logo.png" alt="logo">
171171
<div class="title">systeminformation</div>
172172
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
173-
3<div class="version">New Version: <span id="version">5.27.6</span></div>
173+
3<div class="version">New Version: <span id="version">5.27.7</span></div>
174174
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
175175
</div>
176176
<div class="down">

0 commit comments

Comments
 (0)