Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Oct 4, 2023
1 parent 4ffbc00 commit 13aa4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/cws-ui/logs.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
$(".ajax-spinner").show();
//update timestamp to grab new logs
var oldNow = now;
now=moment().utcOffset('+0000').format("YYYY-MM-DDTHH:mm:ss.SSSSSS");
now=moment().utcOffset('+0000').format("YYYY-MM-DDTHH:mm:ss.SSSSSSZ");
//find the condition with oldNow timestamp and update it to be now
for (var i = 0; i < mainEsReq.query.bool.must.length; i++) {
Expand Down

0 comments on commit 13aa4a5

Please sign in to comment.