Welcome to Strptime101! - Currently this tool only supports (most of) the strptime format supported by Splunk.

Format String

Sample Text

Format Analysis

  • %Y - Year as a decimal number with century. For example, 2017.
  • %m - Month as a decimal number. (01 to 12). Leading zeros are accepted but not required.
  • %d - Day of the month as a decimal number, includes a leading zero. (01 to 31)
  • %H - Hour (24-hour clock) as a decimal number. Hours are represented by the values 00 to 23. Leading zeros are accepted but not required.
  • %M - Minute as a decimal number. Minutes are represented by the values 00 to 59. Leading zeros are accepted but not required.
  • %S - Second as a decimal number, for example 00 to 59.

V1.0 - Built with React, Next.JS, and CodeMirror