I’ve been looking into generating histograms of signon/off times from my SEIM but every tutorial I found assumes that it’s a histogram of numbers (42, 13.37, etc) and can’t handle times.
Is there any library that could work with timestamps or is the only solution writing a script to parse logs and write them out as integers (12,1230,1,etc) — it looks like that would present issues.
submitted by /u/Fancy-Temporary-5645
[link] [comments]
r/learnpython I’ve been looking into generating histograms of signon/off times from my SEIM but every tutorial I found assumes that it’s a histogram of numbers (42, 13.37, etc) and can’t handle times. Is there any library that could work with timestamps or is the only solution writing a script to parse logs and write them out as integers (12,1230,1,etc) — it looks like that would present issues. submitted by /u/Fancy-Temporary-5645 [link] [comments]
I’ve been looking into generating histograms of signon/off times from my SEIM but every tutorial I found assumes that it’s a histogram of numbers (42, 13.37, etc) and can’t handle times.
Is there any library that could work with timestamps or is the only solution writing a script to parse logs and write them out as integers (12,1230,1,etc) — it looks like that would present issues.
submitted by /u/Fancy-Temporary-5645
[link] [comments]