Getting Data In

How to convert time format of 2014-10-22 15:32:00 to 10/22/2014 15:32:00

dgravesa1
New Member
 
Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust
eval t=strftime(strptime(<your datetime field>, "%Y-%m-%d %H:%M:%S"), "%m/%d/%Y %H:%M:%S")
---
If this reply helps you, Karma would be appreciated.

View solution in original post

chanfoli
Builder

You can convert your field to epoch then to desired format with something like this:

| eval epochtime=strptime(your_current_time_field, "%Y-%m-%d %H:%M:%S")| eval desired_time=strftime(epochtime, "%m/%d/%Y %H:%M:%S")

0 Karma

richgalloway
SplunkTrust
SplunkTrust
eval t=strftime(strptime(<your datetime field>, "%Y-%m-%d %H:%M:%S"), "%m/%d/%Y %H:%M:%S")
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...