Getting Data In

Does TZ setting account for daylight savings time changes?

ddrillic
Ultra Champion

Does anyone know if the TZ setting "US/Central" accounts for daylight savings time changes (e.g. TZ=US/Central)?

Tags (2)
0 Karma
1 Solution

ddrillic
Ultra Champion

Our Sales Engineer said -

-- You’re right, documentation is lacking here. But I’d argue that’s because it’s not something our users can change or need to.

In fact, we use the standard libraries for various programming languages to fetch TZ info (including DST info) from the system time database. We then make the (very useful) transformation of data in our program’s memory to UTC time, which of course helps us stay consistent despite TZ & DST changes.

As long as the OS has a correct time set and has up to date info for the timezone database, Splunk will remain in sync as well. Pretty standard software feature, honestly a lot harder to get wrong than to get right.

0 Karma

ddrillic
Ultra Champion
0 Karma

ragedsparrow
Contributor
0 Karma

ddrillic
Ultra Champion

Perfect @ragedsparrow

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...