📅 UniFi Logs and the Missing Time Zone: Why It Matters

TL;DR: UniFi's syslog output still uses an outdated timestamp format that lacks time zone information. That's a problem for SIEMs and log management systems where correlation and accurate timelines matter. Modern formats like the one defined in RFC 5424 include time zone data—UniFi should adopt this.

The logs from UniFi devices have historically been somewhat underwhelming—especially when it comes to integration with SIEMs and log management systems. But with version 8.5.6 of the UniFi Network Application, released in October 2024, there was a welcome change:

"Export all or specific System Logs shown on the Network Application to SIEM Servers (remote Syslog) such as Splunk, Microsoft Sentinel, IBM QRadar, and others."
Release notes for UniFi Network Application 8.5.6

I was genuinely excited to see this. At last, logs from UniFi devices were getting some SIEM love!

🕓 Time Stamps: The Basics

Logs are chronological records of system activity. Each event typically includes a timestamp, so you know when it happened and in what order. Seems simple enough—until you introduce time zones.

Different devices may be in different parts of the world, generating events in local time. Add in daylight savings/summer time and things get even messier. This is why good logs use time zone-aware timestamps.

🚨 The Problem

UniFi's logs don't include any time zone information in their timestamps.

That might not sound like a big deal, but if you're sending these logs to a SIEM or log management system, it can cause problems. Take CrowdStrike's Next-Gen SIEM as an example: it assumes timestamps are in UTC if there's no time zone specified. But if time zone info is present, it uses it.

This matters for:

  • Accurate timeline reconstruction
  • Correlation across multiple systems
  • Detecting time-based anomalies
  • Avoiding confusion during daylight savings transitions

📜 A Tale of Two Timestamps

Here's what a modern, time zone-aware timestamp looks like—from a TrueNAS server:

2025-08-04T20:59:45+01:00

And here's what we get from a UniFi Dream Machine Pro (running UniFi Network Application firmware 9.3.45):

Aug  4 21:04:25

That's it. No year, no offset, no timezone. Just... local time.

✏️ Dear Ubiquiti...

Please adopt a modern, standards-based timestamp format, such as the one defined in RFC 5424, which includes time zone info. It will make your logs far more useful in SIEM environments and eliminate unnecessary confusion.

You've taken a big step forward with SIEM logging support—this is the next logical improvement.

Comments

Popular posts from this blog

🕰️ Inconsistent Time Zones in UniFi Logs

Missing Fields in Teleport VPN Logs: Why the Remote IP Matters