Skip to content

Commit

Permalink
Use unix time of the timestamp for data-order. (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeusen authored Sep 3, 2024
1 parent 22304d1 commit 0e3bda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ THE SOFTWARE.
-->
<j:choose>
<j:when test="${resource.reservedTimestamp != null}">
<td data-order="${logEntry.getDate().getTime()}">
<td data-order="${resource.reservedTimestamp.time}">
<i:formatDate
value="${resource.reservedTimestamp}"
type="both"
Expand Down

0 comments on commit 0e3bda4

Please sign in to comment.