- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-14-2017
09:39 AM
I'm using Python SDK (or some other client) to query Splunk and its not accepting my date format. What is the correct format to specify for earliest_time?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-14-2017
09:42 AM
earliest_time = YYYY-MM-DDTHH:MM:SS
Example: earliest_time = 2017-03-14T10:0:0
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

cmerriman
Super Champion
03-14-2017
10:25 AM
here is a doc about it:
http://dev.splunk.com/view/SP-CAAAEE5#oneshotjo
"earliest_time": "2017-03-14T12:00:00.000-07:00"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-14-2017
09:42 AM
earliest_time = YYYY-MM-DDTHH:MM:SS
Example: earliest_time = 2017-03-14T10:0:0
