Format Errors - Verify your log/date/time format
Token '+0300]' doesn't match specifier '%h'
Token '-' doesn't match specifier '%h'
99.999.99.99 - - [29/Apr/2023:03:28:13 +0300] "GET / HTTP/1.0" 200 117942 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
date-format
The date-format variable followed by a space, specifies the log-format date containing any combination of regular characters and special format specifiers. They all begin with a percentage (%) sign. See `man strftime`.
%b
The abbreviated month name according to the current
locale. (Calculated from tm_mon.) (The specific names
used in the current locale can be obtained by calling
nl_langinfo(3) with ABMON_{1–12} as an argument.)
LC_TIME="en_US.UTF-8" bash -c 'goaccess /path/access.log -o report.html --log-format=COMBINED --datetime-format=%d/%b/%Y:%H:%M:%S --tz=Europe/Moscow'