Skip to content

Device Session date format incorrect for TZ in CHROME #1335

@jonwaland

Description

@jonwaland

Is there an existing issue for this?

The issue occurs in the following browsers. Select at least 2.

  • Firefox
  • Chrome
  • Edge
  • Safari (unsupported) - PRs welcome
  • N/A - This is an issue with the backend

Current Behavior

Date and TZ correctly reported in System-> General:

Image

but not in devices -> sessions - ON CHROME (142.0.7444.176 (Official Build) (64-bit)) BUT FINE ON FIREFOX:

Image

but is correct in Events:

Image

(No idea if this is a chrome defect or app)

Expected Behavior

respect date format.

docker-compose.yml

services:
  netalertx:
    container_name: netalertx
    image: "ghcr.io/jokob-sk/netalertx"     
    network_mode: "host"
    read_only: true
    cap_drop:
      - ALL
    cap_add:
      - NET_RAW
      - NET_ADMIN
      - NET_BIND_SERVICE
    restart: unless-stopped
    volumes:
      - /home/walaj/docker/netalertx:/data
      - /etc/localtime:/etc/localtime:ro
    environment:
      - PGID=1000
      - PUID=1000    
      - PORT=20211
    tmpfs:
      - "/tmp:uid=20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime"
    dns:
      - 192.168.1.128

What installation are you running?

Production (netalertx)

Debug or Trace enabled

  • I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.

Debug Log files can be provided if required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Docker 🐋Docker relatedWaiting for reply⏳Waiting for the original poster to respond, or discussion in progress.bug 🐛Something isn't workingnext release/in dev image 🚀This is coming in the next release or was already released if the issue is Closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions