Skip to content

Commit e9c0d58

Browse files
Fix
1 parent 18667c3 commit e9c0d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TerminalSystemMonitor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function layout(x, y)
8181
memorytotGB, memoryusageGB, "GB"
8282
end
8383

84-
seconds = Sys.uptime()
84+
seconds = floor(Int, Sys.uptime())
8585
datetime = DateTime(1970) + Second(seconds)
8686
push!(
8787
plts,

0 commit comments

Comments
 (0)