0

According the man pages this should show the entries for today:

journalctl --since="today" 

but issueing this today 11. nov 2025 start entries from 9. nov.

What is wrong with the command and how do I get todays (since 00:00) entries only?

5
  • you probably meant journalctl, not journal in your quoted command line, right? Commented Nov 9 at 11:28
  • 2
    other thing: today is the 9th of November 2025, not the eleventh. Commented Nov 9 at 11:30
  • 1
    Sir, are you from the future 😯? Commented Nov 9 at 11:32
  • For short: journalctl -S0:0 Commented Nov 9 at 16:28
  • @MarcusMüller Thanks you are right journal is no command. Commented Nov 12 at 8:55

1 Answer 1

1

Sorry for the brain-power wasted on this. I must have had the locale setting wrong on my computer and months/days swapped.

Currently the command

journalctl --since="today" 

works as advertised and returns data from the moment the computer was started this morning.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.