ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.17k stars 648 forks source link

date and time expressed in different time zones #8571

Closed ptocadoa closed 1 month ago

ptocadoa commented 1 month ago

Hello I am trying to use ntopng in my local timezone with the following compose file.

version: "3.3"

services: ntopng: container_name: ntopng image: ntop/ntopng.dev command: --community -d /var/lib/ntopng -i br0 -r 127.0.0.1:6379@0 -w 0.0.0.0:8001 volumes:

Nevertheless, I see this. I can not figure what timezone I am really using:

image

ptocadoa commented 1 month ago

My version: image

lucaderi commented 1 month ago

UTC+2 is CEST that is the Andorra time. Everything looks good.